Borrar filtros
Borrar filtros

How to solve implicit equation with two variables?

2 visualizaciones (últimos 30 días)
Yusuke Nakamura
Yusuke Nakamura el 22 de Abr. de 2016
Respondida: Azzi Abdelmalek el 22 de Abr. de 2016
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.

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 22 de Abr. de 2016
solve('a^3-6*b*a^2-12*a*b^2-8*b^3==0','a')

Categorías

Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by