How to speed up the symbolic calculation of the Jacobian?
2 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I am trying to solve a system of multivariate nonlinear equations using the Newton iteration method. The equations contain symbolic parameters. The goal is to have the variables expressed as functions of the symbolic parameters. The problem is that the Jacobian calculation using the jacobian(f,v) syntax is very slow due to the high non-linearity of the equations to be solved. I have also attempted to use jacobianest(fun,x0), but calculating the Jacobian numerically won't work because I have symbolic parameters in the equations. How could I speed up the symbolic Jacobian calculation in this case? Thanks in advance.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!