Across
- 2. - An identity matrix is a square matrix with ones on the main diagonal and zeros elsewhere
- 5. - A scalar matrix is a diagonal matrix where all diagonal elements are the same, representing a scaling operation.
- 6. - The adjoint of a square matrix is the transpose of its cofactor matrix, often used in finding the inverse of a matrix.
- 9. - The diagonal of a matrix consists of its elements where the row index equals the column index, forming a line from the top-left to the bottom-right corner.
- 10. - The order of a matrix refers to the number of rows and columns it has, usually denoted as m x n.
Down
- 1. - A matrix is symmetric if it is equal to its transpose, meaning its elements are mirrored across the main diagonal.
- 3. - A square matrix has an equal number of rows and columns.
- 4. - The transpose of a matrix is obtained by flipping its rows and columns, effectively swapping rows with columns.
- 7. - The null matrix is a matrix consisting entirely of zeros.
- 8. - A matrix is a rectangular array of numbers, symbols, or expressions arranged in rows and columns.
