blob: d92e53fd41a1dba2483ff5b3d5f8f66a8a97585b (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
This is a test file of TeXetting for vaxima
tested function: latexezwks("filename"); a easy work-sheet function for LaTeX
*/
'limit(sqrt(alpha^x)/%e^x,x,inf);
'sum(xi^7/gamma,xi,0,10);
'product(chi^%e,chi,minf,inf);
latexezwks("tex1.tex");
|