Quantum circuit simulator in Swift
-
Updated
Mar 20, 2022 - Swift
Quantum circuit simulator in Swift
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
Idris package defining, implementing, and verifying naiive Gaussian elimination over the integers in some system of linear algebra.
a c++ library with statistical machine learning algorithms for linear and non-linear robust regression that can be used with python.
This is a Numerical Analysis course project, implementing numerical analysis methods.
Form symmetric block matrices and condense them (eliminating blocks) at compile time using Schur complements. The goal is to manipulate KKT/augmented/saddle-point systems symbolically to obtain equivalent systems (typically: unsymmetric, symmetrized, and normal equations) that can be tackled by various numerical solvers
Compute the inverse of a matrix using the Gauss-Jordan method.
實作碩士論文中,利用BlendMask實例分割模型美化QR code
This application contains a set of examples for all mayor linear algebraic algorithms. Within the source code there are definitions and complex descriptions to the different aspects of computing bidimentional arrays of any size. This project focuses in computing systems of equations of nxn size.
Chemical Equation Balancers in Java
This repository consists of important Linear Algebra concepts such as SVD, Transformation, Regression, Least Square, Gaussian elimination and their usage in real life projects.
Collection of step-by-step programming exercises to introduce students to the applications of linear algebra.
LaTex files needed to build notes for the course Linear Algebra I at the University of South Africa
Solves the linear system Ax=b for x using Gaussian elimination with partial pivoting.
a collection of numerical methods written in python language.
A Linear system solver built using Gaussian Elimination.
Implementing basic Electrical Engineering Concepts in Python
Module for matrix creation and matrix manipulation. Programming Language: Python.
Add a description, image, and links to the gaussian-elimination topic page so that developers can more easily learn about it.
To associate your repository with the gaussian-elimination topic, visit your repo's landing page and select "manage topics."