当前位置:网站首页>Application of MATLAB in Linear Algebra (4): similar matrix and quadratic form
Application of MATLAB in Linear Algebra (4): similar matrix and quadratic form
2022-07-05 07:03:00 【Wen Yu is solemn】
Sometimes we need exact eigenvalues and eigenvectors , You have to use Matlab Symbol operation function of .
stay Matlab The form of creating a symbolic matrix in is very similar to that of creating a numerical matrix , Just use symbols to define functions sym.
The following describes several forms of using this function to create a symbol matrix .
1、 Use sym Function directly creates the symbol matrix
This method is almost the same as the method of directly creating numerical matrix .
Matrix elements can be symbolic expressions , various The length of the symbolic expression can be different , Matrix elements can be separated by spaces or commas .
for example :
x=sym('[a+sin(d),b;1/c,d]'); y=det(x)
Get y=(d*c*a+d*c*sin(d)-b)/c
2、 Convert numerical matrix into symbolic matrix
stay Matlab in , Numerical matrices cannot be directly involved in symbolic operations , Must first be converted into a symbolic matrix .
for example :
a=[2/3,sqrt(2);3,1]
a=
0.66671.4142
3.00001.0000
b=sym(a)
b=
[ 2/3, sqrt(2)]
[3,1]
3、 Indexing and modification of symbol matrix
Matlab The index and modification of the symbol matrix of is exactly the same as that of the numerical matrix .
for example :
For the matrix in the above example b Make changes
b(2,2)='log(9)'
01
—
Find an orthogonal transformation x = Py ÿ
边栏推荐
- Cookie、Session、JWT、token四者间的区别与联系
- ROS2——Service服务(九)
- Speedtree01 generator properties
- Orin 安装CUDA环境
- Vscode configures the typera editor for MD
- 【obs】x264编码:“buffer_size“
- The “mode“ argument must be integer. Received an instance of Object
- Integer to 8-bit binary explanation (including positive and negative numbers) scope of application -127~+127
- Ros2 - function package (VI)
- Some classic recursion problems
猜你喜欢
Utf8 encoding
[MySQL 8.0 does not support capitalization of table names - corresponding scheme]
Ros2 - node (VII)
Build a microservice cluster environment locally and learn to deploy automatically
Some classic recursion problems
PowerManagerService(一)— 初始化
ROS2——安装ROS2(三)
inux摄像头(mipi接口)简要说明
在本地搭建一个微服务集群环境,学习自动化部署
ROS2——配置开发环境(五)
随机推荐
window navicat连接阿里云服务器mysql步骤及常见问题
2022年中纪实 -- 一个普通人的经历
mysql设置触发器问题
程序中的负数存储及类型转换
[nvidia] CUDA_ VISIBLE_ DEVICES
[Chongqing Guangdong education] 1185t administrative leadership reference test of National Open University in autumn 2018
逻辑结构与物理结构
Logical structure and physical structure
Get class files and attributes by reflection
Marvell 88E1515 PHY loopback模式测试
ROS2——Service服务(九)
Financial risk control practice -- feature derivation based on time series
Utf8 encoding
PHY drive commissioning --- mdio/mdc interface Clause 22 and 45 (I)
Some classic recursion problems
基于Cortex-M3、M4的GPIO口位带操作宏定义(可总线输入输出,可用于STM32、ADuCM4050等)
The difference between new and malloc
Ret2xx---- common CTF template proposition in PWN
Cloud native related technology learning
三体目标管理笔记