Is this purely personal style, or are the generally accepted guidelines? Clearly, when dealing with numbers either $2 \cdot 2$ or $2 \times 2$ is needed, but within formulae where an absence of an operator implies multiplication, when should a \cdot be used? I tend to use it only sparingly if it aids in grouping. (Of course, barring the cases where it's required, e.g. a dot product.)
|
|
||||
|
This is only useful to avoid ambiguity. Two circumstances come to mind:
This is a totally anecdotal answer. |
|||
|
|
In "higher" mathematics, no symbol is generally used to denote multiplication, except for avoiding ambiguities. Well written algebraic expressions very rarely need an explicit symbol for the multiplication, but in this case it's almost always a centered dot ( Take into account that Of course a symbol is necessary when writing the multiplication of two explicit numbers as Precedence rules usually help in deciding possible ambiguities: a function symbol ties more than operation ones, so
should mean "the sine of x+1 multiplied by a+b", but it would be better to write the expression as
Note that a dot would still not add to the clarity. Multiplication by explicit numbers has still higher precedence, so
is "the sine of 2x" and not "(the sine of 2) multiplied by x". Here, again, a dot would not add to clarity. In case of doubt, add parentheses:
For numbers in floating point format, the usage oscillates between
Using a high level LaTeX package such as
will print the number according to a standard convention or our personal preference (look at the documentation). |
|||
|
|
|
Since multiplication is a binary operation, using
It would depend on whether or not a compact or less compact visualization is required and may therefore result in a personal preference; Of course, using multiples of variables, you could drop this altogether and just use (say) |
|||
|
|

cdotand in english ones\times.2\cdot3or2\times3but2a\cdot3b– Herbert Jan 11 '12 at 19:55\crossmacro. Did you mean to write\times? – Mico Jan 11 '12 at 20:27