An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: linear-equations

SURFQuantum/qc-quantum-linear-systems

Quantum algorithms to solve linear systems of equations.

Language: Python - Size: 790 KB - Last synced at: about 16 hours ago - Pushed at: about 16 hours ago - Stars: 4 - Forks: 0

Reference-LAPACK/lapack

LAPACK development repository

Language: Fortran - Size: 32.6 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1,618 - Forks: 458

nqomorita/monolis

monolithic linear solver based on domain decomposition

Language: Fortran - Size: 3.22 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 7 - Forks: 6

friendly/matlib

Matrix Functions for Teaching and Learning Linear Algebra and Multivariate Statistics

Language: R - Size: 43.6 MB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 64 - Forks: 16

Rrrinav/ut_lities

utilities: a collection of header only libraries for various uses

Language: C++ - Size: 208 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

RoyiAvital/Projects

Various Small Projects on Various Subjects

Language: MATLAB - Size: 29.1 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 20 - Forks: 10

perazz/fortran-lapack

Modern Fortran Linear Algebra library

Language: Fortran - Size: 283 MB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 35 - Forks: 3

maitreyeepaliwal/Solving-System-of-linear-equations-in-parallel-and-serial

Implentation of Back Substitution, Conjugate Gradient and Gauss Seidel using OpenMP parallelization

Language: C - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 4

Reza-Rezvan/linear-equation-solver

This repository provides a Python-based solution for solving systems of linear equations using two efficient numerical methods: 1. Gauss-Jordan Elimination 2. LU Decomposition

Language: Python - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

DirkToewe/nd4js

JS ND-Arrays inspired by NumPy.

Language: JavaScript - Size: 4.4 MB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 31 - Forks: 3

perpendicooler/Code-for-Numerical-Analysis-Executed-in-FORTRAN-and-MATLAB

This is a Git repository containing code for a numerical analysis lab using Fortran and MATLAB

Language: MATLAB - Size: 3.61 MB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 2

lucassantuss/linear-systems-gauss

Application to solve Linear Systems using the Gauss method, performed with C# and Windows Forms

Language: C# - Size: 1.15 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

lepsch/dart_lapack

Pure Dart implementation of LAPACK (Linear Algebra PACKage).

Language: Dart - Size: 79.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

DYK-Team/DC_resistance_network

KCL and KVL for the bridge circuit

Language: Python - Size: 334 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

cszach/lnagb.js

Educational linear algebra environment powered by the Web.

Language: JavaScript - Size: 1.65 MB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

aostrun/Matrix-LUP

Matrix implementation that includes LU/LUP decomposition and solving basic linear equations

Language: Python - Size: 17.6 KB - Last synced at: 4 days ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 2

jacobwilliams/LSQR

Modern Fortran sparse linear systems solver

Language: Fortran - Size: 982 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 25 - Forks: 4

Beliavsky/Matrix_Inversion

Inversion of a real matrix and the solution of a set of linear equations using Crout's method

Language: Fortran - Size: 10.7 KB - Last synced at: 30 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 1

AlanTurist/Linear-System-Solver

Square Linear System Solver (Linear Algebra)

Language: Python - Size: 156 KB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 1

GiovaneIwamoto/parallel-linear-equations

⚗️ Parallel Linear Equations - Parallel computing using OpenMP to solve linear equation systems of the form Ax=b. The algorithm leverages the Gauss elimination method combined with backpropagation.

Language: C - Size: 46.9 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

hbarquanta/Numerical-Linear-Algebra

Numerical Linear Algebra

Language: Jupyter Notebook - Size: 7.75 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

kevduc/diophantine

🧮 Solve linear Diophantine equations of the form ax + by = c

Language: JavaScript - Size: 867 KB - Last synced at: 8 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

aayushi-droid/LinearEquation

Solving Linear equations

Language: Python - Size: 2.93 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

PradanyaBoro/Numerical_Methods

This repository provides essential numerical algorithms for solving mathematical problems. Covering linear equations, differential equations and more, it's a valuable resource for students and professionals in science and engineering.

Language: MATLAB - Size: 1.78 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

jacobwilliams/LSMR

Fortran Package Manager version of LSMR: Sparse Equations and Least Squares

Language: Fortran - Size: 799 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

allenvox/least-squares 📦

Finding linear equations coefficients using least squares method

Language: C++ - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aidian3k/Conjugate-gradient-solver

Simple project, which has implementation of two methods for solving linear equations.

Language: C - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

