Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aktech/sympy-tutorial
SymPy Presentation :movie_camera:
https://github.com/aktech/sympy-tutorial
Last synced: 29 days ago
JSON representation
SymPy Presentation :movie_camera:
- Host: GitHub
- URL: https://github.com/aktech/sympy-tutorial
- Owner: aktech
- Created: 2015-07-14T10:15:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T05:39:47.000Z (over 8 years ago)
- Last Synced: 2024-10-03T12:37:31.223Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage: http://iamit.in/sympy-tutorial/
- Size: 4.82 MB
- Stars: 36
- Watchers: 10
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SymPy at FOSSASIA 2016
Presentation for SymPy workshop at FOSSASIA 2016
* Website Link: http://iamit.in/sympy-tutorial/
## About SymPy
SymPy is a pure Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external library.
## SymPy Tutorial for FOSSASIA 2016
This is the tutorial that Amit Kumar will be giving at FOSSASIA 2016 for SymPy.
In this tutorial we will introduce attendees to SymPy, a computer aided algebra system (CAS) written in Python. We will show basics of constructing and manipulating mathematical expressions in SymPy, the most common issues and differences from other computer algebra systems, and how to deal with them. In the last part of this tutorial, we will show how to solve practical problems with SymPy. This will include showing how to interface SymPy with popular numeric libraries like NumPy.Attendees will take home an introductory level understanding of SymPy. This knowledge should be enough for attendees to start using SymPy for solving mathematical problems and hacking SymPy's internals (though hacking core modules may require additional expertise).
## Speaker Info
* [Amit Kumar](https://github.com/aktech), a student of Delhi Technological University, GSoC-cer at SymPy.