After updating matlab to R2019a, my matlab cannot solve AX=b.
2 次查看(过去 30 天)
显示 更早的评论
Greetings,
Currently, I am building an improved primal-dual path following algorithm. I need to solve a AX=b matrix equations, where A is a singular matrix. Because the defition of primal-dual path following algorithm, it is very hard to avoid the singular matrix.
When I used matlab R2018 version, although the condition number of A is inf, I still can solve X = A\b and get specific number. However, after I updated to matlab R2019a, I will get X = [nan ... nan] if I solve X = A\b same for X = A^-1 * b and X = inv(A) * b.
It is very important to my research and I have finished half of my project. But now I cannot repeat my work.
Could anyone help me? Thank you very much!
3 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!