2 degree equation with 2 variables

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

 Respuesta aceptada

Torsten
Torsten el 15 de Jul. de 2015

0 votos

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 comentarios

Baklouti Sana
Baklouti Sana el 15 de Jul. de 2015
I still face a problem
Torsten
Torsten el 15 de Jul. de 2015
Which problem ? I can't execute your Matlab code ...
Best wishes
Torsten.

Iniciar sesión para comentar.

Más respuestas (0)

Preguntada:

el 15 de Jul. de 2015

Comentada:

el 6 de Ag. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by