File: help-dimension.err

package info (click to toggle)
frobby 0.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,616 kB
  • sloc: cpp: 30,134; sh: 1,184; makefile: 312; ansic: 102; lisp: 10
file content (30 lines) | stat: -rw-r--r-- 1,256 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Displaying information on action: dimension

Compute the dimension or codimension of the input ideal. This is the
dimension of the zero set of the ideal. The ideal containing the identity
has an empty zero set, and we define the dimension of this to be -1.
All other ideals have non-negative dimension.

The parameters accepted by dimension are as follows.

 -codim [BOOL]   (default is off)
   Compute the codimension instead of the dimension. The codimension is the
   number of variables in the polynomial ring minus the dimension.

 -iformat STRING   (default is autodetect)
   The format used to read the input. This action supports the formats:
     4ti2 cocoa4 m2 monos newmonos null singular.
   The format "autodetect" instructs Frobby to guess the format.
   Type 'frobby help io' for more information on input formats.

 -squareFreeAndMinimal [BOOL]   (default is off)
   State that the input ideal is square free and minimally generated. This
   can speed up the the computation, but will result in unpredictable
   behavior if it is not true.

 -time [BOOL]   (default is off)
   Display and time each subcomputation.

 -useSlice [BOOL]   (default is off)
   Use the Slice Algorithm to compute the dimension instead of the usual
   algorithm.