Determining the matrix for a transformation

Tgl

New member
Joined
Sep 2, 2020
Messages
1
A transformation maps the complex number z = x + yi onto z’ such that z’ = (1-I)z.

How does one determine the matrix of this transformation?
 
A transformation maps the complex number z = x + yi onto z’ such that z’ = (1-I)z.
How does one determine the matrix of this transformation?
Please review what you posted: \(z'={\large(1-l})z\).
Did you not mean \(\large z'=(1-i)z~?\)
 
To TQL; you did not answer, so we assume the mapping is \(f(a+bi)=(a+bi)(1-i)=(a+b)+i(b-a)\)
Here \(z=a+bi\) where \(\Re(z)=a~\&~\Im(z)=b\) using a two dimensional complex space we get:
\(f\left[ {\begin{array}{*{20}{c}}
a \\
b
\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}
1&{ 1} \\
{ - 1}&1
\end{array}} \right]\left[ {\begin{array}{*{20}{c}}
a \\
b
\end{array}} \right]\)\( = \left[ {\begin{array}{*{20}{c}}
{a + b} \\
{b - a}
\end{array}} \right]\)
 
Top