C code bisection, gauss seidel, incremental search, jacobi Method , LU Decomposition, Newton_Raphson, Power Method, QR_Decomposition, regula_falsi Method, Simpson and Trapezoidal Integration
-
Updated
Apr 27, 2024 - C
C code bisection, gauss seidel, incremental search, jacobi Method , LU Decomposition, Newton_Raphson, Power Method, QR_Decomposition, regula_falsi Method, Simpson and Trapezoidal Integration
Algorithm to calculate the internal temperature of a processor using the Gauss Jordan system of equations
숭실대학교 컴퓨터학부 3학년 프로그래밍언어
Second-degree Computer Engineering subject at Universitat de Barcelona
A small C-library for Linear Algebra functions that do complex matrix calculations.
Trabalho de Algebra Linear - Aplicação para encontrar Kernel e aprender mais sobre Álgebra Linear
Numerical Analysis Methods from scratch
Projeto para conclusão da disciplina de Cálculo Numérico Computacional no curso de Engenharia de Computação da Universidade Potiguar
Fast numerical methods in computational science
A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.
A collection of python implementations using SWIG, Instant, F2PY... Optimization like Least Squares Levenberg-Marquardt. Boundary Value problem solvers. Integration Simpson/Trapezoidal. Interpolation like Cubic spline. Tridiagonal/pentadiagonal system of equations solver. Linear algebra like Matrix inversion (Gauss-Jordan) and much more
nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern.
Add a description, image, and links to the gauss-jordan topic page so that developers can more easily learn about it.
To associate your repository with the gauss-jordan topic, visit your repo's landing page and select "manage topics."