【考研类试卷】2007年春季攻读工学博士学位研究生入学考试(数值分析)真题试卷及答案解析.doc

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

1、2007 年春季攻读工学博士学位研究生入学考试(数值分析)真题试卷及答案解析(总分:20.00,做题时间:90 分钟)一、计算题(总题数:4,分数:8.00)1.设 x=3142,y=314 是由某准确值通过四舍五入得到的近似值,试分析 ln(xy)的绝对误差限和相对误差限(分数:2.00)_2.给定非线性方程 e x +lnx-3=0 1)分析该方程实根个数; 2)用 Newton 迭代法求方程所有实根,精确到 4 位有效数字(分数:2.00)_3.1)设 A= 求 cond(A) 2 ; 2)设 AR nn 非奇异,BR nn 奇异,证明: (分数:2.00)_4.给定线性方程组 (分数:

2、2.00)_二、综合题(总题数:6,分数:12.00)5.求一个 3 次多项式 p(x),使其满足 p(1)=1, p“(1)=2, p(2)=3, p“(2)=4(分数:2.00)_6.求常数 ,使积分 (分数:2.00)_7.已知求积公式 (分数:2.00)_8.考虑常微分方程初值问题 记 h=(ba)/n,x i =a+ih,i=0,1,n 给定求解上述初值问题的公式 y i+1 =y i-1 + (分数:2.00)_9.考虑偏微分方程初边值问题 (分数:2.00)_10.设 f(x)在a,b上 3 阶连续可导,且 f(a)=f(b)=f“(b)=0证明:存在 (a,b),使得 (分数:

3、2.00)_2007 年春季攻读工学博士学位研究生入学考试(数值分析)真题试卷答案解析(总分:20.00,做题时间:90 分钟)一、计算题(总题数:4,分数:8.00)1.设 x=3142,y=314 是由某准确值通过四舍五入得到的近似值,试分析 ln(xy)的绝对误差限和相对误差限(分数:2.00)_正确答案:(正确答案:e(x) 10 -3 e(y) 10 -2 . )解析:2.给定非线性方程 e x +lnx-3=0 1)分析该方程实根个数; 2)用 Newton 迭代法求方程所有实根,精确到 4 位有效数字(分数:2.00)_正确答案:(正确答案:1)令 f(x)=e x +lnx-3

4、则 f(x)在(0,+)上连续,且 f(1)=e-30,f(2)=e 2 +ln230又当 x0 时 f“(x)=e x + 0,所以方程有唯一实根 x * 1,2 2)Newton 迭代格式为 x k+1 =x k - )解析:3.1)设 A= 求 cond(A) 2 ; 2)设 AR nn 非奇异,BR nn 奇异,证明: (分数:2.00)_正确答案:(正确答案:1) 2)因为 B 奇异,所以存在 xR n ,x0,使得 Bx=0,从而有(AB)x=Ax x=A -1 (AB)x,两边取范数得x=A -1 (AB)xA -1 A-Bx因为x0,所以x0,因此得A -1 A-B1,即 )

5、解析:4.给定线性方程组 (分数:2.00)_正确答案:(正确答案:Jacobi 迭代格式为 Jacobi 迭代矩阵 J 的特征方程为 从而 所以当)解析:二、综合题(总题数:6,分数:12.00)5.求一个 3 次多项式 p(x),使其满足 p(1)=1, p“(1)=2, p(2)=3, p“(2)=4(分数:2.00)_正确答案:(正确答案:先求一个 2 次多项式 q(x)满足 q(1)=1,q“(1)=2,q(2)=3,易求得 q(x)=1+2(x-1)令 R(x)=p(x)-q(x),则 R(x)是 3 次多项式,且 R(1)=R“(1)=R(2)=0,所以 R(x)=A(x-1)

6、2 (x-2) )解析:6.求常数 ,使积分 (分数:2.00)_正确答案:(正确答案:取 0 (x)=x, 1 (x)=x 2 ,则 ( 0 , 0 )= 0 1 x 2 dx= ,( 0 , 1 )= 0 1 x 3 dx= ,( 1 , 0 )= )解析:7.已知求积公式 (分数:2.00)_正确答案:(正确答案:1)令 f(x)=1,左= 0 1 1dx=1,右=1; 令 f(x)=x,左= 0 1 xdx= ,右= ; 令 f(x)=x 2 ,左= 0 1 x 2 dx= ,右= ; 令 f(x)=x 3 ,左= 0 1 x 3 dx= ,右= )解析:8.考虑常微分方程初值问题 记

