how to simplify this equation?

Any one please help me with this
How to simplify this
D= 93^(1/2)*(a^2)^(1/2)
as ==>> 9.643a

Risposte (1)

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 Commenti

Thanks ameer for your prompt response.
I am glad to be of help!!!

Accedi per commentare.

Categorie

Tag

Richiesto:

il 4 Nov 2020

Commentato:

il 4 Nov 2020

Community Treasure Hunt

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

Start Hunting!

Translated by