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