linearindB
LinearindB is a term encountered in some texts and software libraries to denote a linear independent basis of a subspace, often derived from a given set of vectors. In this usage, linearindB refers to an ordered subset B = {b1, ..., br} of a vector space V such that the vectors in B are linearly independent and their span equals the subspace of interest (or, more specifically, the span of the original generating set).
A linearindB can be obtained by standard algorithms in linear algebra, such as Gaussian elimination, row reduction
In R^3, the standard basis e1 = (1,0,0), e2 = (0,1,0), and e3 = (0,0,1) forms a linearindB for
LinearindB is used in solving linear systems, performing change of basis, determining subspace dimensions, and implementing
linear independence, basis, vector space, span, rank, Gaussian elimination.