NmzComputation |
Syntax |
NmzComputation(Cone: RECORD): RECORD NmzComputation(Cone: RECORD, ToCompute: LIST): RECORD |
Description |
Example |
/**/ Cone := record[ integral_closure := mat([[1,2],[2,1]]) ]; /**/ NC := NmzComputation(Cone, /**/ ["HilbertBasis","SupportHyperplanes"] /**/ ); /**/ indent(NC); record[ HilbertBasis := [[2, 1], [1, 2], [1, 1]], SupportHyperplanes := [[-1, 2], [2, -1]] ] |
See Also |