필터 지우기
필터 지우기

How to solve implicit equation with two variables?

조회 수: 2 (최근 30일)
Yusuke Nakamura
Yusuke Nakamura 2016년 4월 22일
답변: Azzi Abdelmalek 2016년 4월 22일
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일
solve('a^3-6*b*a^2-12*a*b^2-8*b^3==0','a')

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by