How to obtain variables from nonlinear equations?

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

To get c(a,b) and d(a,b), you need two equations, not four.
Best wishes
Torsten.

Sign in to comment.

Answers (0)

Categories

Asked:

on 7 May 2016

Commented:

on 9 May 2016

Community Treasure Hunt

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

Start Hunting!