Converting my projects from my mathematical courses from Matlab to Python, Java, and other modern languages.
Singular Value Thresholding
File: svt.py
Folder: svt
Status: Incomplete
Language: Python
Description:
In Matlab, I wrote an algorithm that was explained in a scientific paper using pseudocode and specific boundary conditions. The program recovers a low-rank matrix M from a subset of sampled entries, it was used to recreate experimental results.
Cubic Spline Interpolation - Natural Spline
File: reflector.py
Folder: splines
Status: Incomplete
Description:
Develop a program that generated two dimensional reflectors using spline interpolation. Ccreate numerical and graphical results.