can you solve the system below?

2x-3y+4z=5
y+4z+x=10
-2z+3x+4y=0

3 件のコメント

Arthur Roué
Arthur Roué 2020 年 7 月 10 日
It really looks like homework, I'm sure you can find a way to solve this with your lesson !
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 日

0 投票

3 件のコメント

Bilal Ates
Bilal Ates 2020 年 7 月 10 日
I solved it like this, but if I want to solve it this way?
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]

サインインしてコメントする。

製品

リリース

R2019a

質問済み:

2020 年 7 月 10 日

コメント済み:

2020 年 7 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by