필터 지우기
필터 지우기

How to write my own jacobian function in ODE solver?

조회 수: 8 (최근 30일)
Sina
Sina 2014년 7월 21일
댓글: Star Strider 2014년 7월 21일
Hi,
I would like to define my own Jacobian function for my solvers ode15s, ode23s, ode23t, and ode23tb. I can't find any think in options to access Jacobian from outside.

채택된 답변

Star Strider
Star Strider 2014년 7월 21일
You can for the solvers you mention. You don’t say what you’ve already done and what documentation you’ve already referred to, but the odeset option Jacobian Matrix Properties allows you to define and code your own analytic Jacobian as a function. (I haven’t needed to do this myself, so I’m just quoting the documentation here.)

추가 답변 (1개)

Sina
Sina 2014년 7월 21일
Thanks, I will try it

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by