Math 441, Introduction to Numerical Analysis
Fall 2006
Matlab Codes
- Log series: logtaylor.m
- Bisection method: bisect.m, f.m
- Newton's method: newton.m, g.m,
dg.m, g1.m, dg1.m
- Linear solvers: get_gen_mat.m, extractL.m,
get2ptbdvp.m, it_jacobi.m,
it_gauss_seidel.m, spect_rad.m
- Conjugate gradient: get2Dbdvp.m, test_cg_2dbvp.m
- Interpolation: myeval.m,
myinterp.m, test_interp.m,
runge.m, test_interp_conv.m,
test_interp_conv_sp.m
- Numerical differentialtion: testorder.m,
l1.m