Top
Back: finduni
Forward: Float
FastBack:
FastForward:
Up: Singular Manual
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

5.1.44 flintQ

Syntax:
flintQ ( list_of_names )
Type:
cring
Purpose:
returns a coefficient ring of multivariate rational functions over Q to be used in ring definitions. Require flint >=2.5.3.
Example:
 
  LIB "flint.so";
  ring R1=flintQ(a,b),(x,y),dp;
  R1;
==> // coefficients: flintQQ(a,b)
==> // number of vars : 2
==> //        block   1 : ordering dp
==> //                  : names    x y
==> //        block   2 : ordering C
See cring; ring.


Top Back: finduni Forward: Float FastBack: FastForward: Up: Singular Manual 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.