MATLAB计算泰勒貌似不对。
Afficher commentaires plus anciens
我想知道为啥MATLAB的2阶和3阶为啥一样,谢谢!
程序:
>> syms z;
>> f=taylor(1/((1+z^2)^2),z)
>> f=taylor(1/((1+z^2)^2),z,'order',3)
>> f=taylor(1/((1+z^2)^2),z,'order',4)


Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!