MichealRay / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InverseProblem

About

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.


Languages

Language:Python 100.0%