Rob Rahm, Instructional Assistant Professor
This paper contains many numerical examples using sample points to recover a potential. Below are .m files for the code.- inverse_full.m. This is the main inverse routine.
- driver_sp_full.m. This is creates sample data.
- test_full.m. This runs the test.
- jac.m. Compute jacobian.
- direct_rob.m. This is a direct SLE solver.
- get_eval.m. This is used for the direct SLE solver above.
- ivp.m. Initial value solver (copied from Bill Rundell).