question about linear simultaneous solutions
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
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
Respuestas (1)
Andrei Bobrov
el 10 de Mzo. de 2012
syms x y
slv = solve(x+y-1,x*y-10,x,y)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!