coco richie said:
Just to be clear slider, are you referring to multiplication and addition as the two properties of the functions that define linear transformation? What other choices do we have that makes a function "non-linear"?
No, rather linear transformations distribute over sums and scalings, similar to the way multiplication by a constant distributes over addition and scaling. That is, the linear transformation of a sum is the same as the sum of the linear transformation applied to each term, and furthermore, the linear transformation of a scaled object is the same as the scalar applied to the transformation of the unscaled object. You will find this type of transformation in other guises as you study more mathematics.
They are quite neat. For example, suppose you know that L(5) = 3 and L is a linear transformation. You then know every value of L(x) for every x! For example, L(1) = L((1/5)*5) = (1/5)L(5) = 3/5.
For n dimensions, you will need to know n independent input-output pairs in order to know every value of the transformation. We need them to be independent because, for example, it is of no use to know two output values if the input values are multiples of each other, as that gives no new information, as seen if you worked the example above. The general argument brings us to linear independence, which brings about the usefulness of basis vectors and matrices.
For example, in two dimensions, you may be operating on ordered pairs of numbers that have addition and scalar multiplication defined. This is called a vector space. If v and w are elements in this space, called vectors, and r is a real number, called a scalar because we only use numbers to scale our vectors, then we can now mean something by L(v + w) = L(v) + L(w) and L(rw) = rL(w).
Ie., suppose we have L(1, 1) = (-1, 1) and L(1, -1) = (1, 1). We can now find the result of applying this transformation to any 2-dimensional vector.
You will study these concepts in detail in a course on linear algebra.
A related concept is that of an affine transformation. A very common 1-dimensional affine transformation (at least here in the U.S.A.) is the affine transformation between degrees Celsius and degrees Fahrenheit. Knowing that it is affine, and knowing two specific points, that 0 degrees Celsius is 32 degrees Fahrenheit (freezing point of water at STP) and 100 degrees Celsius is 212 degrees Fahrenheit (boiling point of water at STP) allows us to easily derive the full relationship for any particular temperature.