How to solve implicit equation with two variables?

Hi. I want to solve the following implicit equation for either a or b.
a^3-6ba^2-12ab^2-8b^3=0
If it's solved for a, a can be written in terms of b or vice versa. Is it possible to do so using MATLAB?
Thanks in advance.

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 4 月 22 日

0 投票

solve('a^3-6*b*a^2-12*a*b^2-8*b^3==0','a')

カテゴリ

ヘルプ センター および File ExchangeSystems of Nonlinear Equations についてさらに検索

質問済み:

2016 年 4 月 22 日

回答済み:

2016 年 4 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by