Skip to content

Converting my projects from my mathematical courses from Matlab to Python, Java, and other modern languages.

Notifications You must be signed in to change notification settings

vitzwitz/convertingMathProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

convertingMathProjects

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.

About

Converting my projects from my mathematical courses from Matlab to Python, Java, and other modern languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages