CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download

Sage Reference Manual

Project: SageManifolds
Views: 717109
1
********
2
Contents
3
********
4
5
Welcome to Sage's Reference Manual!
6
7
This manual is a thematic index of all of `Sage's <http://www.sagemath.org/>`_
8
features. It also contains many examples that illustrate their use, all of them
9
systematically tested with each release.
10
11
Enjoy Sage!
12
13
User Interface
14
==============
15
16
* :doc:`Command Line Interface (REPL) <repl/index>`
17
* :doc:`Web Notebook <notebook/index>`
18
19
Graphics
20
========
21
22
* :doc:`2D Graphics <plotting/index>`
23
* :doc:`3D Graphics <plot3d/index>`
24
25
Mathematics
26
===========
27
28
Parents, Elements and Categories
29
--------------------------------
30
31
* :doc:`Basic Infrastructure <structure/index>`
32
* :doc:`Coercion <coercion/index>`
33
* :doc:`Categories <categories/index>`
34
35
Standard Algebraic Structures
36
-----------------------------
37
38
* :doc:`Monoids <monoids/index>`
39
* :doc:`Groups <groups/index>`
40
* :doc:`Semirings <semirings/index>`
41
* :doc:`Rings <rings/index>`
42
* :doc:`Algebras <algebras/index>`
43
44
Standard Rings and Fields
45
-------------------------
46
47
* :doc:`Integers, Rationals, etc. <rings_standard/index>`
48
* :doc:`Real and Complex Numbers <rings_numerical/index>`
49
* :doc:`Finite Rings and Fields <finite_rings/index>`
50
* :doc:`Polynomials <polynomial_rings/index>`
51
* :doc:`Formal Power Series <power_series/index>`
52
* :doc:`Algebraic Number Fields <number_fields/index>`
53
* :doc:`Function Fields <function_fields/index>`
54
* :doc:`p-Adic Numbers <padics/index>`
55
* :doc:`Quaternion Algebras <quat_algebras/index>`
56
57
Linear Algebra
58
--------------
59
60
* :doc:`Matrices and Spaces of Matrices <matrices/index>`
61
* :doc:`Vectors and Modules <modules/index>`
62
* :doc:`Tensors on free modules of finite rank <tensor_free_modules/index>`
63
64
Discrete Mathematics
65
--------------------
66
67
* :doc:`Combinatorics <combinat/index>`
68
* :doc:`Graph Theory <graphs/index>`
69
* :doc:`Quivers <quivers/index>`
70
* :doc:`Matroid Theory <matroids/index>`
71
* :doc:`Discrete Dynamics <dynamics/index>`
72
* :doc:`Coding Theory <coding/index>`
73
* :doc:`Game Theory <game_theory/index>`
74
75
Calculus
76
--------
77
78
* :doc:`Symbolic Calculus <calculus/index>`
79
* :doc:`Mathematical Constants <constants/index>`
80
* :doc:`Elementary and Special Functions <functions/index>`
81
82
Geometry and Topology
83
---------------------
84
85
* :doc:`Combinatorial Geometry <geometry/index>`
86
* :doc:`Cell Complexes and their Homology <homology/index>`
87
* :doc:`Differential Forms <tensor/index>`
88
* :doc:`Manifolds <manifolds/index>`
89
* :doc:`Parametrized Surfaces <riemannian_geometry/index>`
90
91
Number Theory, Algebraic Geometry
92
---------------------------------
93
94
* :doc:`Diophantine approximation <diophantine_approximation/index>`
95
* :doc:`Quadratic Forms <quadratic_forms/index>`
96
* :doc:`L-Functions <lfunctions/index>`
97
* :doc:`Schemes <schemes/index>`
98
* :doc:`Elliptic, Plane, and Hyperelliptic Curves <plane_curves/index>`
99
* :doc:`Arithmetic Subgroups of SL_2(Z) <arithgroup/index>`
100
* :doc:`General Hecke Algebras and Hecke Modules <hecke/index>`
101
* :doc:`Modular Symbols <modsym/index>`
102
* :doc:`Modular Forms <modfrm/index>`
103
* :doc:`Modular Forms for Hecke Triangle Groups <modfrm_hecketriangle/index>`
104
* :doc:`Modular Abelian Varieties <modabvar/index>`
105
* :doc:`Miscellaneous Modular-Form-Related Modules <modmisc/index>`
106
107
Logic
108
-----
109
110
* :doc:`Symbolic Logic <logic/index>`
111
* :doc:`SAT solvers <sat/index>`
112
113
Probability and Statistics
114
--------------------------
115
116
* :doc:`Probability <probability/index>`
117
* :doc:`Statistics <stats/index>`
118
* :doc:`Quantitative Finance <finance/index>`
119
120
Miscellaneous
121
-------------
122
123
* :doc:`Cryptography <cryptography/index>`
124
* :doc:`Optimization <numerical/index>`
125
* :doc:`Databases <databases/index>`
126
* :doc:`Games <games/index>`
127
128
Programming
129
===========
130
131
* :doc:`Data Structures <data_structures/index>`
132
* :doc:`Utilities <misc/index>`
133
* :doc:`Test Framework <doctest/index>`
134
* :doc:`Parallel Computing <parallel/index>`
135
136
Interfaces
137
----------
138
139
* :doc:`Interpreter Interfaces <interfaces/index>`
140
* :doc:`C/C++ Library Interfaces <libs/index>`
141
142
General Information
143
===================
144
145
* :doc:`History and License <history_and_license/index>`
146
* :ref:`genindex`
147
* :ref:`modindex`
148
* :ref:`search`
149
150
This work is licensed under a `Creative Commons Attribution-Share Alike
151
3.0 License`__.
152
153
__ http://creativecommons.org/licenses/by-sa/3.0/
154
155