Mathematical Notation
Introduction
Mathematical Objects
Special Sets
"""
We can call each of these sets with Sage using the
following commands. Comments are the result of the
input.
"""
CC
# Complex Field with 53 bits of precision
RR
# Real Field with 53 bits of precision
ZZ
# Integer Ring
QQ
# Rational Field
NN
# Non negative integer semiring
Zmod(11) # or `Integers(11)` or `IntegerModRing(11)`
# Ring of integers modulo 11Relation operators
Logical Notation
Operators
Last updated
Was this helpful?