This program allows users to input a 2x2 matrix and calculates its determinant using a simple function.
The determinant of a 2x2 matrix [a, b; c, d] is computed as ad - bc.
Users will be prompted to enter integer values for each position in the matrix. The program then calculates the determinant using the provided function and displays the result.
-
Notifications
You must be signed in to change notification settings - Fork 0
er-hiba/Matrix_Determinant
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
It calculates the determinant of a 2x2 matrix filled by the user
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published