An open API service indexing awesome lists of open source software.

https://github.com/arasgungore/ee242-projects

Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
https://github.com/arasgungore/ee242-projects

algorithm algorithms bisection-method cplusplus cpp eigenvalue eigenvalues eigenvalues-and-eigenvectors eigenvector eigenvectors gaussian-elimination gaussian-elimination-algorithm matrix-solver numerical-methods partial-pivoting polynomial-roots power-iteration secant-method solving-algorithm terminal-based

Last synced: 7 months ago
JSON representation

Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.

Awesome Lists containing this project

README

          

# EE242-projects

Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester. These projects apply algorithms such as Gaussian elimination with partial pivoting (GEPP), normalized power iteration, inverse iteration, secant and bisection methods to solve matrix and polynomial equations.

## Projects

[Project 1: Gaussian Elimination with Partial Pivoting](GaussianEliminationWithPartialPivoting)

[Project 2: Computing Eigenvalues and Eigenvectors using Normalized Power Iteration Algorithm and Inverse Iteration Algorithm](ComputingEigenvaluesAndEigenvectors)

[Project 3: Secant and Bisection Methods](SecantAndBisectionMethods)

## Author

👤 **Aras Güngöre**

* LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)
* GitHub: [@arasgungore](https://github.com/arasgungore)