Exercise 3.7.4

Answers

Hint: Problem 7.4 and Problem 7.5, consider det RA = (det R)(det A) = det A, where R is the rotation matrix with its determinant equal to 1. For proof of the parallelogram area, we can also use parameter angle, i.e., v1 = [x1,y1]T = [v1 cos α,v1 sin α]T, v2 = [x2,y2]T = [v2 cos β,v2 sin β]T. v1,v2 are the lengths of v1,v2, respectively. α,β represents the angle between the vector and x-axis positive direction. Then

det A = |x1x2 y1y2 | = x1y2 x2y1 = v1v2(cos αsin β cos βsin α) = v1v2 sin (β α).

β α is the angle from v1 to v2.

User profile picture
2018-11-29 00:00
Comments