What's F(a|b) in the MuPAD ode::solve output?
1 view (last 30 days)
Show older comments
Gaetano Lazzara
on 15 Jun 2015
Edited: Gaetano Lazzara
on 16 Jun 2015
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 Comment
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!