How to display square root symbol instead of decimal.

조회 수: 199 (최근 30일)
sunyi
sunyi 2023년 1월 31일
답변: Walter Roberson 2023년 1월 31일
The number of display format does not include the square, I can only select decimal, rational..., but not square root. When I input sqrt(5) in a matrix and display it, it is transformed to decimal. Can I keep the square root form?

채택된 답변

Walter Roberson
Walter Roberson 2023년 1월 31일
sqrt(sym(5))
ans = 
This requires the Symbolic Toolbox.
Also, display of the square root symbol itself instead of 5^(1/2) requires that you are using Livescript

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Numbers and Precision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by