Skip to content
#

determinant

Here are 83 public repositories matching this topic...

Pure Javascript manually written 👌 implementation of BLAS, Many numerical software applications use BLAS computations, including Armadillo, LAPACK, LINPACK, GNU Octave, Mathematica, MATLAB, NumPy, R, and Julia.

  • Updated Apr 10, 2023
  • TypeScript

Autodiff is a numerical library for the Go programming language that supports automatic differentiation. It implements routines for linear algebra (vector/matrix operations), numerical optimization and statistics

  • Updated Dec 8, 2021
  • Go
Real-world-Application-of-Linear-Algebra

This project is created for learning the real world application of linear algebra which contains some core concepts like determinants, matrix, eigen-value, eigen-vector, etc to create a real-world application like steganography, grafh-theory, analysis of spread of disease, image processing, cryptography etc. This can have small bugs like excepti…

  • Updated Oct 5, 2020
  • Python

Algorithm to calculate the determinant or the echelon form of a matrix with integer entries using only integer arithmetic; any divisions that are performed are guaranteed to be exact (there is no remainder). The method can also be used to compute the determinant of matrices with (approximated) real entries, avoiding the introduction any round-of…

  • Updated Apr 5, 2019
  • JavaScript

Improve this page

Add a description, image, and links to the determinant topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the determinant topic, visit your repo's landing page and select "manage topics."

Learn more