Filter löschen
Filter löschen

Simple symbolic system of nonlinear equations

1 Ansicht (letzte 30 Tage)
valentino dardanoni
valentino dardanoni am 17 Sep. 2018
I have a simple system of linear equations such as
f(x,y,z)=a
g(x,y,z)=b
h(x,y,z)=c
with f,g,h being specified polynomial functions. I want to find the symbolic solution x=x(a,b,c), y=y(a,b,c) and z=z(a,b,c).
Any help on coding this problem is much appreciated

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 17 Sep. 2018
sol = solve([f==a, g==b, h==c], [x, y, z])

Weitere Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by