Note: Please reply to this post with any helpful suggestions regarding LaTeX and/or to correct any mathematical error(s) I made.
de Moivre's Theorem --
Question: What is the method for inserting spaces between items?
Note: Please reply to this post with any helpful suggestions regarding LaTeX and/or to correct any mathematical error(s) I made.
de Moivre's Theorem --
Question: What is the method for inserting spaces between items?
TeX has four types of spaces available in math mode. They are \, (thin space), \: (medium space), \; (thick space) and \! (thin negative space). In practice, there are not many occasions when you need to use these spacings. The spacing provided automatically by TeX is usually optimal. The only times when I use manual spacing are in integrals and in modular arithmetic.
Compareand
. Also
and
.

Hello, DeanSchlarbaum!
DeMoivre's Theorem --
Question: What is the method for inserting spaces between items?
Trig functions (and others) look "nicer" if you precede them with a blackslash.
. . Compare: .
There are different-sized spaces that can be used:
. . . . . *\,* . . . . . . . . . . .
. . . . . *\:* . . . . . . . . . . .
. . . . . *\;* . . . . . . . . . . .
. . . *\quad* . . . . . . . . . .
. . . *\qquad* . . . . . . . .
\phantom{xxxxxxx} . .