taylor expansion of a long expression

조회 수: 1 (최근 30일)
kevin k
kevin k 2015년 10월 17일
댓글: Torsten 2015년 10월 19일
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
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개)

Walter Roberson
Walter Roberson 2015년 10월 17일
Not all functions have taylor expansions.
  댓글 수: 1
kevin k
kevin k 2015년 10월 17일
the function I have is a homogeneous polynomial. all I want is to truncate the high powers.Maybe there is another way to do it?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by