hey fellows , in which function to use for this case? Thanks
1 次查看(过去 30 天)
显示 更早的评论
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!