PasaOpasen/MathClasses

Set of simple mathematical classes in C# (Vectors, Matrixes, Polynoms, Systems of linear equations, Integrals methods, Complex numbers, Rational numbers, Graphs, Methods for solving differential equations) + some features such as memoize (function values memorising)

Language: C# - Size: 227 MB - Last synced at: 20 days ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 7

grking8/linear-algebra

Matrix arithmetic, square matrix operations

Language: C++ - Size: 176 KB - Last synced at: about 1 year ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

Phobos7K/Line-Guesser

The following program let the user input two points in (x,y) format and then it shows the equation for that line. The program tells whether the line is positive, negative, vertical or horizontal. The following code will be available in C++ and Python, originally written in C++, I later decided to implement it in Python.

Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

recursioncat/Python-Mathametical-Application-Model

Parse Equations and Solve them,,,,,,and much more coming

Language: Python - Size: 20.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

norman-ipn/ecuaciones-lineales

Language: C - Size: 104 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

leonid-sokolinsky/BSF-Cimmino

BSF implementation of Cimmino algorithm

Language: C++ - Size: 70.3 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ShamanOfCode/CalculatorV2

Language: C++ - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

fuentes-almeida/MaPL-matrix-parallel-library

A library of parallel linear equations solver implemented in C/C++

Language: C++ - Size: 874 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

planelles20/numerical-methods-fortran

Solving linear, nonlinear equations, ordinary differential equations, ... using numerical methods in fortran

Language: Fortran - Size: 189 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 87 - Forks: 18

Dua-Ishit/Linear-Equations-Project

Language: HTML - Size: 18.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

luqmanmalik/Calculations-MathML

