This repository contains a series of mini-projects focused on fundamental numerical methods implemented in MATLAB. These projects cover key areas in numerical linear algebra and root-finding ...
The Gauss-Seidel method improves on the Jacobi method by using the most recently updated values for calculations, which can lead to faster convergence. The algorithm is used to iteratively approximate ...
Abstract: Many important scientific kernels compute solutions using finite difference techniques, and the most time consuming part of them is the iterative method, such as Gauss-Seidel or SOR. To ...
Abstract: The advent of autonomous microgrids with distributed generators has drawn a lot of interest to studies on microgrid power flow. Conventional power flow approaches cannot overcome several ...