symbolic multivariable Taylor series first order approximation

3 vues (au cours des 30 derniers jours)
Abdulaziz AlKuwari
Abdulaziz AlKuwari le 28 Mar 2014
Commenté : ragesh r menon le 30 Mar 2014
Hi,
Is there any way to find symbolic multivariable Taylor series first order approximation of a 1st order ODE using MATLAB ??
Thanks in advance

Réponse acceptée

ragesh r menon
ragesh r menon le 30 Mar 2014
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)
  2 commentaires
Abdulaziz AlKuwari
Abdulaziz AlKuwari le 30 Mar 2014
Thank you. I will try it
ragesh r menon
ragesh r menon le 30 Mar 2014
Sure

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by