system of linear equations multiple unknowns

I am clueless.
How to solve this system of linear equation in matrix form

답변 (2개)

Walter Roberson
Walter Roberson 2020년 10월 7일

0 개 추천

Move the x y z to one side in a consistent order, and the constants to the other side. Create a matrix A of the x y z coefficients, one row for each equation. create a column vector b of the cconstants . Now A\b is the solution to the equations.

댓글 수: 1

Ahh! Thank you! I did the moving manually and the rest with Matlab.

댓글을 달려면 로그인하십시오.

Steven Lord
Steven Lord 2020년 10월 7일

0 개 추천

This video is over ten years old but the technique it shows still works.

카테고리

도움말 센터File Exchange에서 Systems Of Linear Equations에 대해 자세히 알아보기

제품

릴리스

R2019a

질문:

2020년 10월 7일

댓글:

2020년 10월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by