Changes between Initial Version and Version 4 of Ticket #24808
- Timestamp:
- 05/31/18 15:41:06 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24808
- Property Cc alec.edgington tscrim SimonKing added
- Property Keywords mathexp2018 added
-
Ticket #24808 – Description
initial v4 18 18 False 19 19 }}} 20 21 See also: 22 23 {{{ 24 sage: R.<x,y,z> = FreeAlgebra(QQ, 3) 25 sage: Q = R.quotient(z-x*y) 26 sage: Q 27 Quotient of Free Algebra on 3 generators (x, y, z) over Rational Field by the ideal (z - x*y) 28 sage: Q(x*y) == Q(z) 29 False 30 }}}