About 941,000 results
Open links in new tab
  1. When should \\cdot be used to indicate multiplication?

    Well written algebraic expressions very rarely need an explicit symbol for the multiplication, but in this case it's almost always a centered dot (\cdot). I've seen \times used to mark a …

  2. Which dot character to use in which context? - TeX - TeX - LaTeX …

    May 27, 2011 · The WP Dot product article uses the LaTeX \cdot character for dot products. Wikipedia shows a raised decimal point example "£21·48", which uses the "middle dot" …

  3. math mode - Making a thicker \cdot for dot product (that is ... - TeX

    I'm trying to replicate the dot that my professor uses in his notes for the dot product between vectors but I am having a hard time doing so. This is what it looks like: I have tried a couple of t...

  4. symbols - Automatically use \cdot - TeX - LaTeX Stack Exchange

    Jan 13, 2015 · Is there a way to replace the standard multiplication symbol (*) with the one \\cdot shows? The symbol \\cdot shows looks much better for me.

  5. what is cDOT? - NetApp Community

    May 18, 2013 · Would you please send me any links/docs on bottom-to-top details about cDOT? Appreciate your help

  6. adjust $\cdot$ in math expression - TeX - LaTeX Stack Exchange

    Centering the denominator term on the \cdot part may be achieved, e.g., by creating a "phantom" superscript term to the left of the first vertical bar. In the code below, I've further replaced \left{ …

  7. How remove the spacing around` \cdot`? - LaTeX Stack Exchange

    Sep 23, 2021 · On the other hand, writing {\cdot} effectively erases the binary operator status of \cdot (enclosing anything in braces causes the entire contents to be treated as a single …

  8. math mode - Writing multiplication dots - TeX - LaTeX Stack …

    May 11, 2013 · In German, for example, scalar multiplication is written with a \cdot. We also use this same symbol for the dot product, although some books prefer the \circ. And we generally …

  9. symbols - vertically centered dot - TeX - LaTeX Stack Exchange

    25 You can use \mathord{\cdot} for a centered dot with symbol-like (rather than binary operation-like) spacing.

  10. Is there a \bigcdot symbol in LaTeX - LaTeX Stack Exchange

    I use the \cdot symbol for concatenation of two sets as in A \cdot B. (Please correct me if this is a wrong symbol for concatenation). I would need to type a concatenation over a set of sets, …