✦ For everyone, free.

Practical knowledge for real and everyday life

Home

10.4.5 Tensor Change Matrix Composition Role

Exploring how tensor change matrices compose to transform tensor components under basis changes.

Tensor Change Matrix Composition Role is the structural function change-of-basis matrices serve when chained together across a sequence of successive basis changes, with matrix multiplication in the correct order producing a single combined matrix equivalent to performing every intermediate transformation in turn.


Composition as Matrix Multiplication

Combining Two Successive Changes

Given a first change of basis from an original basis to an intermediate basis, governed by matrix (A_1), followed by a second change from the intermediate basis to a final basis, governed by matrix (A_2), the overall transformation from the original basis directly to the final one is governed by the ordinary matrix product.

A (total) = A2 A1

Order Matters

Because matrix multiplication is not commutative in general, the order in which the individual matrices are composed must exactly match the order in which the basis changes actually occur; reversing the order of multiplication produces a matrix corresponding to a different, generally unrelated sequence of transformations.


Composition Role for the Inverse

The Inverse of a Composition Reverses Order

Consistent with the general rule for inverting a matrix product, undoing a composed transformation requires applying the individual inverses in the opposite order from which the forward matrices were composed.

( A2 A1 )1 = A11 A21

This reversal mirrors the everyday experience of undoing a sequence of actions, such as removing layers of clothing in the reverse order from putting them on, applied here to a sequence of algebraic transformations rather than physical actions.


Composition Role in Tensor Component Transformation

A Single Combined Component Transformation

Because the general component transformation law depends on the change-of-basis matrix and its inverse, composing the basis change matrices first and then applying the combined matrix to a tensor's components produces exactly the same result as applying each intermediate transformation to the components one step at a time.

vi = (A(total)1) j i vj

This equivalence is a practical convenience: rather than transforming a tensor's components twice in succession, once through the intermediate basis and again to the final basis, a practitioner may compose the matrices first and then transform the components in a single step.


Composition as a Group Action

Consistency With the General Linear Group Structure

Because change-of-basis matrices belong to the general linear group, their composition is automatically guaranteed to remain within that same group, meaning any finite sequence of valid basis changes, composed together, produces another single valid basis change with a well-defined matrix and inverse.

A2 A1 GLn ( )

Visual Illustration

Original basis A1 Intermediate basis A2 Original basis A2 times A1 (single combined step) Final basis

Why the Composition Role Matters Practically

Understanding matrix composition as the natural mechanism for chaining basis changes allows long sequences of transformations, such as passing through several intermediate coordinate systems or reference frames, to be reduced computationally to a single equivalent matrix and its inverse. This composition role is what makes it unnecessary to transform a tensor's components step by step through every intermediate basis when only the initial and final bases are actually of interest.