필터 지우기
필터 지우기

Best Solver of Nonlinear Equations for Large Matrices

조회 수: 2 (최근 30일)
SJ B
SJ B 2017년 6월 2일
All,
I am solving for a variable in a nonlinear equation using fsolve,fminsearch, etc on MATLAB R2010B. However, this variable is actually a large square matrix. Due to the size of the matrix, it seems that fsolve and fminsearch run out of memory even with the Jacobian. I applied a variety of options to limit the computation time, such as TolFun, MaxIter, MaxFunEvals, etc as well.
I was able to iterate through every entry in the matrix and get an answer using fzero but it was relatively time consuming. I'm wondering if there's an easier solution using either one of the above commands or another command in MATLAB.
Thanks for your help.

답변 (0개)

카테고리

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