[0×1 sym] as result of a solve function application to a system of multiple variables

조회 수: 3 (최근 30일)
Hi everybody, I am trying to solve a system of eight non-linear equations having eight different variables.
I have created the code in the form:
syms x y z a b c d e
eq1= ... == 0; eq2= ... == 0; eq3= ... == 0; eq4= ... == 0; eq5= ... == 0; eq6= ... == 0; eq7= ... == 0; eq8= ... == 0;
solve(eq1,eq2,eq3,eq4,eq5,eq6,eq7,eq8)
but a column vector of eight [0×1 sym] is the result.
What should I check for? Let me specify that giving some constants values to each variable, the equations present real solutions.
  댓글 수: 1
Dyuman Joshi
Dyuman Joshi 2023년 11월 22일
Are you sure that a solution exists?
If yes, I highly doubt that an analytical solution exists for a system of 8 non-linear equations. You will have to try to find numerical solution.
In that case, try to use vpasolve or fsolve (requires Optimzation toolbox)

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by