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.
- Host: GitHub
- URL: https://github.com/arasgungore/ee242-projects
- Owner: arasgungore
- License: mit
- Created: 2022-02-17T10:58:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T12:22:40.000Z (over 3 years ago)
- Last Synced: 2025-03-26T12:46:49.248Z (8 months ago)
- Topics: 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
- Language: C++
- Homepage:
- Size: 3.27 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)