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


print_gif_form

print_gif_form(S)
: It outputs S to a file of the gif format.
print_gif_form(S | table=key0)
: This function allows optional variables table

Example:

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


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