Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » Type » Ring » EngineRing » InexactField
next | previous | forward | backward | up | index | toc

InexactField -- the class of inexact fields

Description

An inexact field is one whose elements are real or complex numbers, represented floating point approximations of varying accuracy or precision.

i1 : numeric_100 pi

o1 = 3.141592653589793238462643383279

o1 : RR (of precision 100)
i2 : ring oo

o2 = RR
       100

o2 : RealField
i3 : class oo

o3 = RealField

o3 : Type
i4 : parent oo

o4 = InexactField

o4 : Type

Menu

Types of inexact field:

Methods that use an inexact field:

  • dim(InexactField) -- see dim(Ring) -- compute the Krull dimension
  • norm(InexactField,MutableMatrix) -- see norm
  • precision(InexactField) -- see precision

For the programmer

The object InexactField is a type, with ancestor classes EngineRing < Ring < Type < MutableHashTable < HashTable < Thing.


The source of this document is in Macaulay2Doc/doc_rings.m2:427:0.