Book Image

Sage Beginner's Guide

By : Craig Finch
1 (1)
Book Image

Sage Beginner's Guide

1 (1)
By: Craig Finch

Overview of this book

Table of Contents (17 chapters)
Sage Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using the notebook interface


All of the examples in this chapter were written using the notebook interface. I highly recommend using the notebook for performing symbolic calculations. The show function (or method) generates nicely formatted output that is much easier to read than the text representation that you get on the command line.

Tip

Calling Maxima directly

Sage uses Maxima , an open-source computer algebra system, to handle many symbolic calculations. You can interact directly with Maxima from a Sage worksheet or the interactive shell by using the maxima object. For a complete tutorial with many examples, see http://www.sagemath.org/doc/reference/sage/interfaces/maxima.html.