Skip to content

RedFlame2112/Python-User-Determinant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Python User Determinant

Function that takes the user's input for a matrix and then displays the matrix rowwise, calculating and displaying the determinant at the end

Usage:

This is the input:

Enter the number of rows you want: 3
Enter the number of columns you want: 3
Enter the number of entries here row-wise; entries wrap to the next row after the row is filled:
2
3
4
1
-3
3
4
2
1

And this is the resulting output:

2 3 4
1 -3 3
4 2 1

The Determinant of the matrix is: 71

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages