Solve a linear system of equation A

조회 수: 3 (최근 30일)
Dan Smith
Dan Smith 2017년 11월 28일
댓글: Star Strider 2017년 11월 28일
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