Top
Back: initialIdeal
Forward: texPolynomial
FastBack:
FastForward:
Up: tropical_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.13.6.17 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);
==> \tfrac{-1+3\cdot t^{2}}{t^{3}}


Top Back: initialIdeal Forward: texPolynomial FastBack: FastForward: Up: tropical_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.