how to simplify this equation?

3 visualizaciones (últimos 30 días)
Raj Arora
Raj Arora el 4 de Nov. de 2020
Comentada: Ameer Hamza el 4 de Nov. de 2020
Any one please help me with this
How to simplify this
D= 93^(1/2)*(a^2)^(1/2)
as ==>> 9.643a

Respuestas (1)

Ameer Hamza
Ameer Hamza el 4 de Nov. de 2020
If you have symbolic toolbox
syms a
assume(a > 0)
D = 93^(1/2)*(a^2)^(1/2);
y = vpa(D, 4)
Result
>> y
y =
9.644*a
  2 comentarios
Raj Arora
Raj Arora el 4 de Nov. de 2020
Thanks ameer for your prompt response.
Ameer Hamza
Ameer Hamza el 4 de Nov. de 2020
I am glad to be of help!!!

Iniciar sesión para comentar.

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by