作者koogoo (Killen)
看板MATLAB
标题[讨论] 如何用叠代法解线性矩阵
时间Wed Mar 25 15:03:16 2015
想请问大大,我如果想要解线性矩阵,我参考paper是用 conjugate gradient
(共厄梯度法)去解,但是我上网几乎都是英文文献,不是很懂,想请问不知道有会用
此方法解线性矩阵或是别种方法,我的问题如下:
有向量>Y 大小:[5x1](已知)
向量>X 大小:[20x1](想要求的向量)
矩阵>W 大小:[5x20](已知)
线性矩阵为 Y=WX
想请问大大我该如何用matlab去叠代出X向量呢?
谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 140.113.76.101
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/MATLAB/M.1427266998.A.B48.html
1F:推 math99: pcg 03/25 16:50
2F:→ rex0707: 5x20为什麽不用直接法? 03/25 16:52
3F:推 sherees: x=inv(w)*y 03/28 19:39
4F:→ sherees: 没事 我看错了 03/28 19:40