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

 采纳的回答

Torsten
Torsten 2015-7-15
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 个评论

Which problem ? I can't execute your Matlab code ...
Best wishes
Torsten.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by