hey fellows , in which function to use for this case? Thanks
조회 수: 1 (최근 30일)
이전 댓글 표시
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/809724/image.jpeg)
댓글 수: 3
Dyuman Joshi
2021년 11월 24일
편집: Dyuman Joshi
2021년 11월 25일
That's what not what was the intent of the question. What have you tried as in your code. Show your code. Nobody here will do your homework for you
답변 (2개)
Image Analyst
2021년 11월 25일
Hint, for the first one you have a matrix and two column vectors:
coeffs = [4,2,1;
2,6,-4;
2, -14, 14]
y = [a;b;c]
x = [x1;x2;x3]
You can take it from there.
Anshika Chourasia
2021년 12월 2일
Please refer the following link for more information on solving system of linear equations: Solve System of Linear Equations - MATLAB & Simulink (mathworks.com)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!