{% extends "base.html" %} {% block title %}Sign in{% endblock %} {% block body %}

{% if welcome %}

Congratulations {{ welcome }}! You can now sign into the Sage Notebook.

{% endif %} Sage is a different approach to mathematics software.

The Sage Notebook
With the Sage Notebook anyone can create, collaborate on, and publish interactive worksheets. In a worksheet, one can write code using Sage, Python, and other software included in Sage.

General and Advanced Pure and Applied Mathematics
Use Sage for studying calculus, elementary to very advanced number theory, cryptography, commutative algebra, group theory, graph theory, numerical and exact linear algebra, and more.

Use an Open Source Alternative
By using Sage you help to support a viable open source alternative to Magma, Maple, Mathematica, and MATLAB. Sage includes many high-quality open source math packages.

Use Most Mathematics Software from Within Sage
Sage makes it easy for you to use most mathematics software together. Sage includes GAP, PARI/GP, Maxima, and Singular, and dozens of other open packages.

Use a Mainstream Programming Language
You work with Sage using the highly regarded scripting language Python. You can write programs that combine serious mathematics with anything else.
Sign into the Sage Notebook v{{ sage_version }}

{% if username_error %} {% endif %} {% if password_error %} {% endif %}
Username:
Error:Username is not in the system
Password:
Error:Wrong password
Remember me
 



{% if accounts %} Sign up for a new Sage Notebook account {% endif %}


Browse published Sage worksheets
(no login required)



{% if recovery %} Forgot password {% endif %}
{% endblock %}