Answer:
The matrixes are in the explanation box.
1. A mapping of (x,y,z) to (x,y,0)
2. Is a mapping of (x,y,z) to (-x,-y,z)
Step-by-step explanation:
We have the orthogonal projection onto the cy-plane to be a mapping of (x,y,z) to (x,y,0). Then we will have a transformation matrix that has the form below.
[1 0 0]
[0 1 0]
[0 0 1]
For the reflection in the z-axis,it is a reflection of (x,y,z) to (-x,-y,z). Our matrix will then have the form below
[-1 0 0]
[0 -1 0]
[0 0 1]