[Numpy-discussion] users point of view and ufuncs

Stefan van der Walt stefan at sun.ac.za
Fri Aug 25 03:45:26 EDT 2006


On Thu, Aug 24, 2006 at 11:10:24PM -0400, Sasha wrote:
> I would welcome an effort to make the glossary more novice friendly,
> but not at the expense of oversimplifying things.
> 
> BTW, do you think "Rank ... (2) number of orthogonal dimensions of a
> matrix" is clear?  Considering that matrix is defined a "an array of
> rank 2"?  Is "rank" in  linear algebra sense common enough in numpy
> documentation to be included in the glossary?
> 
> For comparison, here are a few alternative formulations of matrix rank
> definition:
> 
> "The rank of a matrix or a linear map is the dimension of the image of
> the matrix or the linear map, corresponding to the number of linearly
> independent rows or columns of the matrix, or to the number of nonzero
> singular values of the map."
> <http://mathworld.wolfram.com/MatrixRank.html>
> 
> "In linear algebra, the column rank (row rank respectively) of a
> matrix A with entries in some field is defined to be the maximal
> number of columns (rows respectively) of A which are linearly
> independent."
> <http://en.wikipedia.org/wiki/Rank_(linear_algebra)>

I prefer the last definition.  Introductory algebra courses teach the
term "linearly independent" before "orthogonal" (IIRC).  As for
"linear map", it has other names, too, and doesn't (in my mind)
clarify the definition of rank in this context.

Regards
Stéfan




More information about the NumPy-Discussion mailing list