- 1
- 0
- 约小于1千字
- 约 8页
- 2021-01-23 发布于广东
- 举报
Matlab 教程
命令+指定参数
表 3-1;2;3;4;5;... as well as the singular values.
svd(A) ans =
12.3171
0.5149
0.1577
The poly function generates a vector containing the coefficients of the characteristic polynomial.
The characteristic polynomial of a matrix A is
p = round(poly(A)) p =
1 -5 5 -1
We can easily find the roots of a polynomial using the roots function. These are actually the eigenvalues of the original matrix.
roots(p) ans =
3.7321
1.0000
0.2679
MATLAB has many applications beyond just matrix computation. To convolve two vectors ...
q = conv(p,p) q =
1 -10 35 -52 35 -10 1
... or convolve again and plot the result. ;r = conv(p,q) plot(r);
r =
1 -15 90 -278 480 -480 278 -90 15 -1
;8
您可能关注的文档
最近下载
- 电子教案与课件:化工安全技术33565(第四版,刘景良主编)教学PPT 第三章 防火防爆技术.pptx VIP
- 发挥先锋模范作用方面存在的问题及整改措施2025年.docx VIP
- 山地复杂地形下柔性光伏支架的风洞试验与风荷载特性.docx VIP
- 2025年东营科技职业学院单招职业技能测试题库含答案详解【能力提升.docx VIP
- 架空输电线路无人机巡检影像拍摄指导手册(盖章版)01.docx VIP
- (2026春新版)苏教版二年级数学下册全册教案.pdf
- 控告申诉业务竞赛含答案.docx VIP
- 2025至2030年中国动物狂犬病疫苗行业市场运行格局及发展趋向研判报告.docx
- 2026年新疆职业大学单招《数学》题库试题含答案详解【综合卷】.docx VIP
- 邮件快件安检操作规范.pdf
原创力文档

文档评论(0)