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

Réponses (1)

Andrei Bobrov
Andrei Bobrov le 10 Mar 2012
syms x y
slv = solve(x+y-1,x*y-10,x,y)

Cette question est clôturée.

Question posée :

JJ
le 10 Mar 2012

Clôturé :

le 20 Août 2021

Community Treasure Hunt

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

Start Hunting!

Translated by