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.
This is a Numerical Analysis course project, implementing numerical analysis methods.
a c++ library with statistical machine learning algorithms for linear and non-linear robust regression that can be used with python.
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
實作碩士論文中,利用BlendMask實例分割模型美化QR code
Compute the inverse of a matrix using the Gauss-Jordan method.
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.
This repository consists of important Linear Algebra concepts such as SVD, Transformation, Regression, Least Square, Gaussian elimination and their usage in real life projects.
Chemical Equation Balancers in Java
LaTex files needed to build notes for the course Linear Algebra I at the University of South Africa
Collection of step-by-step programming exercises to introduce students to the applications of linear algebra.
Implementing basic Electrical Engineering Concepts in Python
Gaussian,LU Factorisation, Partial Pivoting
a collection of numerical methods written in python language.
Gaussian Elimination linear equations solver. Calculator finds solutions of 3x3 and 5x5 matrices by Gaussian elimination (row reduction) method.
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."