The Householder Convention

Alston Householder was one of the early founders of numerical linear algebra. The variable naming scheme that he used in the book Principles of Numerical Analysis proved to be widely useful and has become a de facto standard. The book is now available from Dover Publications. [For anyone not in mathematical areas of study, "Dover" means "Really Cheap" so it's worthwhile to occasionally check their publication lists. Three times I've found books that cost over $120 twenty years ago, but are now less than $15. And no, I don't get a kickback from them for this free advertising.]

In general the "Householder convention" is:

However, sometimes modifications and contravention of the standard are useful, especially on the web where some dinosaurs are still using IE6 to check up on the latest comet reports. Because some browsers aren't up to snuff, Greek letters will be used sparingly or spelled out. E.g., alpha = x(3)*A(2,11).

I'll also violate the convention

If there's any question about what a particular variable is, check the dimensionality: if A is an m × n matrix and x is an n × 1 vector, then there's only one possible set of dimensions for the vector y when y = A*x.