1 / 3

上机作业:数值积分

上机作业:数值积分. (1) 用 Newton-Cotes 公式计算下面定积分的近似值 输出 n =1, 2, 3, ..., 10 时 N-C 公式计算出来的近似值 , 并输出误差. ( M 文件取名为 hw31.m ). 提示 : 计算 Cotes 系数时可使用教材第 103 页的公式 (2.2) 用 Matlab 多项式运算函数,不要使用符号运算! conv, deconv, polyint, polyval,. 上机作业:数值积分. (2) 计算下面定积分的近似值 , 并输出误差

gyula
Download Presentation

上机作业:数值积分

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 上机作业:数值积分 (1) 用 Newton-Cotes 公式计算下面定积分的近似值 输出 n=1, 2, 3, ..., 10 时 N-C 公式计算出来的近似值, 并输出误差 (M文件取名为 hw31.m) 提示: • 计算 Cotes 系数时可使用教材第 103 页的公式 (2.2) • 用 Matlab 多项式运算函数,不要使用符号运算! conv, deconv, polyint, polyval, ...

  2. 上机作业:数值积分 (2) 计算下面定积分的近似值, 并输出误差 要求使用 ①9 点 Gauss 公式和 ②9 点复合 Gauss 两点公式。 (M文件取名为 hw32.m) 提示: • 利用 Legendre 正交多项式计算 Gauss 点 • 使用 Lagrange 基函数计算 Gauss 系数 • 用 Matlab 多项式运算函数,不要使用符号运算! • 别忘了变量代换!

  3. 上机作业 • 上机要求 • 将所有 M 文件作为附件,发给mhjs@system.mail • 邮件主题为:机号-学号-姓名 • 每个 M文件的第一行为:%机号-学号-姓名

More Related