taylor expansion of a long expression
1 次查看(过去 30 天)
显示 更早的评论
Hi
I have a very long polynomial in coefficients u,v,w,z stored in variable f and I would like to truncate high order terms. when I try to calculate: "taylor(f, [u, v, w, z],'Order', 5) " I do not get the result I want but an expression starts with "mtaylor(....) " or some massage that matalb cannot compute it. How can I solve it ? thanks
1 个评论
Torsten
2015-10-19
u,v,w,z are syms and f is not a function handle ?
Please show us your complete call to "taylor"
Best wishes
Torsten.
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!