Skip to content

It calculates the determinant of a 2x2 matrix filled by the user

Notifications You must be signed in to change notification settings

er-hiba/Matrix_Determinant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Description

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.

Example

About

It calculates the determinant of a 2x2 matrix filled by the user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages