[PR #891] feat: Matrix - Determinant #1413

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

Original Pull Request: https://github.com/TheAlgorithms/C/pull/891

State: closed
Merged: No


Added matrix_3.c

Matrix determinant by Cramer's Rule.

References

See PR #881

Checklist

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

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/891 **State:** closed **Merged:** No --- #### 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>
claunia added the pull-request label 2026-01-29 15:20:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1413