solve the following system of 3 linear equation in unknowns x, y and z? How do I accomplish this?
显示 更早的评论
采纳的回答
更多回答(1 个)
mehak
2023-8-8
0 个投票
A = [2 3 4; 5 6 7; 1 1 0];
B = [43; 65; 11];
V = A\B;
1 个评论
Walter Roberson
2023-8-8
类别
在 帮助中心 和 File Exchange 中查找有关 Linear Algebra 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!