Perform matrix operations including addition, multiplication, determinant, and inverse.
A matrix is a rectangular array of numbers arranged in rows and columns. Matrix operations are fundamental in linear algebra and have applications in computer graphics, physics, and engineering.
Add corresponding elements. Matrices must have the same dimensions.
Dot product of rows and columns. A(m×n) × B(n×p) = C(m×p).
Scalar value for square matrices. Used to find inverse and solve systems.
A⁻¹ such that A × A⁻¹ = I. Only exists if determinant ≠ 0.