36.6 Ambient Spaces

Module: sage.schemes.generic.ambient_space

Ambient Spaces

Module-level Functions

is_AmbientSpace( x)

Class: AmbientSpace

class AmbientSpace
Base class for ambient spaces over a ring.

Input:

n
- dimension
R
- ring

AmbientSpace( self, n, [R=Integer Ring])

Functions: ambient_space,$ \,$ base_extend,$ \,$ defining_polynomials,$ \,$ dimension,$ \,$ gen,$ \,$ gens,$ \,$ ngens

dimension( self)

Return the relative dimension of this scheme over its base.

Special Functions: __cmp__,$ \,$ __init__,$ \,$ _check_satisfies_equations,$ \,$ _constructor,$ \,$ _latex_,$ \,$ _latex_generic_point,$ \,$ _repr_,$ \,$ _repr_generic_point

_check_satisfies_equations( self, v)

Verify that the coordinates of v define a point on this scheme, or raise a TypeError.

See About this document... for information on suggesting changes.