in Computer Graphics edited by
2,205 views
1 vote
1 vote

Consider the following statements regarding $2D$ transforms in computer graphics:

$S1: \: \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} $ is a $2 \times 2$ matrix that reflects (mirrors) only $2D$ point about the X-axis.

$S2:$ A $2 \times 2$ matrix which mirrors any $2D$ point about the $X$-axis, is a rotation matrix.

What can you say about the statements $S1$ and $S2$?

  1. Both $S1$ and $S2$ are true
  2. Only $S1$ is true
  3. Only $S2$ is true
  4. Both $S1$ and $S2$ are false
in Computer Graphics edited by
by
2.2k views

1 Answer

0 votes
0 votes

Answer is B: Only S1 is true.

2 Comments

1
1

first matrix is reflection matrix about x-axis  S1 is true always 

 

S2 is 2x2 reflection matrix which is not same as  rotation  matrix  since  rotation matrix is {\displaystyle R={\begin{bmatrix}\cos \theta &-\sin \theta \\\sin \theta &\cos \theta \\\end{bmatrix}}}  

and reflection matrix is 

1   0

0  -1   

for no value of theta  these 2 matrix can be same 

Ans should be 2 

0
0
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true