Top
Back: ideal related functions (plural)
Forward: map declarations (plural)
FastBack: ideal (plural)
FastForward: module (plural)
Up: Data types (plural)
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

7.2.2 map (plural)

Maps are ring maps from a preimage ring (source) into the basering (target), defined by specifying images for source variables in the target ring.

Note:

  • the target of a map is ALWAYS the actual basering
  • the preimage ring has to be stored "by its name", that means, maps can only be used in such contexts, where the name of the preimage ring can be resolved (this has to be considered in subprocedures). See also Identifier resolution, Names in procedures.

Maps between rings with different coefficient fields are possible and listed below.

Canonically realized are

  • $Q \rightarrow Q(a, \ldots)$ ( $Q$: the rational numbers)
  • $Q \rightarrow R$ ( $R$: the real numbers)
  • $Q \rightarrow C$ ( $C$: the complex numbers)
  • $Z/p \rightarrow (Z/p)(a, \ldots)$ ( $Z$: the integers)
  • $Z/p \rightarrow GF(p^n)$ ( $GF$: the Galois field)
  • $Z/p \rightarrow R$

  • $R \rightarrow C$

Possible are furthermore

  • $Z/p \rightarrow Q,
\quad
[i]_p \mapsto i \in [-p/2, \, p/2]
\subseteq Z$
  • $Z/p \rightarrow Z/p^\prime,
\quad
[i]_p \mapsto i \in [-p/2, \, p/2] \subseteq Z, \;
i \mapsto [i]_{p^\prime} \in Z/p^\prime$
  • $C \rightarrow R, \quad$ by taking the real part

Finally, in PLURAL we allow the mapping from rings with coefficient field Q to rings whose ground fields have finite characteristic:

  • $Q \rightarrow Z/p$

  • $Q \rightarrow (Z/p)(a, \ldots)$

Note: In these cases the denominator and the numerator of a number are mapped separately by the usual map from Z to Z/p, and the image of the number is built again afterwards by division. It is thus not allowed to map numbers whose denominator is divisible by the characteristic of the target ground field, or objects containing such numbers. We, therefore, strongly recommend to use such maps only to map objects with integer coefficients.
Note that - in contrast to the commutative case - maps between non-commutative rings easily fail to be a morphism.

7.2.2.1 map declarations (plural)  
7.2.2.2 map expressions (plural)  
7.2.2.3 map (plural) operations  
7.2.2.4 map related functions (plural)  


Top Back: ideal related functions (plural) Forward: map declarations (plural) FastBack: ideal (plural) FastForward: module (plural) Up: Data types (plural) 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.