Python translations of AAKS Matlab codes

For MTH 537, Fall 2019.

original Matlab Python translation (html) Python translation (py)
Adams_Bashforth_order_3.m    
bisect_method.m bisect_method.py bisect_method.py
composite_Newton_Cotes.m composite_Newton_Cotes.py composite_Newton_Cotes.py
difference_quotient.m difference_quotient.py difference_quotient.py
difference_table.m difference_table.py difference_table.py
example_Fredholm_g.m    
example_Fredholm_kernel.m    
fp_prob_8_27.m    
f_prob_8_27.m    
Fredholm_second_kind.m    
f_sin_x_over_xsqp1.m f_sin_x_over_xsqp1.py f_sin_x_over_xsqp1.py
gp_prob_8_27.m    
g_prob_8_27.m    
hat_function_value.m hat_function_value.py hat_function_value.py
homotopy_step.m    
interpolant_with_hat_function_basis.m interpolant_with_hat_function_basis.py interpolant_with_hat_function_basis.py
inverse_power_method.m inverse_power_method.py inverse_power_method.py
Lagrange_interp_poly_coeffs.m Lagrange_interp_poly_coeffs.py Lagrange_interp_poly_coeffs.py
Lagrange_interp_poly_val.m Lagrange_interp_poly_val.py Lagrange_interp_poly_val.py
Lotka_Volterra.m    
minus_32_x_cubed.m    
n_d_Monte_Carlo_integral.m n_d_Monte_Carlo_integral.py n_d_Monte_Carlo_integral.py
newton.m newton.py newton.py
newton_sys.m    
piecewise_linear_interpolant_value.m piecewise_linear_interpolant_value.py piecewise_linear_interpolant_value.py
plot_piecewise_linear_interpolant.m plot_piecewise_linear_interpolant.py plot_piecewise_linear_interpolant.py
plot_Runge_and_Lagrange_interpolant.m plot_Runge_and_Lagrange_interpolant.py plot_Runge_and_Lagrange_interpolant.py
plot_trigonometric_interpolant.m plot_trigonometric_interpolant.py plot_trigonometric_interpolant.py
Runge_Kutta_2_for_systems.m    
runge.m runge.py runge.py
simple_2d.m    
simple_2d_prime.m    
steffensen.m    
sum_of_squares.m sum_of_squares.py sum_of_squares.py
trig_interp_example.m in plot_trigonometric_interpolant.py in plot_trigonometric_interpolant.py
trigonometric_interpolant_value.m trigonometric_interpolant_value.py trigonometric_interpolant_value.m
two_point_BVP_with_finite_differences.m    
xsqm2.m xsqm2.py xsqm2.py

The following will just be absorbed into the Python files where the functions they call are defined.

original Matlab
run_Adams_Bashforth_order_3.m
run_bisect_method.m.txt
run_composite_Newton_Cotes.m
run_Fredholm_second_kind.m
run_inverse_power_method.m
run_Runge_Kutta_2_for_systems.m
run_steffensen.m
run_two_point_BVP_with_finite_differences.m