How to put square root numbers into Matlab?

65 visualizaciones (últimos 30 días)
Ryan
Ryan el 7 de Jun. de 2021
Comentada: Ryan el 7 de Jun. de 2021
How do I put: 7 sqrt(2)/2 so that it equals 4.9497?

Respuesta aceptada

Aparajith Raghuvir
Aparajith Raghuvir el 7 de Jun. de 2021
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

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by