(d)solve gives not-calculated coefficients

When I use "solve" to solve a system of equations, matlab always gives results like x=56980860677234865024000/16845271251976007028871 but I can use "double(x)" to fix it.
However, this time I was trying to use "dsolve" to solve a system of differential equations, the result is like (56980860677234865024000*t)/16845271251976007028871-exp((5*t*(41585177577736871350142061444646828960608054585^(1/2)... so how to deal with it?
Thanks a lot

 採用された回答

Walter Roberson
Walter Roberson 2016 年 4 月 10 日

0 投票

vpa() the expression to see the decimal equivalent.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeNumerical Integration and Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by