|
CSS 455 - Scientific Computing
|
Lecture Set |
What |
For Download |
Set 2 |
Plots x^2 -(1/x) = 10 cos(x) for examination | testfn.m |
Bisection equation solver - uses the function in demofun1 | demobisect.m | |
|
Function demfun1: xsin(x)-1 = f(x) and its derivative | demfun1.M; derivfun1.M |
|
bisection method solver for the function demfun2 below | demobisect2.m |
|
demfun2 function: 3x^3 -5x^2-4x+4 and its derivative | demfun2.m; derivfun2.m |
|
plotfn2 plots demfun2 | plotfn2.m |
|
Newton method to solve demfun1 above | demonewton.m |
|
Newton method to solve demfun2 above | demonewton2.m |
Newton method to solve system of nonlinear equations | demosysnewton.m | |
fsys, jacsys: the equations and derivatives for the system of equations abovel | fsys.m ; jacsys.m | |
Secant method for demfun1 above | demosecant.m | |
Demonstration of reading of cdf data files and a small data file for it to use. | cdfReadDemo.m; ShortDataSetEvenMP1.CDF | |
Demonstration of parallel and serial calculations of pi: | piParallelTestX.m; piSerialTestX.m | |
Matbench marix multiply benchmarking program | MatBench.m | |
Matrix multiply functions used in MatBench | MatMatDot.m; MatMatOuter.m; MatMatVec.m; MatMatSax.m | |
Zip Archive of all files above | set2examples.zip |
|
|
|