Advanced Math Manipulation
At this point, you should know how to properly typeset your mathematical idea. This article will provide you with advanced LaTeX elements and how to position them.
Dots
\documentclass{article}
\usepackage[textwidth=8cm]{geometry}
\begin{document}
\noindent First, let's take a look at the difference between \verb|\ldots| and \verb|\cdots| \\
\underline{\( \ldots \cdots \)} \\
\noindent Let's these all of them in action!
\[
\Sigma = \left[
\begin{array}{ccc}
\alpha_{11} & \cdots & \alpha_{1n} \\
\vdots & \ddots & \vdots \\
\alpha_{n1} & \cdots & \alpha_{nn}
\end{array}
\right] \quad \forall n=1,\ldots,100
\]
\end{document}
Regarding other Math symbols
Arrays and Matrices
Arrays

Matrices
Type
Environment name
Rendered as
Display style in math mode

Last updated





