Solving a symbolic cubic equation
이전 댓글 표시
Hi,
I wanted to solve this symbolic equation, with the roots being in terms of the variables. Would appreciate any help!
13824*k^3 - 2592*k^2*m*w + 72*k*m^2*w^2 - (m^3*w^3)/2
The equation is a function of 'w', but w,k,m are all symbolic variables.
Thanks!
댓글 수: 1
John D'Errico
2017년 3월 5일
Is there a reason why you would not just try using solve?
help solve
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!