矩阵与变量得到的矩阵存在小幅度差异?是计算错误吗?
显示 更早的评论
如题:
a = [5.1 2.1 7.4;3.7 7.7 1.64];
h = 5;
ww = h*a*(a');
yy = a*a'*h;
aa = max(max(ww-yy));
aa= 2.842170943040401e-14
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Decomposition 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!