⊗
Matrices
★★☆☆☆Middle School
📖Definition
A rectangular array of numbers, used to represent linear transformations and systems of equations.
📐Formulas
A = \beginpmatrix a₁₁ & a₁₂ \\ a₂₁ & a₂₂ \endpmatrix
2×2 matrix notation
A_m × n
m rows by n columns matrix
✏️Examples
예제 1★☆☆☆☆
Find the (2, 1) entry of A = [[1, 2], [3, 4]].
⚡Applications
Computer Graphics
Transformation matrices
Data Science
Data representation
🔗Related Documents
→Prerequisites
←Next Topics
↔Related
⚡Applications
#linear-algebra#matrix#fundamental