symbolic multivariable Taylor series first order approximation
2 次查看(过去 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
0 个评论
采纳的回答
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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!