Solve a linear system of equation A

1 Ansicht (letzte 30 Tage)
Dan Smith
Dan Smith am 28 Nov. 2017
Kommentiert: Star Strider am 28 Nov. 2017
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

Akzeptierte Antwort

Star Strider
Star Strider am 28 Nov. 2017
You will find the mldivide,\ (link) function useful.
  3 Kommentare
Dan Smith
Dan Smith am 28 Nov. 2017
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 am 28 Nov. 2017
If they’re singular, no.
If you want the nullspace of your matrix, use the null (link) function.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Mathematics finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by