matrix (381B)
1 # Matrix 2 3 ## Types 4 5 [matrix_types] 6 7 ## Operations 8 9 - [kronecker_product] 10 - [matrix_product] 11 12 ## Values 13 14 - [matrix_rank] 15 - [determinant] and [permanent] 16 - [trace] 17 18 ## Concepts 19 20 - [eigenvalue] 21 - [cell] 22 - [row] 23 - [column] 24 - [submatrix] 25 26 ## [computational_problem] 27 28 - [matrix_multiplication] 29 - [matrix_mortality] 30 31 ## [Generalizations] 32 33 - [tensor] 34 35 Up: [mathematics] 36 37 Aliases: matrices