We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Symbolic Computation with Python using SymPy

Formale Metadaten

Titel
Symbolic Computation with Python using SymPy
Serientitel
Anzahl der Teile
43
Autor
Mitwirkende
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
ProduktionsortErlangen, Germany

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
What is 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. What will you learn in it? Want to solve your basic to advanced class symbolic mathematical problems? If yes, then you have come to the right place. - How to install and configure this Python module? - Basics of constructing and manipulating mathematical expressions in SymPy. - We will also discuss the most common issues and differences from other computer algebra systems, and how to deal with them. In the remaining part of this tutorial we will show how to solve mathematical problems with SymPy.