0% found this document useful (0 votes)
9 views2 pages

Linear Functions and Matrix Properties

The document outlines a series of exercises related to linear functions and mappings in vector spaces, specifically focusing on polynomial functions, matrices, and transformations. It includes tasks such as verifying linearity, computing traces and determinants, and finding transformation matrices. The exercises emphasize understanding the properties of linear maps and their geometric interpretations.

Uploaded by

estar201015
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Linear Functions and Matrix Properties

The document outlines a series of exercises related to linear functions and mappings in vector spaces, specifically focusing on polynomial functions, matrices, and transformations. It includes tasks such as verifying linearity, computing traces and determinants, and finding transformation matrices. The exercises emphasize understanding the properties of linear maps and their geometric interpretations.

Uploaded by

estar201015
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

UPPSALA UNIVERSITY LA 1MA330 Exercise3

Department of Mathematics 2024-10-03


Kibret Sigstam

1. Given a function F : P≤2 (R) → R7 .

a) How do you verify if it is a linear function?


b) What would you have done differently if the function above were between
other vectorspaces than P≤2 and R7 .

2. Consider the VS of all 2 × 2 real matrices M2×2 . We denote the determinant and the
trace of a 2 × 2 matrix M by det(M) and by tr(M) respectively. (Trace of a matrix
is the sum of all its diagonal entries). Show the mapping M2×2 7→ R given by:

a) M 7→tr(M) is a linear map.


b) M 7→ det(M) is a linear map.
 
p (2)
3. Let f : P≤2 → R2 be a function defind by f(p) =
p ′ (3)

a) Compute f(t2 + 1).


b) Show that f : P≤2 → R2 is a linear map.
c) Explain the fact that it takes argument (t2 + 1) does not affect its linearity.

4. Let f : P≤2 → R2 be as in problem 3.

a) Compute f(1), f(t), f(t2 ) and f( a + bt + ct2 )


b) Detemine the matrix of f wrt the bases in P≤2 → R2 .
 
a
c) Multiply the matrix of f with b and compare your answer with that of

c
your answer in part a)
 
1 0
5. The mapping R : R → R has the standard matrix
2 2
0 −1

a) Compute R(e1 ), R(e2 ) and sketch the images.


 
x
b) Compute R( ) and sketch a the images.
y
c) Describe in words what the mapping does geometrically
6. Let the mapping R : R2 → R2 be a reflection through the line y = kx.

a) Find a basis in R2 such that the mapping look like as in assignment 5, sketch
the images.
b) Find the transition matrix and its inverse.
c) Compute the transformation matrix wrt the the standard basis in R2 .

7. In the VS M2×2 the standard basis is E = (E1 , E2 , E3 , E4 ) where


        
1 0 0 1 0 0 0 0 1 0
E1 = , E2 = , E3 = , E4 =
0 0 0 0 1 0 0 1 0 −1
 
a b
a) Find the coordinates of M = wrt basis E
c d
b) If G : M2×2 → M2×2 What is the size of G wrt the basis E.
c) Consider
 the  above mapping given by M 7→ G(M) = AM where
1 2
A= . Determine G wrt the basis E.
3 4

Common questions

Powered by AI

The argument (t2 + 1) does not affect the linearity of the function f: P≤2 → R2. Linearity is a property of the function itself, depending on its definition across the entire domain, not specific inputs. The function is checked against linearity conditions of additivity and homogeneity for all inputs, not a single instance, thus keeping the function linear irrespective of arguments like (t2 + 1).

The size of the mapping G: M2×2 → M2×2, where M 7→ G(M) = AM, relative to the standard basis, is determined by the square of the dimension of the input space dictated by the basis. With the standard basis having dimension 4 for M2×2, G can be represented by a 4x4 matrix, reflecting transformations in this input/output dimensionality .

To find a basis such that a line reflection mapping R: R2 → R2 resembles a specific standard form like in assignment 5, identify an orthogonal basis aligned with the line of reflection. For a line y = kx, choose vectors parallel and orthogonal to this line as the new basis vectors. Using this basis, the transformation will closely match the desired form, usually a diagonal matrix with elements representing reflections across these directions .

To compute the transition matrix for a reflection mapping in R2, express the current basis vectors in terms of the new basis defined by the reflection's geometry. The matrix formed by these new vectors is the transition matrix. Its inverse is computed as the matrix that transforms vectors back to the original basis. These matrices are significant as they allow easy conversions between different coordinate descriptions of a linear map, essential for simplifying calculations and comprehending transformations .

To demonstrate that the trace function tr: M2×2 → R is a linear map, show that it satisfies additivity and homogeneity. For any matrices A, B in M2×2, tr(A + B) = tr(A) + tr(B). Similarly, for any scalar c and matrix A, tr(cA) = c * tr(A). This verifies that tr is linear since both conditions hold .

The matrix \([1, 0; 0, -1]\) representing the mapping R: R2 → R2 corresponds to a reflection transformation. Geometrically, it reflects points across the x-axis. This is seen as the y-coordinate of any vector is negated, reversing its direction while the x-coordinate remains unchanged .

To determine the matrix of the function f: P≤2 → R2 with respect to given bases, compute the images of basis vectors of P≤2 under f and express them as linear combinations of the basis vectors in R2. The matrix represents the transformation that f induces between the coordinated spaces defined by these bases, mapping polynomials to vectors consistently along specified dimensions .

To verify if a function F: P≤2(R) → R7 is linear, check if it satisfies two conditions: 1) Additivity: F(u + v) = F(u) + F(v) for all u, v in P≤2(R), and 2) Homogeneity: F(c * u) = c * F(u) for all u in P≤2(R) and for all scalars c. If F maps between different vector spaces, these conditions still apply but the nature of the spaces may affect the structure, such as the need to account for different bases or dimensional mismatches .

To determine if the mapping M 7→ G(M) = AM, where A is a matrix, is linear, ensure that matrix multiplication is consistent with linear properties over the space M2×2. Verify that G, as a composition of linear transformations represented by A, maintains additivity and homogeneity concerning the chosen basis. Since matrix multiplication is inherently linear, G remains linear under any basis .

The determinant det: M2×2 → R is not a linear map because it does not satisfy linearity conditions like additivity. Specifically, det(A + B) ≠ det(A) + det(B) in general for matrices A and B. While it satisfies homogeneity (det(cA) = c^n * det(A) for matrices of order n), failure to meet additivity disqualifies it from being linear .

You might also like