【考研类试卷】2011年工程硕士研究生学位课程(数值分析)真题试卷B及答案解析.doc

上传人:orderah291 文档编号:1380971 上传时间:2019-12-02 格式:DOC 页数:3 大小:74KB
下载 相关 举报
【考研类试卷】2011年工程硕士研究生学位课程(数值分析)真题试卷B及答案解析.doc_第1页
第1页 / 共3页
【考研类试卷】2011年工程硕士研究生学位课程(数值分析)真题试卷B及答案解析.doc_第2页
第2页 / 共3页
【考研类试卷】2011年工程硕士研究生学位课程(数值分析)真题试卷B及答案解析.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

1、2011年工程硕士研究生学位课程(数值分析)真题试卷 B及答案解析(总分:16.00,做题时间:90 分钟)一、计算题(总题数:3,分数:6.00)1.设 x=1231,y=05122 是由四舍五入法得到的近似值,试计算函数 e xy 的绝对误差限和相对误差限(分数:2.00)_2.给定方程 x 3 +2x-1=0,判别该方程有几个实根,并用迭代法求出方程所有实根,精确到 4位有效数字(分数:2.00)_3.用列主元 Gauss消去法求下面线性方程组的解: (分数:2.00)_二、综合题(总题数:5,分数:10.00)4.给定线性方程组 (分数:2.00)_5.已知 f(x)=xe x ,求一

2、个 3次多项式 H(x),使之满足 H(0)=f(0),H(1)=f(1),H“(0)=f“(0),H“(1)=f“(1)(分数:2.00)_6.求 a,b,使得积分 (分数:2.00)_7.试用 Simpson公式计算积分 (分数:2.00)_8.给定常微分方程初值问题 取正整数 n,记 h=(ba)n,x i =a+ih,i=0,1,2,n;y i y(x i ),1in,y 0 = 求常数 A,B,使数值求解公式 y i+1 =y i 十 hA,(x i+1 ,y i+1 )+ (分数:2.00)_2011年工程硕士研究生学位课程(数值分析)真题试卷 B答案解析(总分:16.00,做题时

3、间:90 分钟)一、计算题(总题数:3,分数:6.00)1.设 x=1231,y=05122 是由四舍五入法得到的近似值,试计算函数 e xy 的绝对误差限和相对误差限(分数:2.00)_正确答案:(正确答案:根据题意,可知e(x) 10 -3 ,e(y) 10 -4 ,e(e xy )ye xy e(x)+xe xy e(y)e xy (ye(x)+xe(y)0596710 -3 , )解析:2.给定方程 x 3 +2x-1=0,判别该方程有几个实根,并用迭代法求出方程所有实根,精确到 4位有效数字(分数:2.00)_正确答案:(正确答案:改写方程为 x 3 =-2x+1,作函数 y=x 3

4、 和 y=-2x+1的图像(见下图),由图像知方程有一个实根 x * 构造 Newton迭代格式:x k+1 =x k - )解析:3.用列主元 Gauss消去法求下面线性方程组的解: (分数:2.00)_正确答案:(正确答案: )解析:二、综合题(总题数:5,分数:10.00)4.给定线性方程组 (分数:2.00)_正确答案:(正确答案:Gauss-Seidel 迭代格式为 GaussSeidel迭代矩阵的特征方程为 展开得 4 3 4 2 2+8 2 +2 2 2 2 =0,即 (2 2 +2-1)=0,求得 1 =0, 因为 )解析:5.已知 f(x)=xe x ,求一个 3次多项式 H

5、x),使之满足 H(0)=f(0),H(1)=f(1),H“(0)=f“(0),H“(1)=f“(1)(分数:2.00)_正确答案:(正确答案:作 2次插值多项式 p(x),满足 p(0)=f(0) p(1)=f(1),P“(0)=f“(0),则 p(x)=f(0)+f0,0x+y0,0,1x 2 列表求差商: 可得 p(x)=x+(e-1)x 2 由插值条件易知 H(x)=p(x)+Ax 2 (x-1),其中 A为待定系数由条件 H“(1)=f“(1)得 2(e-1)+4A=3e,求得 A= 所以 H(X)=x+(e-1)x 2 + )解析:6.求 a,b,使得积分 (分数:2.00)_正

