Top
Back: texPolynomial
Forward: texDrawBasic
FastBack: oldpolymake_lib
FastForward: Miscellaneous libraries
Up: tropical_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.13.2.20 texMatrix

Procedure from library tropical.lib (see tropical_lib).

Usage:
texMatrix(M); M matrix

Return:
string, the tex command representing M

Example:
 
LIB "tropical.lib";
ring r=(0,t),x,dp;
matrix M[2][2]=3/2,1/t*x2-t2x+1/t,5,-2x;
texMatrix(M);


Top Back: texPolynomial Forward: texDrawBasic FastBack: oldpolymake_lib FastForward: Miscellaneous libraries Up: tropical_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-6, Dec 2012, generated by texi2html.