Home | Trees | Index | Help |
|
---|
Package sage :: Module all |
|
nodoctest all.py -- much of sage is imported into this module, so you don't have to import everything individually. This is what is imported by IPython when sage starts.
Function Summary | |
---|---|
arg(x)
| |
base_ring(x)
| |
basis(x)
| |
charpoly(x)
| |
CS(x)
| |
decomposition(x)
| |
det(x)
| |
ES(x)
| |
exp(x)
| |
factor(x)
| |
gens(x)
| |
hecke_operator(x,
n)
| |
imag(x)
| |
image(x)
| |
kernel(x)
| |
log(x)
| |
NCMS(n,
k,
sign)
| |
ngens(x)
| |
norm(x)
| |
NS(x)
| |
order(x)
| |
OS(x)
| |
parent(x)
| |
pr(x)
| |
real(x)
| |
rprint(x)
| |
Returns a list of the names of non-hidden (i.e., not starting with an underscore) identifiers defined by the user in this session. |
Variable Summary | |
---|---|
ComplexField |
C = Complex Field
|
list |
iglob = ['polygen', 'QuaternionAlgebraWithDiscs', 'rando...
|
RationalField |
Q = Rational Field
|
RealField_mpf |
R = Multi-precision Real Field
|
IntegerRing |
Z = Integer Ring
|
Function Details |
---|
show_identifiers()Returns a list of the names of non-hidden (i.e., not starting with an underscore) identifiers defined by the user in this session. These are the identifiers saved by the save command. |
Variable Details |
---|
C
|
iglob
|
Q
|
R
|
Z
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon May 9 17:57:03 2005 | http://epydoc.sf.net |