MATLAB计算泰勒貌似不对。
Show older comments
我想知道为啥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)


Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!