n乗根が小数で表されてしまうがn乗根のまま表記して欲しい
Ältere Kommentare anzeigen
sqrt(2)
だと、ちゃんと
2^(1/2)
と表記してくれるのですが、
sqrt(sqrt(2))
や
2^(1/3)
だと近似値の小数で表記されてしまいます。もちろん、本当にしたいことはより四則計算の入り混じったものについてn乗根を用いて厳密な値を表記してほしいです。どうしたら良いでしょうか。
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!