Go to the first, previous, next, last section, table of contents.


print_xv_form

print_xv_form(S)
: It transforms S to a gif file and previews the file by xv.

Example:

 print_xv_form(newmat(2,2,[[x^2,x],[y^2-1,x/(x-1)]]));
References
print_tex_form , print_gif_form


Go to the first, previous, next, last section, table of contents.