n乗根が小数で表されてしまうがn乗根のまま表記して欲しい
Mostra commenti meno recenti
sqrt(2)
だと、ちゃんと
2^(1/2)
と表記してくれるのですが、
sqrt(sqrt(2))
や
2^(1/3)
だと近似値の小数で表記されてしまいます。もちろん、本当にしたいことはより四則計算の入り混じったものについてn乗根を用いて厳密な値を表記してほしいです。どうしたら良いでしょうか。
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!