フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

hi could you please tell me what's wrong with this code?

1 回表示 (過去 30 日間)
Mohammad
Mohammad 2014 年 4 月 9 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I get this error " Warning: Explicit solution could not be found.
>> syms x(t) y(t)
z=dsolve(diff(y)==x-x.^3,diff(x)==y)
  2 件のコメント
Alberto
Alberto 2014 年 4 月 10 日
It happends the same with a more simplest version:
syms x(t)
z=dsolve(diff(diff(x))==x.^3 )
Walter Roberson
Walter Roberson 2014 年 4 月 10 日
That's a messy pair. The solution appears to be
y(t) = diff(x(t),t)
x(t) = C2 * sqrt(2) * sqrt(1/(C2^2+1)) * JacobiSN(((1/2*i) * sqrt(2) * t + C1) * sqrt(2) * sqrt(1/(C2^2+1)), C2)
where C1 and C2 are constants of proportionality

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by