Top
Back: ncratPrint
Forward: ncratFromPoly
FastBack:
FastForward:
Up: ncrat_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

7.10.6.11 ncratFromString

Procedure from library ncrat.lib (see ncrat_lib).

Usage:
ncrat f = ncratFromString(s);
s of type string

Return:
read string s into ncrat f

Example:
 
LIB "ncrat.lib";
ncInit(list("x", "y", "z"));
ncrat f = ncratFromString("2*x*y");
print(f);
==> 2*x*y


Top Back: ncratPrint Forward: ncratFromPoly FastBack: FastForward: Up: ncrat_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.