KeTMath Rule
- Fraction fr(a,b) Tiny fraction tfr(a,b)
- Multiplication ab a*b is also available
- Power a^(b) a^b is also available for 1 character b
- Square root sq(a) n-th root sq(n,a)
- Trigonometric sin(x) power of sin(x) sin(n,x)
- Pi pi
- Degree (deg)
- Logaritm log(x) ln(x) log(a,x)
- New line //
- Space (sp) \; is used
- Roman 100tx(m) or 100@m@(Enclose with @)
- Integrate int(x^2,x), int(a,b,x^2,x)
Rem) Add ! to remove ( ) around the function
- Bracket br(f(x),a,b)
- Limit lim(x,a,f(x))
- Sum sum(k=1,n,k^2)
- Differntiation diff(y,x) Partial diff par(z,x)
- Matrix mat(a,b;c,d) Determinant det(a,b;c,d)
- Case case(a,(x<0);c,(x(geq)0))
- Dot (cdot). Cross (cross)
- Plusminus (pm),(mp)
- Inquality <, >, (leq), (geq),(neq)
- Under score a_n
- Greek {\alpha},{\beta}
- Other TeX symbols Separate them with (sp),comma, { }