6、确答案:(正确答案:取 0 (x)=1, 1 (x)=x 2 ,则( 0 , 0 )= -1 1 1dx=2,( 0 , 1 )= -1 1 x 2 dx= )解析:7.试用 Simpson公式计算积分 (分数:2.00)_正确答案:(正确答案:由复化 Simpson公式得 S 1 (f)= f(1)+4f(15)+f(2)= (e -1 +4e -1.52 +e -22 )=013463,S 2 (f)= f(1)+4f(125)+2f(15)+4f(175)+f(2)=013521,因为 )解析:8.给定常微分方程初值问题 取正整数 n,记 h=(ba)n,x i =a+ih,i=0,1,2,n;y i y(x i ),1in,y 0 = 求常数 A,B,使数值求解公式 y i+1 =y i 十 hA,(x i+1 ,y i+1 )+ (分数:2.00)_正确答案:(正确答案:求解公式的局部截断误差为 R i+1 =y(x i+1 )-y(x i )-Ahf(x i+1 ,y(x i+1 )- hy(x i ,y(x i )-Bhf(x i-1 ,y(x i-1 )=y(x i+1 )-y(x i )-Ahy“(x i+1 )- )解析:

展开阅读全文
相关资源
猜你喜欢
  • EN 60874-1-1-2012 en Fibre optic interconnecting devices and passive components - Connectors for optical fibres and cables - Part 1-1 Blank detail specification《光纤互联装置和无源元件 光纤和光缆连接.pdf EN 60874-1-1-2012 en Fibre optic interconnecting devices and passive components - Connectors for optical fibres and cables - Part 1-1 Blank detail specification《光纤互联装置和无源元件 光纤和光缆连接.pdf
  • EN 60874-1-2012 en Fibre optic interconnecting devices and passive components - Connectors for optical fibres and cables - Part 1 Generic specification《光纤互联装置和无源元件 光纤和光缆连接器 第1部分 总规.pdf EN 60874-1-2012 en Fibre optic interconnecting devices and passive components - Connectors for optical fibres and cables - Part 1 Generic specification《光纤互联装置和无源元件 光纤和光缆连接器 第1部分 总规.pdf
  • EN 60874-17-1997 en Connectors for Optical Fibres and Cables Part 17 Sectional Specification for Fibre Optic Connector Type F-05 (Friction Lock)《光纤光缆连接器 第17部分 光纤连接器的分规范 F-05型(压拉锁紧).pdf EN 60874-17-1997 en Connectors for Optical Fibres and Cables Part 17 Sectional Specification for Fibre Optic Connector Type F-05 (Friction Lock)《光纤光缆连接器 第17部分 光纤连接器的分规范 F-05型(压拉锁紧).pdf
  • EN 60874-19-1997 en fr Connectors for Optical Fibres and Cables Part 19 Sectional Specification for Fibre Optic Connector - Type SC-D(uplex)《光纤光缆连接器 第19部分 光纤连接器的分规范 SC-D(uplex)型 IE.pdf EN 60874-19-1997 en fr Connectors for Optical Fibres and Cables Part 19 Sectional Specification for Fibre Optic Connector - Type SC-D(uplex)《光纤光缆连接器 第19部分 光纤连接器的分规范 SC-D(uplex)型 IE.pdf
  • EN 60875-1-1-1998 en Fibre Optic Branching Devices Part 1-1 Blank Detail Specification《光纤分流装置 第1-1部分 空白详细规范 IEC 60875-1-1 1996》.pdf EN 60875-1-1-1998 en Fibre Optic Branching Devices Part 1-1 Blank Detail Specification《光纤分流装置 第1-1部分 空白详细规范 IEC 60875-1-1 1996》.pdf
  • EN 60875-1-2015 en Fibre optic interconnecting devices and passive components - Non-wavelength-selective fibre optic branching devices - Part 1 Generic specification.pdf EN 60875-1-2015 en Fibre optic interconnecting devices and passive components - Non-wavelength-selective fibre optic branching devices - Part 1 Generic specification.pdf
  • EN 60876-1-2014 en Fibre optic interconnecting devices and passive components - Fibre optic spatial switches - Part 1 Generic specification.pdf EN 60876-1-2014 en Fibre optic interconnecting devices and passive components - Fibre optic spatial switches - Part 1 Generic specification.pdf
  • EN 60880-2009 en Nuclear power plants - Instrumentation and control systems important to safety - Software aspects for computer-based systems performing category A functions《核电站 对安.pdf EN 60880-2009 en Nuclear power plants - Instrumentation and control systems important to safety - Software aspects for computer-based systems performing category A functions《核电站 对安.pdf
  • EN 60885-2-2003 en Electrical test methods for electric cables Part 2 Partial discharge tests《电缆的电气试验方法 第2部分 局部放电试验 IEC 60885-2-1987》.pdf EN 60885-2-2003 en Electrical test methods for electric cables Part 2 Partial discharge tests《电缆的电气试验方法 第2部分 局部放电试验 IEC 60885-2-1987》.pdf
  • 相关搜索
    资源标签

    当前位置:首页 > 考试资料 > 大学考试

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1