- 1
- 0
- 约3.05千字
- 约 4页
- 2017-05-21 发布于河南
- 举报
MATLAB应用技巧
Taylor Series in MATLAB
The statements
syms x
f = 1/(5+4*cos(x))
T = taylor(f,8)
return
T =1/9+2/81*x^2+5/1458*x^4+49/131220*x^6
which is all the terms up to, but not including, order eight in the Taylor series for f(x):
Technically, T is a Maclaurin series, since its basepoint is a = 0.
The command
pretty(T)
prints T in a format resembling typeset mathematics:
2 4 49 6
1/9 + 2/81 x + 5/1458 x + ------ x 131220
These commands syms x
g = exp(x*sin(x))
t = taylor(g,12,2);
generate the first 12 nonzero terms of the Taylor series for g about x = 2. Next, plot these functions t
您可能关注的文档
最近下载
- 2026年街道党校党员教育培训工作计划.docx VIP
- 某医院住院楼供配电系统课程设计.doc VIP
- (正式版)DB32∕T 4469-2023 《港口危险货物码头企业安全生产隐患排查治理规程》.docx VIP
- 北师大版小学六年级数学上册教案 全册.docx VIP
- 社会工作专业关系建立.ppt VIP
- AP微观经济学 2016年真题 (选择题+问答题) AP Microeconomics 2016 Released Exam and Answers (MCQ+FRQ).pdf VIP
- 第四单元 第18课 排序计算有方法 教案 义务教育版(2024)信息科技四年级全一册.docx VIP
- 人教版(2024)七年级下册英语期中质量检测试卷(含答案).docx VIP
- 智能体育公园的规划设计与运营管理模式创新研究.docx VIP
- 毕业设计(论文)-哈尔滨市体育公园规划设计.docx VIP
原创力文档

文档评论(0)