Linear Algebra/Complex Representations

From testwiki
Revision as of 13:55, 18 December 2023 by imported>Zdorovo (Corrected an error: the standard basis for C^n over C has n basis vectors, not 2n!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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