MA1511 计算方法B 2020 秋季
星期四 09:45-11:20 地点: 5教203
书目
教材:
数值计算方法与算法(第三版) 张韵华、王新茂、陈效群和张瑞
推荐书目:
An Introduction to Numerical Analysis by Endre Suli and David Mayers
Numerical Analysis by Richard L. Burden and J. Douglas Faires
Introduction to Numerical Analysis by J. Stoer and R. Bulirsch
Numerical Recipes (3rd Edition) by Press, Teukolsky, Vetterling, and Flannery
程序
第一章
lagInterp.m
newtonInterp.m
spline.m
第二章
LeastSquaresFitting.m
第三章
NewtonCotes.m
AdapTrap.m
Romberg.m
gauss.m
GaussQuad.m
FiniteDiff.m
第四章
ForwardEuler.m
euler.m
rk2.m
rk4.m
CompSoln.m
CompAccu.m
第五章
GaussElimination.m
LUdecomposition.m(暂时欠奉)
PartialPivoting.m
作业
作业LaTeX模板
template.tex
template.pdf
作业一
hw1.pdf
作业二
hw2.pdf
作业三
hw3.pdf