determinant-calculation
There are 52 repositories under determinant-calculation topic.
hosseinmoein/Tiger
C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators
ECP-Solutions/VBA-Expressions
A powerful library extending VBA with over 100 functions for math, stats, finance, and data manipulation. It supports matrix operations, and user-defined functions, enhancing automation and analysis within Microsoft Office and LibreOffice environments for data management, financial calculations, an more.
khuyentran1401/Numerical-Optimization-Machine-learning
Codes for popular numerical optimization methods and machine learning algorithms
dcindia/matrix-calculator
Python application to calculate Determinant of a Matrix that works on Android, Windows & Linux. Built using GUI framework kivy/kivymd
MehranTaghian/CUDA-OpenMP-samples
Sample codes for parallel programming using OpenMP on CPU and CUDA on GPU
Arko98/Alogirthms
A collection of some of the most frequently used Algorithms in C++ and Python
KNAnagnostop/FortranMatrix
A library providing modules with easy to use matrix operations for real(8) and complex(8) arrays
sonatipek/socket-numpy
I gave a more modern look to the web application that calculates the determinant of the matrix up to 4x4 matrix using Bootstrap.
BaseMax/MatrixFunction
The Cramer, Determinant, Coefficient, Multiplication for the matrix.
Brendon3578/linear-system-resolver
Utilize essa calculadora de sistemas lineares para resolver e classificar sistemas de equações lineares.
matadorhernan/Linear-Algebraic-Algorithms
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.
meysam81/matrix-determinan
a very simple implementation of determinant calculation of a 3 * 3 matrix in a GUI form
p2js/mat-rs
no_std implementation of mathematical matrix types in Rust
Animesh-Ghosh/Stuff
Some stuff ...
creme332/liGebra
Linear algebra library which outputs step-by-step calculations in the terminal.
dorythecat/Matrinator
A really silly matrix-inversion (and technically more) program :3
eHonnef/Mafs
Math library
erikgurzau/matrix-java
matrix-java is a Java library for manipulating matrices.
farhanfahreezy/Algeo01-21080
Ini adalah repository untuk Tugas Besar Aljabar Linear dan Geometri 1 dengan judul "Sistem Persamaan Linier, Determinan, dan Aplikasinya".
HamzaRandhawa/Recursion_Algorithms_Divide-Conquer_technique
Divide and Conquer technique. Menu based program for recursive functions of: 1) Merge Sort, (2) Merge Sort For Linked List, (3) Find a Value in a Matrix and (4) Determinant of a Matrix
hrosicka/Determinant
Attention, mathematicians! Finally, a matrix determinant calculator that won't let you down. Whether you're an engineer, student, or just curious about math, our Determinant Calculator is your key to unlocking the secrets of matrices and their applications in various fields.
janskwr/MN-P2
Project 2 for Numerical Analysis course.
Matheus-Souza-Rozendo/calculadora-determinantes-cpp
Calculadora de determinantes em C++.
melihaltun/LU_Decomposition
Lower upper matrix decomposition and determinant algorithm
AlbinJunLiang/algebra-lineal-matrices
Programa para calcular vectores propios, intersección de 2 planos y determinantes
AwesomeMc101/MatrixPlusPlus
C++ Library for matrices. Supports linear algebra formulas and functions
GondiMartin-Reference-Works/MatrixOperations
Work with any matrixes you like
GttMone/determinant-calc
A simple web app to calculate determinants
justin-pyne/cofactor-expansion
A Python script that calculates the determinant of a square matrix using cofactor expansion.
Parsa-Hajian/EigenMatrix
Finding Eigen Matrix, Eigen Values and Determinant of a Matrix
ttcpavle/Determinant-calculator-with-permutations
This script can calculate a determiniant of nxn matrix given dimension n. This calculation is done using all possible permutations of array (1,2...,n)
ttcpavle/linearly-computed-determinant
This is a fun project designed to demonstrate calculating determinant of a matrix with linear time complexity
XelerT/matrix
Determinant of matrix calculator, optimal matrix multiplication and lazy mtrx.
aerasmo/matrix-determinant-solver
An intuitive matrix determinant and cofactor solver
ardaarslan47/Matrix
Matrix Manipulation Project
Gxrco/LCMethodUVG
This algorithm utilizes the Lewis Carroll method for computing the determinants of 7x7 matrices. It incorporates a graphical user interface (GUI) to enhance the user experience, making it more intuitive and accessible for interacting with the determinant calculation process.