필터 지우기
필터 지우기

Simple symbolic system of nonlinear equations

조회 수: 1 (최근 30일)
valentino dardanoni
valentino dardanoni 2018년 9월 17일
댓글: valentino dardanoni 2018년 9월 18일
I have a simple system of linear equations such as
f(x,y,z)=a
g(x,y,z)=b
h(x,y,z)=c
with f,g,h being specified polynomial functions. I want to find the symbolic solution x=x(a,b,c), y=y(a,b,c) and z=z(a,b,c).
Any help on coding this problem is much appreciated

채택된 답변

Walter Roberson
Walter Roberson 2018년 9월 17일
sol = solve([f==a, g==b, h==c], [x, y, z])

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by