What's F(a|b) in the MuPAD ode::solve output?

1 回表示 (過去 30 日間)
Gaetano Lazzara
Gaetano Lazzara 2015 年 6 月 15 日
編集済み: Gaetano Lazzara 2015 年 6 月 16 日
I tried to solve an ode equation with the help of MuPAD. I wrote:
assume(g<>0): assume(.1<phi0<PI/2-.1):
ode::solve(ode({phi''(t)=g/l*cos(phi(t)),phi(0)=phi0,phi'(0)=sqrt(2*g*l*sin(phi0))},phi(t)))
The solution contained many sigma parameters and in someone among these I found a strange function F(a|b) where a and b were another parameters. How can I interpret this F function?
I care about to say I'm not quite a wizard with this kind of things.
  1 件のコメント
Torsten
Torsten 2015 年 6 月 15 日
I guess F is the Jacobi amplitude function:
Best wishes
Torsten.

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

採用された回答

Eric Lin
Eric Lin 2015 年 6 月 16 日
  1 件のコメント
Gaetano Lazzara
Gaetano Lazzara 2015 年 6 月 16 日
編集済み: Gaetano Lazzara 2015 年 6 月 16 日
I didn't know this function. You learn something new everyday.
Thank you.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNumeric Solvers についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by