[SOLVED] 18.06- Exercises on linear transformations and their matrices

15.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

Problem 30.1: Consider the transformation T that doubles the distance between each point and the origin without changing the direction from the origin to the points. In polar coordinates this is described by

T(r, θ) = (2r, θ).

  1. Yes or no: is T a linear transformation?
  2. Describe T using Cartesian (xy) coordinates. Check your work by confirming that the transformation doubles the lengths of vectors.
  3. If your answer to (a) was ”yes”, find the matrix of T. If your answer to (a) was ”no”, explain why the T isn’t linear.

Problem 30.2: Describe a transformation which leaves the zero vector fixed but which is not a linear transformation

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.