mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #881] [CLOSED] Matrix determinant #1397
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/881
Author: @william-hazem
Created: 10/13/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
b156c89Matrix determinant4192a72factorial function97ef8e1Doxgen header fixedfb692afMerge branch 'TheAlgorithms:master' into masterb464868pr changesdd085e5PR changesa098531Update CMakeLists.txt88e8247Update numerical_methods/factorial_n.c9a126d9Update numerical_methods/factorial_n.c7b33433Update numerical_methods/factorial_n.c📊 Changes
4 files changed (+74 additions, -0 deletions)
View changed files
➕
.replit(+2 -0)➕
geometry/matrix_3.c(+23 -0)➕
matrix(+0 -0)➕
numerical_methods/factorial_n.c(+49 -0)📄 Description
Added Cramer's Algorithm for a 3x3 Matrix
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.