Natural inputBack to Index
Toolbar input
General
Operators
Symbols
Functions
Copy TeX to Wiki
Create pdf from TeX
Note on file encoding
* / + - | operators |
\ | for fraction |
^ | for power |
_ | for subscript |
{ | insert empty array |
[ | insert empty vector |
[F1] | for general toolbar |
[F2] | for operator toolbar |
[F3] | for symbol toolbar |
[F4] | for function toolbar |
[Backspace] | remove content before cursor |
[Delete] | remove content after cursor |
[Enter] | to evaluate expression |
[Up], [Down] | to select a formula |
![]() | ^n - power |
![]() | sqrt(x) - square root |
![]() | nthroot(x, n) - nth root |
![]() | factorial(x) - n factorial |
![]() | _i - subscript |
![]() | frac(x, y) - fraction |
![]() | sum(v, fm, to, x) - sum |
![]() | prod(v, fm, to, x) - product |
![]() | int(fm, to, x, v) - numerical integration / quadrature |
![]() | nint(x, v) - integration - no implementation - TeX only |
![]() | lim(v, to, x) - limit of function - no implementation - TeX only |
![]() | function(name, v, x) - math function definition |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | |
![]() | ![]() | ![]() | |
![]() | ![]() | ![]() | |
![]() | ![]() | ![]() | |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() |
ln(x) - natural logarithm |
log10(x) - base 10 logarithm |
exp(x) - exponential |
sin(x) - sine |
cos(x) - cosine |
tan(x) - tangent |
asin(x) - arc sinus |
acos(x) - arc cosine |
atan(x) - arc tangent |
sinh(x) - hyperbolic sine |
cosh(x) - hyperbolic cosine |
tanh(x) - hyperbolic tangent |
asinh(x) - hyperbolic arc sine |
acosh(x) - hyperbolic arc cosine |
atanh(x) - hyperbolic arc tangent |
corrcoef(x, y) - correlation coefficient |
cov(x, y) - covariance |
median(a) - median value |
mean(a) - mean value |
std(a) - standard deviation |
var(a) - variance |
cov(a) - covariance |
eye(n, m) - create n by m identity matrix |
transpose(a) - transpose a matrix |
inverse(a) - invert a square matrix |
det(a) - determinant of a matrix |
min(a) - minimum value in a matrix |
max(a) - maximum value in a matrix |
rows(a) - returns number of rows |
columns(a) - returns number of columns |
plot(x, y) - 2D plot |
meshgrid(x, y) - grid for 3D mesh |
mesh(x, y, z) - 3D mesh |
title "s" - title of a figure |
xlabel "s" - x-axis description |
ylabel "s" - y-axis description |
zlabel "s" - z-axis description |
print -deps "s" - print to .eps file |
print -dpng "s" - print to .png file |
figure - new figure |
mod(n, m) - modulo |
floor(x) - round down to whole number |
ceil(x) - round up to next whole number |
abs(x) - absolute value |
sign(x) - sign of x |
gcd(x, y) - greatest common divisor |
lcm(x, y) - least common multiple |
rand() - random number |
<math>TeX formula</math>
pdflatex file.tex
-Dfile.encoding=UTF-8List of availabe encodings can be found on following site: