SymPy: Symbolic computing in Python
(1)
,
(2)
,
(3)
,
(4)
,
(5)
,
(3)
,
(6)
,
(7)
,
(8)
,
(9)
,
(10)
,
(11)
,
(12)
,
(13)
,
(14)
,
(15)
,
(15)
,
(16)
,
(17)
,
(18, 19, 13)
,
(20, 21)
,
(22)
,
(23)
,
(10)
,
(24)
,
(25)
,
(1)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Sergiu Ivanov
- Function : Author
- PersonId : 752542
- IdHAL : sergiu-ivanov
- ORCID : 0000-0002-1537-6508
- IdRef : 191283711
Abstract
SymPy is an open source computer algebra system written in pure Python. It is built with a focus on extensibility and ease of use, through both interactive and programmatic applications. These characteristics have led SymPy to become the standard symbolic library for the scientific Python ecosystem. This paper presents the architecture of SymPy, a description of its features, and a discussion of select domain specific submodules. The supplementary materials provide additional examples and further outline details of the architecture and features of SymPy.