How to display square root symbol instead of decimal.

조회 수: 82 (최근 30일)
sunyi
sunyi 2023년 1월 31일
답변: pepe 2025년 9월 11일
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

추가 답변 (1개)

pepe
pepe 2025년 9월 11일
I believe this suits your purpose
syms x
expand((5+i*sqrt(3)*x)^3)
ans = 
پویا پاکاریان
Pooya Pakarian

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by