大神给我解释一下下面这些Matlab泰勒公式的用法taylor(f) computes the Taylor series expansion of f up to the fifth order.The expansion point is 0.taylor(f,Name,Value) uses additional options specified by one or more Name,Value pair arguments.taylor(f,v) computes the Taylor series expansion of f with respect to v.taylor(f,v,Name,Value) uses additional options specified by one or more Name,Value pair arguments.taylor(f,v,a) computes the Taylor series expansion of f with resp

问题描述:

大神给我解释一下下面这些Matlab泰勒公式的用法
taylor(f) computes the Taylor series expansion of f up to the fifth order.The expansion point is 0.taylor(f,Name,Value) uses additional options specified by one or more Name,Value pair arguments.taylor(f,v) computes the Taylor series expansion of f with respect to v.taylor(f,v,Name,Value) uses additional options specified by one or more Name,Value pair arguments.taylor(f,v,a) computes the Taylor series expansion of f with respect to v around the expansion point a.taylor(f,v,a,Name,Value) uses additional options specified by one or more Name,Value pair arguments.http://www.mathworks.cn/cn/help/symbolic/taylor.html#inputarg_v