can you solve the system below?

1 次查看(过去 30 天)
Bilal Ates
Bilal Ates 2020-7-10
评论: Matt J 2020-7-22
2x-3y+4z=5
y+4z+x=10
-2z+3x+4y=0
  3 个评论
Rena Berman
Rena Berman 2020-7-22
(Answers Dev) Restored edit
Matt J
Matt J 2020-7-22
Original post:
2x-3y+4z=5
y+4z+x=10
-2z+3x+4y=0

请先登录,再进行评论。

回答(1 个)

Matt J
Matt J 2020-7-10
  3 个评论
Matt J
Matt J 2020-7-10
I'm afraid I cannot copy/paste your code, as it is in embedded image form.
Bilal Ates
Bilal Ates 2020-7-10
%% 1. Soru
A = [2,-3,4;
1,1,4;
3,4,-2];
B = [5;10;0];
x=linsolve(A,B)
% syms a x y z
% A = [2,1,3;
% -3,1,4;
% 4,4,-2];
% B=[x,y,z]

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by