linear equation solve by solve command

i want to show the value of x in terms of y & z
syms x y z
a=x + y +z ==4
b=2*x -3*y +4*z == 33
c=3*x -2*y -2*z ==2
d=[a,b,c]
e=solve(d,[x,y,z])
xvalue=e.x
yvalue=e.y
zvalue=e.z

3 件のコメント

David Hill
David Hill 2022 年 10 月 11 日
Do not know what you are asking. x=2
[1 1 1;2 -3 4;3 -2 -2]\[4;33;2]
ans = 3×1
2.0000 -3.0000 5.0000
MANANJAYA NAYAK
MANANJAYA NAYAK 2022 年 10 月 11 日
i want to show the value of x
for example may be x=?y+?z like this formate i want see
Torsten
Torsten 2022 年 10 月 11 日
The value of x is 2, the value of y is -3 and the value of z is 5.
Nothing more to see here.

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMathematics についてさらに検索

製品

リリース

R2019b

タグ

質問済み:

2022 年 10 月 11 日

コメント済み:

2022 年 10 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by