Math lab question
Mostrar comentarios más antiguos
dx+fy=k solve for x
2 comentarios
bym
el 8 de Sept. de 2011
is dx a variable or does it mean d*x? what is fy. You have to provide more information to get a better answer than:
x= (k-fy)/d
Walter Roberson
el 8 de Sept. de 2011
Is this linear algebra or is it a differential equation ?
Respuestas (2)
Walter Roberson
el 8 de Sept. de 2011
You will need the Symbolic Toolkit.
solve('d*x+f*y=k','x')
Subarna Parajuli
el 20 de Sept. de 2021
0 votos
3X+2Y=24
X+Y=12
1 comentario
eqn = [str2sym('3*X+2*Y==24')
str2sym('X+Y==12')]
solve(eqn)
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!