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!