Help creating Doolittle LU factorization.
显示 更早的评论
Good day!
I'm trying to create my own Doolittle's
However I'm encountering an error from the while statement.
What I'm trying to do is, when element (P,R) in the L is equal to zero, it will try get replaced by the below equation,the column value will be added by one until the element is not equal to 0 (equal to 1 of the diagonal).
I'm not sure either if my equation is correct either. Since I'm very new to Matlab itself. When I try to display L, the zeroes starting from L(3,2) did not get replaced.
Thank you

Edit: I manged to deal with the previous problem. But still, L(P,R) does not get replaced in the row after

回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Language Support 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!