matrix determinant
C#
3
Posts
3
Posters
0
Views
1
Watching
-
hi i have problem in matrix determinant in 3d matrix so i want to know how can i solve this programme of finding the determinant in 3d matrix bye matrix determinant in 3*3d
[Message Deleted]
-
[Message Deleted]
Are you taking about a 3x3 matrix or a matrix of type 3x3x3? For that later you wuold have to approach the process through the Gram-Schmit Orthonormalization method. A google search reveals various articles on how to work with matrices of three dimensions.