Skip to content

Latest commit

 

History

History
executable file
·
31 lines (14 loc) · 499 Bytes

README.md

File metadata and controls

executable file
·
31 lines (14 loc) · 499 Bytes

notebooks

My Jupyter notebooks for some code snippets.

assignment.ipynb

Julia example for an assignment problem

bisection-method.ipynb

Bisection method

lad.ipynb

Least absolute deviations regression estimator (Linear Programming)

newton-multiple.ipynb

Newton's method for minimizing multivariate functions

transportation.ipynb

An example of transportation problem in Julia

shortestpath.ipynb

An example of linear programming solution for a shortest path problem