This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:pluginsyntax:math [2013/02/04 14:02] – Alan Shea | wiki:pluginsyntax:math [2025/03/18 19:46] (current) – [Typical commands] Alan Shea | ||
---|---|---|---|
Line 6: | Line 6: | ||
<m>x in bbR \ { 1; 2 }</m> | <m>x in bbR \ { 1; 2 }</m> | ||
+ | |||
+ | <m>x in bbR \ { 1; 2 }</m> | ||
+ | |||
+ | |||
===Example: | ===Example: | ||
Line 16: | Line 20: | ||
====Typical commands=== | ====Typical commands=== | ||
- | x+y : < | + | * x+y : < |
- | x-y : < | + | |
- | x*y : < | + | |
- | x/y : < | + | |
- | x^y : < | + | |
- | x_y : < | + | |
- | x<>y : < | + | |
- | x>y : < | + | |
- | x>=y : < | + | |
- | x<y : < | + | |
- | x⇐y : <m>x⇐y</ | + | |
- | (x) : < | + | |
- | {x} : < | + | |
==== Space ==== | ==== Space ==== | ||
Line 38: | Line 42: | ||
- | alpha : < | + | * alpha : < |
- | beta : < | + | |
- | gamma : < | + | |
- | delta : < | + | |
- | epsilon : < | + | |
- | varepsilon : < | + | |
- | zeta : < | + | |
- | eta : < | + | |
- | theta : < | + | |
- | vartheta : < | + | |
- | iota : < | + | |
- | kappa : < | + | |
- | lambda : < | + | |
- | mu : < | + | |
- | nu : < | + | |
- | xi : < | + | |
- | pi : < | + | |
- | varpi : < | + | |
- | rho : < | + | |
- | varrho : < | + | |
- | sigma : < | + | |
- | varsigma : < | + | |
- | tau : < | + | |
- | upsilon : < | + | |
- | phi : < | + | |
- | varphi : < | + | |
- | chi : < | + | |
- | psi : < | + | |
- | omega : < | + | |
- | Gamma : < | + | |
- | Lambda : < | + | |
- | Sigma : < | + | |
- | Psi : < | + | |
- | Delta : < | + | |
- | Xi : < | + | |
- | Upsilon : < | + | |
- | Omega : < | + | |
- | Theta : < | + | |
- | Pi : < | + | |
- | Phi : < | + | |
==== Symbols: ==== | ==== Symbols: ==== | ||
- | infty : < | + | * infty : < |
- | in : < | + | |
- | notin : < | + | |
- | forall : < | + | |
- | exists : < | + | |
- | notexists : < | + | |
- | partial : < | + | |
- | approx : < | + | |
- | pm : < | + | |
- | inter : < | + | |
- | union : < | + | |
- | ortho : < | + | |
- | parallel : < | + | |
- | backslash : < | + | |
- | prime : < | + | |
- | wedge : < | + | |
- | vert : < | + | |
- | lbrace : < | + | |
- | rbrace : < | + | |
- | circ : < | + | |
- | varnothing : < | + | |
- | subset : < | + | |
- | notsubset : < | + | |
- | cdots : < | + | |
- | vdots : < | + | |
- | ddots : < | + | |
==== Arrows: ==== | ==== Arrows: ==== | ||
- | left : < | + | * left : < |
- | right : < | + | |
- | leftright : < | + | |
- | doubleleft : < | + | |
- | doubleright : < | + | |
- | doubleleftright : < | + | |
- | nearrow : < | + | |
- | searrow : < | + | |
==== Sets: ==== | ==== Sets: ==== | ||
- | bbR : < | + | * bbR : < |
- | bbN : < | + | |
- | bbZ : < | + | |
- | bbC : < | + | |
- | Roots and Limits: | + | |
- | sqrt{a} : < | + | ==== Roots and Limits: ==== |
- | root{n}{a} : < | + | |
- | lim{a}{x} : < | + | |
- | Big Operators: | + | |
- | int{a}{b}{x} : < | + | |
- | doubleint{a}{b}{x} : < | + | * sqrt{a} : < |
- | tripleint{a}{b}{x} : < | + | * root{n}{a} : < |
- | oint{a}{b}{x} : < | + | * lim{a}{x} : < |
- | sum{a}{b}{x} : < | + | |
- | prod{a}{b}{x} : < | + | ==== Big Operators: ==== |
- | bigcup{a}{b}{x} : < | + | |
- | bigcap{a}{b}{x} : < | + | |
+ | * int{a}{b}{x} : < | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
==== Delimiters: ==== | ==== Delimiters: ==== | ||
- | delim{[}{x}{]} : < | + | * delim{[}{x}{]} : < |
- | delim{]}{x}{]} : < | + | |
- | delim{[}{x}{[} : < | + | |
- | delim{]}{x}{[} : < | + | |
- | delim{lbrace}{x}{rbrace} : < | + | |
- | delim{|}{x}{|} : < | + | |
- | delim{vert}{x}{vert} : < | + | |
==== Matrix: ==== | ==== Matrix: ==== | ||
- | **Syntax :** matrix{num of lines}{num of columns}{first_element … last_element} | + | **Syntax :** matrix{//num of lines//}{//num of columns//}{//first_element … last_element//} |
- | matrix{2}{3}{a b c d e f g} : < | + | |
- | Tabular: | + | |
- | Syntax : tabular{lines description}{columns description}{first_element … last_element} | + | ==== Tabular: ==== |
- | lines : sequence of 1 (draw the horizontal line) or 0 (don't draw the horizontal line) - the length of the sequence=num of lines+1 | + | |
- | columns : sequence of 1 (draw the vertical line) or 0 (don't draw the vertical line) - the length of the sequence=num of columns+1 | + | **Syntax :** tabular{//lines description//}{//columns description//}{//first_element … last_element//} |
- | tabular{111}{1111}{a b c d e f g} : < | + | * //lines// : sequence of 1 (draw the horizontal line) or 0 (don't draw the horizontal line) - the length of the sequence=num of lines+1 |
- | tabular{1001}{101}{1 2 3 4 5 6} : < | + | * //columns// : sequence of 1 (draw the vertical line) or 0 (don't draw the vertical line) - the length of the sequence=num of columns+1 |
+ | | ||
+ | | ||
==== Constructions: | ==== Constructions: | ||
+ | |||
+ | * vec{express} : < | ||
+ | * {express}under{foo} : < | ||
+ | * {express}over{foo} : < | ||
+ | * overline{express} : < | ||
+ | * underline{express} : < | ||
+ | * hat{express} : < | ||
- | vec{express} : < | ||
- | {express}under{foo} : < | ||
- | {express}over{foo} : < | ||
- | overline{express} : < | ||
- | underline{express} : < | ||
- | hat{express} : < |
Copyright © Alan Shea, 2011-2025