필터 지우기
필터 지우기

symbolic multivariable Taylor series first order approximation

조회 수: 5 (최근 30일)
Hi,
Is there any way to find symbolic multivariable Taylor series first order approximation of a 1st order ODE using MATLAB ??
Thanks in advance

채택된 답변

ragesh r menon
ragesh r menon 2014년 3월 30일
You can use mupad for this. Suppose your ODE is dot(.)=f(x,y....) and you want to expand along(x0,yo,....) and n is the order upto which you want to truncate, then the command in mupad is
mtaylor(f, [x = x0, y = y0, ...],n)

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by