mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #891] [CLOSED] feat: Matrix - Determinant #1408
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/891
Author: @william-hazem
Created: 10/16/2021
Status: ❌ Closed
Base:
master← Head:only_matrix📝 Commits (10+)
b156c89Matrix determinant108755aMatrix determinant71d545dAdded Doxygen documentation0c28928Removed ide config filec2fc7edfixed building error1539051Merge branch 'only_matrix' of https://github.com/Willh-AM/C into only_matrixaa9719bMatrix determinant4f2bf50Matrix determinantf89fc0eAdded Doxygen documentation0566f65fixed building error📊 Changes
1 file changed (+53 additions, -0 deletions)
View changed files
➕
geometry/matrix_3.c(+53 -0)📄 Description
Added matrix_3.c
Matrix determinant by Cramer's Rule.
References
See PR #881
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.