-
Notifications
You must be signed in to change notification settings - Fork 20.8k
Closed
Description
Is your feature request related to a problem? Please describe.
Find determinant of a given square matrix. Where matrix size and matrix values are user inputs.
For eg. Given a matrix.
Matrix size = 2,
| 2 5 |
| 1 4 |
find its determinant.
Output : 3
Describe the solution you'd like
It can be solved by a recursive solution to calculate the determinant. We formulate a recursion such that we calculate the determinants of parts of the matrix until we get a matrix of size 1.
Please assign this feature request to me.
Thanks
siriak
Metadata
Metadata
Assignees
Labels
No labels