Symbolic simplify get wrong result

3 views (last 30 days)
Boris
Boris on 28 Jun 2023
Commented: Boris on 28 Jun 2023
For expression
((a^3*b^(1/2)*c^(-1/2))*(a*b)^1/3)/((a^3)^(1/2)*b^(1/2)*c)
Matlab get result
(a^4*b)/(3*c^(3/2)*(a^3)^(1/2))
but correct is
(a^(11/6)*b^(1/3))/c^(3/2)

Accepted Answer

Torsten
Torsten on 28 Jun 2023
Edited: Torsten on 28 Jun 2023
(a*b)^1/3 = (a*b)/3, not = (a*b)^(1/3)

More Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!