0% found this document useful (0 votes)
68 views

LATEX - Basic Commands and Their Output

This document provides examples of basic LaTeX commands for typesetting mathematical expressions and symbols, including equations, inequalities, fractions, powers, roots, Greek letters, trigonometric functions, sums and limits, permutations and combinations, and basic calculus notation. It displays the LaTeX code alongside the rendered mathematical output.

Uploaded by

anna
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views

LATEX - Basic Commands and Their Output

This document provides examples of basic LaTeX commands for typesetting mathematical expressions and symbols, including equations, inequalities, fractions, powers, roots, Greek letters, trigonometric functions, sums and limits, permutations and combinations, and basic calculus notation. It displays the LaTeX code alongside the rendered mathematical output.

Uploaded by

anna
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

LATEX - basic commands and their output

Basic operations
x+8=10

x-5=4

5\times4=20

30\div6=5

Inequalities
x+2>3

t\geq4

r\leq10

Powers and roots


x^2

2^{x+3}

x^{\frac{1}{2}}

e^{x+4}

\sqrt{x}

\sqrt[3]{x}

Fractions
\frac{1}{3}

\frac{x+2}{5}

\frac{x^2+4x+6}{x+3}
Linear Algebra
y_2-y_1

\frac{y_2-y_1}{x_2-x_1}

\bigg(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\bi
gg)

\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}

Greek letters
\pi

\theta

\sigma

\Sigma

Trig
sin(\theta)

sin^2(\theta)

sin^{-1}(\theta)

Sums and limits


\sum_{n=1}^{\infty}

\lim_{x\to\infty}

Perms, combs and binomials


^nP_r

^nC_r

(^n_k)
Calculus
\frac{dy}{dx}

\int{f(x)dx}

\int_1^{10}{f(x)dx}

You might also like