Is there a reason MuPad doesn't find the obvious cancellation?
古いコメントを表示
I have:
f := 1/2* sqrt( 16-x^2 )
df := diff( f, x )
simplify( f * sqrt( 1 + df^2 ) )
mupad doesn't find the obvious cancellation (sqrt( 16-x^2 ) should go away)
Why not? Is there an algebraic reason I'm missing, or am I using the simplify function incorrectly, or is it something else?
採用された回答
その他の回答 (1 件)
Walter Roberson
2011 年 6 月 17 日
0 投票
In particular sqrt(t) * sqrt(1/t) does not cancel if t is 0. Or in your case, if x = +/- 4
カテゴリ
ヘルプ センター および File Exchange で Get Started with MuPAD についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!