Section 1.8 Documentation
Sage can do many more mathematical operations. If you want an idea of what Sage can do, check out the Quick Reference Card and the Reference Manual.
1
wiki.sagemath.org/quickref
2
doc.sagemath.org/html/en/reference/
The tutorial is an overview to become familiar with Sage.
3
doc.sagemath.org/html/en/tutorial/
The Sage documentation can be found at this link. Right now, reading the documentation is optional. We will do our best to get you up and running with Sage with this text.
4
doc.sagemath.org/html/en/index.html
You can quickly reference Sage documentation with the
?
operator. You may also view the source code with the ??
operator.