Requirements: Safari Webkit 17.1 (⥣) | Calculations in MathML© Proofs in Algebra, Geometry, Logic, and Trigonometry | Watters Research and Technologies® | MIT License | BSD (C4)-License | Basic Mathematics, Serge Lang ('70)

Language: HTML - Size: 1.79 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lucylow/Computational_physics

Methods of numerical modelling with undergraduate level computational physics solutions with non-linear equations, gaussian probabilities, and Euler RK4 integration

Language: Python - Size: 21.5 KB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 15 - Forks: 1

rayyamhk/Matrix.js

A professional, comprehensive and high-performance library for you to manipulate matrices.

Language: JavaScript - Size: 1.07 MB - Last synced at: 2 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

ray42/oomphlib

oomph-lib is an object-oriented, open-source finite-element library for the simulation of multi-physics problems. It is developed and maintained by Matthias Heil and Andrew Hazel of the School of Mathematics at The University of Manchester, along with many other contributors.

Language: C++ - Size: 469 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

JuzerShakir/Linear_Regression

A Mathematical Intuition behind Linear Regression Algorithm

Size: 296 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

Abdallah-Elshamy/Eqns-solver

A program that solves linear equations.

Language: C++ - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

tlax/GaussSquad

Gauss Squad

Language: Swift - Size: 63.1 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 1

virelfauzan/Praktikum-Matematika-Lanjut-1

Size: 6.48 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

PaulYangSz/MyJavaLogisticRegression

Learn Logistic Regression and implement by Java, also used to solve Kaggle-Titanic predict。

Language: Java - Size: 82 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 2

forughi/Harwell-Boeing_BiCGSTAB_Solver

Importing a linear system saved as a Harwell-Boeing matrix and solve it using BiCGSTAB algorithm

Language: C++ - Size: 214 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

chfenger/goNum

开源Go语言数值算法库(An open numerical library purely based on Go programming language)

Language: Go - Size: 225 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 172 - Forks: 42

emilstahl97/Linear-Algebra 📦

Vectors, matrices, linear equations, Gaussian elimination, vector geometry with dot product and vector product, determinants, vector spaces, linear independence, bases, change of basis, linear transformations, the least-squares method, eigenvalues, eigenvectors, quadratic forms, orthogonality, inner-product space, Gram-Schmidt's method.

Size: 20.7 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

DebAxom/linear-eqn

A program to solve linear equations in 1 variable.

Language: JavaScript - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

bhmaa/gauss_method

Laboratory work on the mathematics course at ITMO University, completed in the second semester in 2022.

Language: Java - Size: 1.87 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

fedefloris/Computor-v1

A linear, quadratic and cubic equation solver

Language: Java - Size: 1.67 MB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 1

nk027/sanic

Fast routines for solving large systems of linear equations in R. Makes Eigen Cholesky-, LU-, QR-, and iterative (Conjugate Gradient, BiCGSTAB) solvers for both dense and sparse problems available.

Language: C++ - Size: 128 KB - Last synced at: 21 days ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 1

patraanjan23/gauss-seidel

gauss-seidel method for solving n linear equations

Language: C - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

Ali-Noroozbeigy/LA_Final_Project

Repository for final project of linear algebra course at AUT

Language: Jupyter Notebook - Size: 146 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

src-mgra/equation-solver

linear equation system solver in C# / solving lineare equation systems with 6 variables

Language: C# - Size: 141 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 2

shraiysh/Simplify-it

Language: Java - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

renevanderlende/ers-css-lec

part of 'easy responsiveness series' ™: responsive sizes in CSS using linear equations

Language: HTML - Size: 57.6 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mrtechtroid/techycalc

An All In One Super Calculator

Language: Python - Size: 54.7 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

shakibaam/linear-algebra

Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

andres-garcia-alves/math-gauss-jordan-method

An implementation of Gauss-Jordan method to solve systems of linear equations, developed in Python/Numpy.

Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

alinaiil/ITMO-applied-mathematics-4sem

Applied Mathematics, IS ITMO, 4th semester (Python)

Language: Jupyter Notebook - Size: 5.51 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

erikgurzau/matrix-java

matrix-java is a Java library for manipulating matrices.

Language: Java - Size: 46.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

centaurus22/optimizer 📦

Calculates the distribution of goods on different vehicles based on use values using linear optimization. The constraint is the maximum payload of the vehicles.

Language: PHP - Size: 227 KB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

aliyigittas/Linear-Equation-Solver

Project 3 - Linear Equations

Language: C - Size: 895 KB - Last synced at: 10 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

p-sto/ConjugateGradients

Implementation of ConjugateGradients method using C and Nvidia CUDA

Language: Python - Size: 846 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 40 - Forks: 9

elmomoilanen/Modular-equations

Solve quadratic and linear modular equations

Language: Rust - Size: 139 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Tola-lemma/Matlab-projects-on-solving-non-linear-equatios_And-_System_of_Equations

This includes method of solving non linear equatios like Bisection method ,False position method,Iteration method,Newtom Raphson Method,Secant method Applied Numerical Anaysis

Language: MATLAB - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

OmegaMath/omega

Size: 4.34 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

shaswata56/Numerical_Analysis

Numerical Analysis course repository.

Language: MATLAB - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

hydrastro/gal

Linear Algebra and Geometry, matrices and linear equations

Language: C - Size: 158 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

chalkpe/determinant 📦

디미고 2학년 공업수학: 행렬식을 이용한 연립방정식의 해법

Language: JavaScript - Size: 50.8 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

MathStuff/Numerical-Methods 📦

Common numerical methods used in mathematics written in MATLAB and Python 3

Language: MATLAB - Size: 59.6 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

ittid/Quadratic-Equation-Calculator

A quadratic equation is an algebraic equation of the second degree in x. The form ax2 + bx + c = 0

Language: JavaScript - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

divyajeettt/linear-equations

A mathematical Python module providing Linear Equations in one and two variables as Python objects.

Language: Python - Size: 26.4 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

MichaelFish199/GaussSeidelIteration-Implementation

GaussSeidelIteration-Implementation is a project that demonstrates the implementation of the Gauss-Seidel iterative numerical method in the C programming language. This method is used to solve systems of linear equations and is known for its convergence properties and efficiency.

Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

toshNaik/High-Performance-Computing-Lab

All experiments performed as part of CEE82A - High Performance Computing.

Language: C++ - Size: 506 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

nirmalpaul383/Project-Cramer-s-Rule-Matrix-Calculator

This is an equation solver application based on the Cramer's Rule.

Language: HTML - Size: 25.5 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

andrijadukic/numerical-integration

Implementations of various numerical integration methods, written in plain Java.

Language: Java - Size: 343 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sergeyshor/Linear-Algebra-Library

A header-only template library with implementation of Linear Algebra tools and methods for C++

Language: C++ - Size: 99.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

pemesteves/MNUM_1819

Numerical Methods in C++.

Language: C++ - Size: 2 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

joulook/Fundamentals-of-Programming-Assignments-Fall-2015

In this repository you can find all of my assignments for Fundamentals of Programming Course when I was in 1st semester of my bachelor's at IAUSTB.

Language: Java - Size: 630 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

IinjyI/gauss

A script for solving linear equations using Gauss algorithm.

Language: Python - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ykechan/jacobi

Jacobi - Matrix Library for Java

Language: Java - Size: 16.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

dtroode/dtlin

Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

Alex-Verg/CM_Laba_3

Task for University. Subject is Projecting and analys of algorythm. Laba 3 "Iteration methods for solving linear algebraic equations". Variant 7.

Language: Python - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Ananyapam7/MA-3105

MA3105 is a 4 credit course offered by the DMS at IISER-K which focuses on computational numerical analysis that has immense applications in various fields.

Language: MATLAB - Size: 285 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

slopezpereyra/khwarizmi

Because algebra is pretty.

Language: Python - Size: 257 KB - Last synced at: 10 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

shanthanu9/Numerical-Methods

Collection of algorithms discussed in "Numerical Methods" course

Language: Jupyter Notebook - Size: 59.6 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 4

wise-saint/Jacobi_Method

Solution of system of linear equations

Language: MATLAB - Size: 1.34 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

wise-saint/Gauss-Seidel_Method

Solution of system of linear equations.

Language: MATLAB - Size: 921 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

psprawka/Computor_V1

The python project to renew my relationship to mathematics - polynomial expressions (quadratic, linear and monomial) 📝📐

Language: Python - Size: 1.72 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

anisharya16/MATLAB_Finding-Solutions-Of-SYSTEM-OF-LINEAR-EQUATIONS

Language: Matlab - Size: 144 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 0

miladsade96/SCWP

Scientific Computing with Python

Language: Jupyter Notebook - Size: 10.1 MB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

talisma-cassoma/Gaussian-elimination-or-row-reduction

linear equation systeme solver with meth of PIVOT

Language: C - Size: 1.5 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

lambdacasserole/equis

A library for solving systems of linear equations, using Idris.

Language: Idris - Size: 27.3 KB - Last synced at: 17 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

tinysets/linear-algebra-js

Easy to read,linear algebra algorithms.

Language: TypeScript - Size: 14.6 KB - Last synced at: 13 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

npav5057/ME504-Numerical-Methods

Language: MATLAB - Size: 6.11 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

danilos1/jatrix

A library for performing different operations with matrices.

Language: Java - Size: 1.03 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Harsss/CompPhy1

In this File, I have uploaded the codes for the computational Physics using Python(Jupyter). All the codes are simple but if still Any issue with these codes algorithm and other concepts I have also upload the handwritten notes of all these on the same GitHub account.

Language: Jupyter Notebook - Size: 66.4 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Related Keywords
linear-equations 112 linear-algebra 37 numerical-methods 18 matrix 15 python 15 mathematics 13 math 12 equation-solver 11 eigenvalues 10 gauss-elimination 9 conjugate-gradient 8 numerical-analysis 8 maths 8 eigenvectors 7 linear-systems 7 quadratic-equations 7 python3 7 linear-regression 7 vectors 6 numpy 6 numerical-integration 6 c 6 matlab 6 algebra 6 java 6 linear 6 matrices 6 vector 5 equation 5 linear-equation-solver 5 matrix-calculations 5 linear-equations-solution 5 gauss-seidel 5 matrix-factorization 5 optimization 4 fortran 4 nonlinear-equations 4 differential-equations 4 javascript 4 calculator 4 singular-values 4 svd 4 least-squares 4 solver 4 cpp 4 equations 4 parallel-computing 4 fortran-package-manager 3 runge-kutta-methods 3 geometry 3 optimization-algorithms 3 linear-equation 3 gradient-descent 3 determinant 3 c-plus-plus 3 lu-decomposition 3 euler-method 3 statistics 3 blas 3 lapack 3 algorithms 3 interpolation 3 integral 3 mpi 3 overdetermined 2 least-square-regression 2 regression 2 linear-algebra-library 2 gaussian 2 gauss-seidel-method 2 ode 2 matrix-library 2 matlab-codes 2 csharp 2 numerical-differentiation 2 decomposition 2 root-finding-methods 2 lapacke 2 graphs 2 scientific-computing 2 matrix-multiplication 2 complex-numbers 2 matrix-inverse 2 gauss-jacobi 2 numerical 2 gaussian-elimination 2 header-only 2 curve-fitting 2 42born2code 2 gui 2 bicgstab 2 cholesky 2 js 2 interpolation-methods 2 machine-learning 2 algorithm 2 equation-systems 2 numerical-computation 2 numerical-calculations 2 finite-difference-method 2