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 日

0 投票

(a*b)^1/3 = (a*b)/3, not = (a*b)^(1/3)

1 件のコメント

Boris
Boris 2023 年 6 月 28 日
Thank you so much.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSymbolic Math Toolbox についてさらに検索

製品

リリース

R2023a

質問済み:

2023 年 6 月 28 日

コメント済み:

2023 年 6 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by