Symbolic simplify get wrong result

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)

 采纳的回答

Torsten
Torsten 2023-6-28
编辑:Torsten 2023-6-28
(a*b)^1/3 = (a*b)/3, not = (a*b)^(1/3)

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

产品

版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by