Linear Algebra/Complex Representations: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Zdorovo
Corrected an error: the standard basis for C^n over C has n basis vectors, not 2n!
 
(No difference)

Latest revision as of 13:55, 18 December 2023

Template:Navigation

Recall the definitions of the complex number addition

(a+bi)+(c+di)=(a+c)+(b+d)i

and multiplication.

(a+bi)(c+di)=ac+adi+bci+bd(1)=(acbd)+(ad+bc)i

Template:TextBox

Handling scalar operations with those rules, all of the operations that we've covered for real vector spaces carry over unchanged.

Template:TextBox

Everything else from prior chapters that we can, we shall also carry over unchanged. Template:AnchorFor instance, we shall call the ordered set of vectors

(1+0i0+0i0+0i),(0+0i1+0i0+0i),,(0+0i0+0i1+0i)

the standard basis for n as a vector space over and again denote it n.

Template:Navigation

Template:BookCat