Section 1.8 Documentation
Sage offers a wide range of features. To explore what Sage can do, check out the Quick Reference Card and the Reference Manual for detailed information.
1
wiki.sagemath.org/quickref
2
doc.sagemath.org/html/en/reference/
The tutorial offers a useful overview for getting familiar with Sage and its functionalities.
3
doc.sagemath.org/html/en/tutorial/
You can find Sage documentation at the official website. At this stage, reading the documentation is optional, but we will guide you through getting started with Sage in this book.
4
doc.sagemath.org/html/en/index.html
To quickly reference Sage documentation, use the
?
operator in Sage. This can be a useful way to get immediate help with functions or commands. You can also view the source code of functions using the ??
operator.