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

 採用された回答

Torsten
Torsten 2015 年 7 月 15 日

0 投票

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 件のコメント

Baklouti Sana
Baklouti Sana 2015 年 7 月 15 日
I still face a problem
Torsten
Torsten 2015 年 7 月 15 日
Which problem ? I can't execute your Matlab code ...
Best wishes
Torsten.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by