Is there a maximum number of equations that can be solved using symbolic (solve function)?

조회 수: 2 (최근 30일)
Hello, I am trying to solve 190 equations using matlab solve function and I am getting: "Warning: Explicit solution could not be found." So I wonder if there is a limitation on the number of equations.
Thank you in advance,

채택된 답변

Walter Roberson
Walter Roberson 2013년 11월 14일
If there is a limit, then it is much larger than 190. At least 32000 I would expect.
Explicit solution could not be found can occur even with fairly simple expressions. For example,
solve(sin(x)-x/4, x)
will not have any explicit solution.
You did not indicate anything about the properties of the equations. If they are linear equations, did you test their rank() ?

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Assumptions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by