[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/datafun]

subspace

(/tools/hpmatlab/toolbox/matlab/datafun/subspace.m)


Function Synopsis

theta = subspace(A,B)

Help text

SUBSPACE Angle between two subspaces.
	SUBSPACE(A,B) finds the angle between two subspaces specified
	by the columns of A and B.  If A and B are vectors of unit
	length, this is the same as ACOS(A'*B).
	If the angle is small, the two spaces are nearly linearly
	dependent.  In a physical experiment described by some
	observations A, and a second realization of the experiment
	described by B, SUBSPACE(A,B) gives a measure of the amount
	of new information afforded by the second experiment not
	associated with statistical errors of fluctuations.

Cross-Reference Information

This function calls

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON