|
This is a normal formula:
octave> |
a=[1;2;3;4]
|
octave> |
a+a
|
(
2 |
4 |
6 |
8 |
octave> |
a
|
octave> |
|
This is a TeXmacs interface for GNUplot.
GNUplot] |
plot(sin(x))
|
GNUplot] |
|
This is a plain text. And an inline formulat: 1 + x + x2 + … + xn - 1=frac (1 - xn, 1 - x).
(%i1) |
integrate(f(x),x);
|
(%i2) |
diff(1/(1+x*exp(-x)),x,2);
|
(%i3) |
|