question about linear simultaneous solutions

I want to solve a system of linear simultaneous solutions but I don't want to turn into the matrix form. Is there any way to do that? For example,
x+y=1, x*y=10
how should I put these into mathlab

回答 (1 件)

Andrei Bobrov
Andrei Bobrov 2012 年 3 月 10 日

0 投票

syms x y
slv = solve(x+y-1,x*y-10,x,y)

この質問は閉じられています。

質問済み:

JJ
2012 年 3 月 10 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by