A repository to host all of the C++ projects I've worked on in the past.
The following were written solely by myself, while the rest were provided by professors:
gaussian_elim.cpp
: solves a matrix equation using naive Gaussian eliminationgaussElim.cpp
: performs PA = LU factorization on an n x n matrix, then solves the given matrix equationdeck.cpp
: contains Card and Deck classes with sort, shuffle, and deal methodsgaussQuadrature.cpp
: performs 3-point Gaussian quadrature on a given integral (functions are hardcoded)