Linear Algebra and Complex Numbers

In summary, complex numbers can be represented as matrices where the real and imaginary parts are represented as columns and rows, respectively.
  • #1
SNOOTCHIEBOOCHEE
145
0
1. Complex analysis is the study of number z= x+iy where i^2=-1. can you find a way to represent complex numbers as 2x2 matrices



i honestly have no clue where to start with this one. we are one week through my linear algebra course.

the only possible thing i can thing of is det (x -yi
1 1) but that seems really wrong
 
Last edited:
Physics news on Phys.org
  • #2
Okay, how do we represent the number one in matrix form?
 
  • #3
Google gave me some pretty fruitful results on this one.
 
  • #4
the number 1 in matrix form is just [1]
 
  • #5
No, we're talking about 2 by 2 matrices. 1 is the "multiplicative identity" for the real numbers. What is the multiplicative identity for 2 by 2 matrices?

Now think about i. Where would you put the 1's so multiplying the matrix by itself will give you the negative of the identity matrix?
 
Last edited by a moderator:
  • #6
diagonol 1's i don't know how to use LAtex but its like [1 0;0 1] on MATLAB prolly the transpose of that for the second question your asking
 
  • #7
I meant in 2x2 form. I'll start for you, we can write the real component as;

[tex]\Re = x\cdot\left[ \begin{array}{cc} 1 & 0 \\ 0 & 1\end{array}\right][/tex]

In otherwords, the 2x2 identity matrix. Now, for the imaginary part we want a matrix which represent an anti-clockwise rotation by [itex]\pi/2[/itex] about the origin. Can you think of a matrix that does this?

EDIT: Halls strikes again.
 
  • #8
[0 1
1 0] ??

i think that would do it
 
  • #9
SNOOTCHIEBOOCHEE said:
[0 1
1 0] ??

i think that would do it
That's very close but not quite. Note that
[tex]\left[ \begin{array}{cc} 0 & 1 \\ 1 & 0\end{array}\right]\times\left[ \begin{array}{cc} 0 & 1 \\ 1 & 0\end{array}\right] = \left[ \begin{array}{cc} 1 & 0 \\ 0& 1\end{array}\right] = I_2[/tex]
You want;
[tex]\left[ \begin{array}{cc} a & b \\ c & d\end{array}\right]\times\left[ \begin{array}{cc} a & b \\ c & d\end{array}\right] = -\left[ \begin{array}{cc} 1 & 0 \\ 0& 1\end{array}\right][/tex]
 
  • #10
[0 -1
1 0]


ok got it i think
 
  • #11
SNOOTCHIEBOOCHEE said:
[0 -1
1 0]


ok got it i think
Looks good to me :approve: (Nice name by-the-way :wink:)
 
  • #12
so the answer would be
x [1 0;0 1] + y[0 -1; 1 0] ??


thans jay and silent bob are fantanstci
 
  • #13
Yep, your correct. However, you can represent it as a single matrix thus;

[tex]\left[ \begin{array}{cc} x & -y \\ y & x\end{array}\right][/tex]

Both forms are correct.
 
  • #14
You guys are absolute geniuses and i owe you my life. ty
 
  • #15
Okay, I'll send you my bill!
 

FAQ: Linear Algebra and Complex Numbers

What is the difference between a linear equation and a linear system?

A linear equation is an algebraic equation in which the highest degree of any variable is 1. A linear system, on the other hand, is a set of linear equations that are all related to each other and must be solved together.

What is a complex number?

A complex number is a number that can be expressed in the form a + bi, where a and b are real numbers and i is the imaginary unit (√-1).

How are complex numbers represented geometrically?

Complex numbers can be represented on a two-dimensional coordinate plane, with the real part of the number represented on the x-axis and the imaginary part represented on the y-axis. The number a + bi would be represented as the point (a, b) on the plane.

What is the conjugate of a complex number?

The conjugate of a complex number a + bi is the number a - bi, where the sign of the imaginary part is changed. In other words, the conjugate of a complex number is the complex number with the same real part but the opposite imaginary part.

How are complex numbers used in linear algebra?

In linear algebra, complex numbers are used to represent transformations in a two-dimensional space. They can also be used to solve systems of linear equations and to find the eigenvalues and eigenvectors of a matrix.

Back
Top