Engineering Analysis/Projections

From testwiki
Revision as of 04:49, 4 August 2017 by imported>Pi zero ({{BookCat}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Engineering Analysis

Projection

The projection of a vector vV onto the vector space WV is the minimum distance between v and the space W. In other words, we need to minimize the distance between vector v, and an arbitrary vector wW:

wv2=W^a^v2
W^a^v2a^=W^a^v,W^a^va^=0

Template:Eqn

a^=(W^TW^)1W^Tv

For every vector vV there exists a vector wW called the projection of v onto W such that <v-w, p> = 0, where p is an arbitrary element of W.

Orthogonal Complement

w=xV:x,y=0,yW

Distance between v and W

The distance between vV and the space W is given as the minimum distance between v and an arbitrary wW:

d(v,w)a^=vW^a^a^=0

Intersections

Given two vector spaces V and W, what is the overlapping area between the two? We define an arbitrary vector z that is a component of both V, and W:

z=V^a^=W^b^
V^a^W^b^=0
[a^b^]=𝒩([v^W^])

Where N is the nullspace.

Template:BookCat