필터 지우기
필터 지우기

How to solve system of nonlinear symbolic equations?

조회 수: 3 (최근 30일)
frank
frank 2012년 4월 16일
I've written 2 long nonlinear symbolic equations with 2 unknowns in Matlab, but it doesn't solve it and says:"Explicit solution not found". What should I do?

답변 (1개)

Walter Roberson
Walter Roberson 2012년 4월 16일
Nonlinear equations often have no explicit solution. You will probably have to use numeric solution methods. You might find matlabFunction() useful for constructing the function handle to pass to a numeric solver.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by