Useful latex commands PDF

Title Useful latex commands
Author Pango Jack
Course Foundations of Computer Science
Institution University of New South Wales
Pages 2
File Size 62.7 KB
File Type PDF
Total Downloads 29
Total Views 164

Summary

It's recommended to use latex to write your essay in many university and so do I. Hope it's helpful for you....


Description

Useful Latex Commands for CIS 160

September 12, 2016

1

General

Not Equal: 6= - \neq Exponentiation: ab - a^b √ Square root: x - \sqrt{x} √ Nth root: n x - \sqrt[n]{x} Multiplication symbol: × - \times

Division symbol: ÷ - \div Fraction: ab - \frac{a}{b}

Floor: ⌊a⌋ - \lfloor a \rfloor Ceiling: ⌈a⌉ - \lceil a \rceil Natural Numbers: N - \mathbb{N} Integers: Z - \mathbb{Z} Positive Integers: Z+ - \mathbb{Z}^+ Dots: . . . - \dots Left brace: { - \{

Right brace: } - \} Pn 2 Summation: i=1 i + i - \sum_{i=1}^{n} i^2+i Qn Product notation: i=1 i2 + i - \prod_{i=1}^{n} i^2+i

2

Greek Letters

Epsilon: ǫ - \epsilon

3

Logical

Logical Negation: p¯ or p - \bar{p} or \overline{p} Logical Not: ¬p - \lnot p

Logical And / Conjunction: ∧ - \land

Logical Or / Disjunction: ∨ - \lor

1

Exclusive Or / XOR: ⊕ - \oplus Implication: =⇒ - \implies

Biconditional / If and Only If: ⇐⇒ - \iff

Triple Bar: ≡ - \equiv

4

Quantifiers

For all: ∀ - \forall

There exists: ∃ - \exists

5

Set Notation

Is element of: ∈ - \in

Not element of: 6∈ - \not \in

Is proper subset of: ⊂ - \subset

Not proper subset of: 6⊂ - \not \subset Is subset of: ⊆ - \subseteq

Not subset of: 6⊆ - \not \subseteq Union: ∪ - \cup

Intersection: ∩ - \cap Complement of set A: Ac - A^c Set Difference/Minus: \ - \setminus

Cartesian Product: × - \times

6

Counting

  Combinations: n2 - \binom{n}{2} Falling Factorial: (n)k - (n)_k

2...


Similar Free PDFs