Linear Algebra/Computing Linear Maps

From testwiki
Revision as of 19:36, 25 May 2010 by imported>Thenub314 (adding noincludes for print version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Navigation The prior section shows that a linear map is determined by its action on a basis. In fact, the equation

h(v)=h(c1β1++cnβn)=c1h(β1)++cnh(βn)

shows that, if we know the value of the map on the vectors in a basis, then we can compute the value of the map on any vector v at all. We just need to find the c's to express v with respect to the basis.

This section gives the scheme that computes, from the representation of a vector in the domain RepB(v), the representation of that vector's image in the codomain RepD(h(v)), using the representations of h(β1), ..., h(βn).

Template:Navigation

Template:BookCat