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)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Symbolic 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