Why is it that when 'transformation A' is followed by 'transformation B', that the combined transformation is BA and not AB?

Remember that with matrix multiplication, "A times B" does not usually equal "B times A". If we take our 'matrix X' and transform it by 'matrix A'. We perform this transformation by calculating AX. If we then were to transform this new matrix 'AX' by a transformation represented by a matrix B, we would calculate B(AX). This leaves us with BAX. If we write this as (BA)X, we can see that the matrix 'BA' represents the combined transformation of A and then B.

JD

Related Further Mathematics GCSE answers

All answers ▸

Find the solution of 3^{4x} = 9^{(x-1)/2}.


Find the coordinates of any stationary points of the curve y(x)=x^3-3x^2+3x+2


Simplify fully the expression ( 7x^2 + 14x ) / ( 2x + 4 )


Show that (n^2) + (n+1)^2 + (n+2)^2 = 3n^2 + 6n + 5, Hence show that the sum of 3 consecutive square numbers is always 2 away from a multiple of 3.