2 degree equation with 2 variables

3 views (last 30 days)
I have a problem to solve my equations . I want to determine x and y . they are related with two equations eq1 and eq2 . these equations are second order. My code is attached . help me please ... It's urgent

Accepted Answer

Torsten
Torsten on 15 Jul 2015
Since you use diff(diff(...)), I suspect you want to solve differential equations, not algebraic equations.
If this is the case, use "dsolve" instead of "solve".
If no explicit solution can be found, integrate your equations numerically (e.g. using ODE45).
Best wishes
Torsten.
  2 Comments
Torsten
Torsten on 15 Jul 2015
Which problem ? I can't execute your Matlab code ...
Best wishes
Torsten.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!