22
$\begingroup$

Is there a name for a matrix whose rows (or columns) are non-zero orthogonal vectors ?

It seems to me that "orthogonal matrix" would be a good name, but this is already taken -- it refers to a matrix whose rows (or columns) form an orthonormal set of vectors.

  • 2
    None that I can think of. How about Scaled orthogonal matrix? Just made that up.2012-07-02
  • 4
    It's a great pity that the name "orthogonal matrix" is already taken. These kinds of matrices are quite common in my business (geometric modeling). They correspond to non-uniform scaling operations. Maybe I'll have to call them "non-uniform scaling matrices" if the world of mathematics can't offer anything better.2012-07-02
  • 1
    I would probably reserve that name for the diagonal matrices used in coordinate transformation for scaling with unequal scaling coeffecients in the coordinate directions but that's just me.2012-07-02
  • 2
    Pseudorthogonal?2012-07-02
  • 1
    So, since the 0 vector is orthogonal to everything, some of the columns could be 0? ... what is so bad about saying "matrix with orthogonal columns"?2012-12-21
  • 0
    Perhaps "column-orthogonal matrix" and "row-orthogonal matrix", or simply "orthocolumn matrix" and "orthorow matrix", so that one can distinguish the cases with orthogonal columns from the cases with orthogonal rows?2013-04-01
  • 0
    [Related](http://math.stackexchange.com/q/386050/28900).2013-05-08
  • 1
    This question has been asked a few times. The term "orthogonal matrix" for $A\in M_n(\mathbb{R})$ such that $A^TA=(AA^T)=I_n$ is a bit unfortunate, athough widespread. Unitary is less ambiguous, and works in the real case, like in the complex case. Then you could call orthogonal a matrix whose columns are orthogonal. But that's too late for a change of habits.2013-07-13

2 Answers 2