I have to create a 3x3 matrix from a txt file and then get the determinant. I tried to do it with these numbers:
22 10 15
12 5 8
22 3 8
But when I run the program the matrix is:
22 10 15
12 5 88
22 3 8
I have to create a 3x3 matrix from a txt file and then get the determinant. I tried to do it with these numbers:
22 10 15
12 5 8
22 3 8
But when I run the program the matrix is:
22 10 15
12 5 88
22 3 8
Copyright © 2021 Jogjafile Inc.
Umm.. not sure what exactly do you expect
Here is an example how can you calculate determinant