Browse the glossary using this index
Special |
A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
N |
OP |
Q |
R |
S |
T |
U |
V |
W |
X |
Y |
Z |
ALL
absolute font sizes (overview)
: |
|
alpha (lower case greek letter)
: $$\alpha$$ gives |
|
angle bracket
:
- Syntax: \left<...\right>
-
Ex.: $$\left<f,g\right>$$ gives
|
|
arithmetic operations
:
- Type arithmetic operations and
"=" as usual.
-
Exp.: $$f(x)=x-2b+(3a/c)$$ gives
- See also keyword "fraction" for extended capabilities.
|
|
array
:
- Syntax for an n-dimensional array:
\begin{array}a1&...&an\end{array}
-
Ex.: $$\(\begin{array}a_{\fs{0}1}\fs{3},&a_{\fs{0}2}\fs{3},&a_{\fs{0}3}\end{array}\)$$
gives
|
| Keyword(s): |
|
beta (lower case greek letter)
: $$\beta$$ gives |
|
braces
:
- Syntax: \left{...\right}
-
Ex.: $$M=\left{a, b, c\right}$$ gives
|
|
cdot (multiplication)
: $$a\cdot~b$$ gives |
|
chi (lower case greek letter)
: $$\chi$$ gives |
|
constants
:
- Numbers in formulas are interpreted as
constants and they are rendered in non-italic roman
font face, which is a widely used convention.
- Following this convention, variables are shown in italic.
-
Exp.: $$f(x)=3a+x$$ gives
|
|