/InverseProblem

This function inverts ill cnditioned matrices using an iterative solution to the Tikhonov regularization problem. It takes three arguments: A, the matrix, l, lambda the contraint, and k, the number of iterations.

Primary LanguagePython

InverseProblem