Solve a linear system of equation A

1 次查看(过去 30 天)
I have been set a series of questions as part of my MATLAB coursework, one of them is stated here; "Solve a linear system of equation A

采纳的回答

Star Strider
Star Strider 2017-11-28
You will find the mldivide,\ (link) function useful.
  3 个评论
Dan Smith
Dan Smith 2017-11-28
so if i simply pluck two singular matrices out of the air and call them A and B, typing mldivide(A,B) will solve this for me?
Star Strider
Star Strider 2017-11-28
If they’re singular, no.
If you want the nullspace of your matrix, use the null (link) function.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Mathematics 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by