What is the best or most popular symbol for vector/matrix transpose? I have used simply ^T, for example $c^T x$. I think it is ugly, mainly because it is a little too big compared with vector variables usually denoted by lower-case characters. Can you suggest a better one?
|
|
||||
|
|
|
It's always difficult to answer questions for "the best" or "most popular". As is mentioned, these are typically opinions. But you did say that your objection was the fact that the "T" symbol was too big. Therefore, I would recommend the
|
|||||
|
|
There are some good suggestions regarding which symbol to use, it is a good idea to define your own macros for indicating matrices, vectors, and transpose, so that you can write:
This will make it easy to change the notation in the future, if you ever need to do so. In addition, the source is more readable than |
|||
|
|
|
Conjugate transpose is in physics often denoted by |
||||
|
|
|
Personally I often use the conjugate transpose instead. For real matrices this concept coincides with the transpose, for matrices over the complex field the conjugate is usually what you want anyway. The conjugate transpose of a matrix |
|||
|
|
|
The Comprehensive LaTeX Symbol List says the following:
|
||||
|



M^\top. (For orthocomplements of vector spaces, I similarly useV^\bot.) UsingTortas a superscript is problematic in disciplines where they are modestly likely to occur as an actual variable, especially one which might occur in an exponent. I choose\topand\botbecause they are more obviously abstract symbols, and not variables. – Niel de Beaudrap Oct 5 '11 at 22:21