|
Prev | Next | math |
| Syntax |
$math text$$ |
| See Also | latex , pre , syntax |
$math%x * y%$$
results in the output
x * y
> |
|
\ge |
< |
|
\le |
\ |
|
\\
|
$math%\int f(x) dx \le 1%$$
results in the following output
int f(x) dx < 1
$math%
x * z = 1
y = 2
%$$
would result in:
x * z = 1
y = 2
$math%
% \minimize f(x)
\subject \to g(x) <= 0
%$$
would result in:
minimize f(x)
subject to g(x) <= 0
$escape #$$
$math%
/ 1 0 0 \
| 0 1 0 |
\ 0 0 1 /
%$$
produces the following output
/ 1 0 0 \
| 0 1 0 |
\ 0 0 1 /