How to obtain variables from nonlinear equations?
Show older comments
Say I have 4 nonlinear equations, g1(a,b,c,d); g2(a,b,c,d); g3(a,b,c,d); g4(a,b,c,d), and I want to obtain c(a,b) & d(a,b) from the above equations. What should I do? I have tried 'solve', but it doesn't work cause the equations aren't linear. Thank you so much for your help!
P.S. c,d are derivatives of a and b.
1 Comment
Torsten
on 9 May 2016
To get c(a,b) and d(a,b), you need two equations, not four.
Best wishes
Torsten.
Answers (0)
Categories
Find more on Exponents and Logarithms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!