n乗根が小数で表されてしまうがn乗根のまま表記して欲しい
Mostrar comentarios más antiguos
sqrt(2)
だと、ちゃんと
2^(1/2)
と表記してくれるのですが、
sqrt(sqrt(2))
や
2^(1/3)
だと近似値の小数で表記されてしまいます。もちろん、本当にしたいことはより四則計算の入り混じったものについてn乗根を用いて厳密な値を表記してほしいです。どうしたら良いでしょうか。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!