Skip to content

Determinant Of a Square matrix. #2464

@ojasva

Description

@ojasva

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions