Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagelib
Path: blob/master/sage/interacts/all.py
4045 views
1
"""
2
Interacts included with sage
3
4
AUTHORS:
5
6
- Harald Schilly (2011-01-16): initial version (#9623) partially based on work by Lauri Ruotsalainen
7
8
"""
9
10
#*****************************************************************************
11
# Copyright (C) 2011 Harald Schilly <[email protected]>
12
#
13
# Distributed under the terms of the GNU General Public License (GPL)
14
# as published by the Free Software Foundation; either version 2 of
15
# the License, or (at your option) any later version.
16
# http://www.gnu.org/licenses/
17
#*****************************************************************************
18
19
20
import calculus
21
import geometry
22
import statistics
23
import fractals
24
import algebra
25
from library import demo
26
27