How to put square root numbers into Matlab?

조회 수: 40 (최근 30일)
Ryan
Ryan 2021년 6월 7일
댓글: Ryan 2021년 6월 7일
How do I put: 7 sqrt(2)/2 so that it equals 4.9497?

채택된 답변

Aparajith Raghuvir
Aparajith Raghuvir 2021년 6월 7일
Hello Ryan,
There are 2 ways to go about it. One possible way is:
7 * sqrt(2) / 2
Another possible and more general way to compute any x to the power of y is
7 * 2^0.5 / 2
Hope this helps.
Thanks,
Aparajith

추가 답변 (0개)

카테고리

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

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by