How to do a taylor series in matlab with e?
1 次查看(过去 30 天)
显示 更早的评论
if the equation was g(x)=e^x/(cos(x)+tan3(x)) for x=2 I tried >> x=2;taylor(exp(e^x/(cos(x)+tan3(x)))) but an error comes up with undefined function or variable 'e'
0 个评论
回答(1 个)
Todd Leonhardt
2016-5-25
编辑:Todd Leonhardt
2016-5-25
Check out this example of how to compute Taylor series in Matlab:
Make sure you define x as a symbolic variable first.
2 个评论
Todd Leonhardt
2016-5-25
taylor operates symbolically
You need to give it the variable.
Do you have the symbolic math toolbox?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!