Ring homomorphisms from a polynomial ring to another ring¶
This module currently implements the canonical ring homomorphism from
Todo
Implement homomorphisms from
AUTHORS:
Peter Bruin (March 2014): initial version
- class sage.rings.polynomial.polynomial_ring_homomorphism.PolynomialRingHomomorphism_from_base[source]¶
Bases:
RingHomomorphism_from_base
The canonical ring homomorphism from
to induced by a ring homomorphism from to .EXAMPLES:
sage: QQ['x'].coerce_map_from(ZZ['x']) Ring morphism: From: Univariate Polynomial Ring in x over Integer Ring To: Univariate Polynomial Ring in x over Rational Field Defn: Induced from base ring by Natural morphism: From: Integer Ring To: Rational Field