How Do You Square a 3x3 Matrix: The Linguistics and Logic of Mathematical Operations
How Do You Square a 3x3 Matrix: The Linguistics and Logic of Mathematical Operations
The Mathematical Mechanics
To 'square' any matrix $A$ means to compute the product of the matrix with itself: $A^2 = A \times A$. For a $3 \times 3$ matrix, this does not mean squaring each individual number inside the grid. Instead, it requires the rigorous application of linear algebra, specifically the row-by-column dot product.
Given a $3 \times 3$ matrix:
$$A = \begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix}$$
To find the element in the top-left of $A^2$, you multiply the first row of the first matrix by the first column of the second matrix: $(a\cdot a + b\cdot d + c\cdot g)$. This process is repeated for all nine positions in the resulting grid.
Etymology and Linguistic Evolution
Linguistically, the term 'square' originates from the Latin quadratum, meaning a square figure, derived from quattuor (four). In ancient geometry (as seen in Euclid's Elements), squaring a number or a matrix literalized the geometric act of constructing a geometric square whose sides are equal in length to the given value.
Over centuries, the Renaissance introduction of algebraic notation shifted 'squaring' from a purely geometric construction (drawing a literal square shape of a given area) to the arithmetic operation of multiplying a quantity by itself ($x^2$). When matrices were formalized in the mid-19th century by mathematicians like Arthur Cayley and James Joseph Sylvester, the existing lexicon of arithmetic ('add', 'multiply', 'invert', 'square') was metaphorically mapped onto these multi-dimensional arrays.
Cultural and Cognitive Nuance
Psychologically, learning to square a matrix often acts as a cognitive stumbling block for students because it violates our intuitive desire for element-wise operations (the natural human tendency to apply an operation to every constituent part equally). The phrase 'squaring a matrix' demands a shift from scalar thinking to holistic, structural thinking, reflecting how mathematical terminology adapts old spatial metaphors to describe complex, abstract relational systems.