[PR #891] [CLOSED] feat: Matrix - Determinant #1408

Open
opened 2026-01-29 15:20:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/891
Author: @william-hazem
Created: 10/16/2021
Status: Closed

Base: masterHead: only_matrix


📝 Commits (10+)

📊 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

  • Improve Documentation
  • Added tests and example, test must pass


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/891 **Author:** [@william-hazem](https://github.com/william-hazem) **Created:** 10/16/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `only_matrix` --- ### 📝 Commits (10+) - [`b156c89`](https://github.com/TheAlgorithms/C/commit/b156c894da69f20bb03266d74fc30a368aaa83ac) Matrix determinant - [`108755a`](https://github.com/TheAlgorithms/C/commit/108755afe46595ce580b6e0d3b85aebae615127d) Matrix determinant - [`71d545d`](https://github.com/TheAlgorithms/C/commit/71d545d29e7a6f2a734dd4c7c1f1d07a46930ed7) Added Doxygen documentation - [`0c28928`](https://github.com/TheAlgorithms/C/commit/0c2892855c15524c744dc5589d58fb9616cdfb7b) Removed ide config file - [`c2fc7ed`](https://github.com/TheAlgorithms/C/commit/c2fc7ed307e0c4754ab6952f920a8e25e2a4124e) fixed building error - [`1539051`](https://github.com/TheAlgorithms/C/commit/15390517d93b71fa3b8b540f93bb8774fb519d0c) Merge branch 'only_matrix' of https://github.com/Willh-AM/C into only_matrix - [`aa9719b`](https://github.com/TheAlgorithms/C/commit/aa9719bfec4240ced5a82919fb8ae4c7ee9876a0) Matrix determinant - [`4f2bf50`](https://github.com/TheAlgorithms/C/commit/4f2bf50e737dd307a4bdf1d941e317df35915fba) Matrix determinant - [`f89fc0e`](https://github.com/TheAlgorithms/C/commit/f89fc0e6c13599fef71533b196b88630cd7deeac) Added Doxygen documentation - [`0566f65`](https://github.com/TheAlgorithms/C/commit/0566f65133eef26ef79d71765d6822d65f1bb1ef) fixed building error ### 📊 Changes **1 file changed** (+53 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `geometry/matrix_3.c` (+53 -0) </details> ### 📄 Description #### Added matrix_3.c Matrix determinant by Cramer's Rule. #### References See PR #881 #### Checklist - [x] Improve Documentation - [x] Added tests and example, test must pass <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/891"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:20:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1408