Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
-
Updated
Aug 8, 2022 - C++
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
Compute the inverse of a matrix using the Gauss-Jordan method.
Implementation of the Gauss-Jordan method for inverting matrices.
Benchmarking several methods for computing the inverse of a matrix, including the Eigen library implementation.
This project implements a simplified Shamir's Secret Sharing algorithm to find the constant term of a polynomial from encoded roots in JSON format. It reads JSON input, decodes y-values, and uses Gaussian elimination to solve for the polynomial's coefficients.
Add a description, image, and links to the gaussian-elimination-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the gaussian-elimination-algorithm topic, visit your repo's landing page and select "manage topics."