Home Online Manual
Top
Back: initialIdeal
Forward: texPolynomial
FastBack: realizationMatroids_lib
FastForward: Miscellaneous libraries
Up: tropical_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.13.3.18 texNumber

Procedure from library tropical.lib (see tropical_lib).

Usage:
texNumber(f); f poly

Return:
string, tex command representing leading coefficient of f using \frac

Example:
 
LIB "tropical.lib";
ring r=(0,t),x,dp;
texNumber((3t2-1)/t3);