2.0 KiB
2.0 KiB
a collection of examples for ob-maxima tests
- Simple tests
- Graphic output
- Output to a file
- List input
- Table input
- Construct a table from the output
- Latex output
Graphic output
Graphic output
plot2d(sin(a*x), [x, 0, 2*%pi])$
plot3d (2^(-u^2 + v^2), [u, -3, 3], [v, -2, 2])$
Table input
1.0 |
2.0 |
1.0 | 2.0 |
print(s+1.0);
print(s+1.0);
Matrix
1.0 | 1.0 |
ms: apply(matrix, s);
print(ms);