how to simplify this equation?

1 次查看(过去 30 天)
Raj Arora
Raj Arora 2020-11-4
Any one please help me with this
How to simplify this
D= 93^(1/2)*(a^2)^(1/2)
as ==>> 9.643a

回答(1 个)

Ameer Hamza
Ameer Hamza 2020-11-4
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

类别

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