This repository is a selection of my works on Optimization and Numerical Analysis classes, at UCSD and for self-study.
-
- Solving a linear system of the form Ax = b, where A is a (not necessarily square) matrix exactly and approximately.
- Diagonalizing and doing Singular Value Decomposition.
- Approximating solutions of non-linear equations.
- Approximating and interpolating polynomials from a set of data points.
-
- Convex Optimization, with a touch on Non-convex optimization.
- Constrained and Unconstrained Optimization.
- First-order and Second-order methods.
This will be updated as new works are done and can be published.