7、 h=(ba)/n,x i =a+ih,i=0,1,n 给定求解上述初值问题的公式 y i+1 =y i-1 + (分数:2.00)_正确答案:(正确答案:R i+1 =y(x i+1 )-y(x i-1 ) - f(x i+1 ,y(x i+1 )+4f(x i ,y(x i )+f(x i-1 ,y(x i-1 )=y(x i+1 )-y(x i-1 )- )解析:9.考虑偏微分方程初边值问题 (分数:2.00)_正确答案:(正确答案:1)考虑(x i ,t k )点的方程 记 U i k =u(x i ,t k ),则有 )解析:10.设 f(x)在a,b上 3 阶连续可导,且 f(a)=f(b)=f“(b)=0证明:存在 (a,b),使得 (分数:2.00)_正确答案:(正确答案:作 2 次 Hermite 插值多项式 H(x),使其满足 H(a)=f(a),H(b)=f(6),H“(b)=f“(b),由于 f(a)=f(b)=f“(b)=0,所以 H(x)=0由 Hermite 插值多项式的余项得 f(x)-H(x)=f(x)= (x-a)(x-b) 2 ,(a,b),所以 )解析:

展开阅读全文
相关资源
猜你喜欢
  • DIN EN 1677-5-2009 Components for slings - Safety - Part 5 Forged steel lifting hooks with latch - Grade 4 German version EN 1677-5 2000+A1 2008《吊索用部件 安全性 第5部分 带闩锁的锻制钢提升钩 4级》.pdf DIN EN 1677-5-2009 Components for slings - Safety - Part 5 Forged steel lifting hooks with latch - Grade 4 German version EN 1677-5 2000+A1 2008《吊索用部件 安全性 第5部分 带闩锁的锻制钢提升钩 4级》.pdf
  • DIN EN 1677-6-2009 Components for slings - Safety - Part 6 Links - Grade 4 German version EN 1677-6 2001+A1 2008《吊索用部件 安全性 第6部分 链 4级》.pdf DIN EN 1677-6-2009 Components for slings - Safety - Part 6 Links - Grade 4 German version EN 1677-6 2001+A1 2008《吊索用部件 安全性 第6部分 链 4级》.pdf
  • DIN EN 1678-2011 Food processing machinery - Vegetable cutting machines - Safety and hygiene requirements German version EN 1678 1998+A1 2010《食品加工机械 蔬菜切割机 安全和卫生要求 德文版本EN 1678-2005+.pdf DIN EN 1678-2011 Food processing machinery - Vegetable cutting machines - Safety and hygiene requirements German version EN 1678 1998+A1 2010《食品加工机械 蔬菜切割机 安全和卫生要求 德文版本EN 1678-2005+.pdf
  • DIN EN 1679-1-2011 Reciprocating internal combustion engines - Safety - Part 1 Compression ignition engines German version EN 1679-1 1998+A1 2011《往复式内燃机 安全 第1部分 压燃式发动机 德文版本EN 1679-.pdf DIN EN 1679-1-2011 Reciprocating internal combustion engines - Safety - Part 1 Compression ignition engines German version EN 1679-1 1998+A1 2011《往复式内燃机 安全 第1部分 压燃式发动机 德文版本EN 1679-.pdf
  • DIN EN 168-2002 Personal eye-protection - Non-optical test methods German version EN 168 2001《个人眼睛防护 非光学试验方法》.pdf DIN EN 168-2002 Personal eye-protection - Non-optical test methods German version EN 168 2001《个人眼睛防护 非光学试验方法》.pdf
  • DIN EN 1680-1997 Plastics piping systems - Valves for polyethylene (PE) piping systems - Test method for leaktightness under and after bending applied to the operating mechanism Ge.pdf DIN EN 1680-1997 Plastics piping systems - Valves for polyethylene (PE) piping systems - Test method for leaktightness under and after bending applied to the operating mechanism Ge.pdf
  • DIN EN 169-2003 Personal eye protection - Filters for welding and related techniques - Transmittance requirements and recommended use German version EN 169 2002《人眼防护 焊接及相关技术用滤光镜 透射.pdf DIN EN 169-2003 Personal eye protection - Filters for welding and related techniques - Transmittance requirements and recommended use German version EN 169 2002《人眼防护 焊接及相关技术用滤光镜 透射.pdf
  • DIN EN 170-2003 Personal eye protection - Ultraviolet filters - Transmittance requirements and recommended use German version EN 170 2002《个人眼睛防护 紫外线滤光镜 透射要求和推荐用法 德文版本 EN 170 2002》.pdf DIN EN 170-2003 Personal eye protection - Ultraviolet filters - Transmittance requirements and recommended use German version EN 170 2002《个人眼睛防护 紫外线滤光镜 透射要求和推荐用法 德文版本 EN 170 2002》.pdf
  • DIN EN 1704-1997 Plastics piping systems - Thermoplastics valves - Test method for the integrity of a valve after temperature cycling under bending German version EN 1704 1997《塑料管道.pdf DIN EN 1704-1997 Plastics piping systems - Thermoplastics valves - Test method for the integrity of a valve after temperature cycling under bending German version EN 1704 1997《塑料管道.pdf
  • 相关搜索
    资源标签

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

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