Matlab m-file for generating multiplication table, A=I*J: ex_mult_table.m
Example for solving equation f(x)=0 by fix point iteration: ex_fix_point.m
Example for solving equation f(x)=0 by fix point iteration, using while loop: ex2_fix_point.m
Example of plotting figure by using basic plotting commands: ex_plot_fig.m
Example of simulating damped spring system with the explicit Euler methhod: ex_euler_sim.m
Function to define right hand side f(x) in damped spring system dot(x)=f(x): dampedspring.m