Top "Sympy" questions

SymPy is an open source Python library for symbolic mathematics.

How to solve a pair of nonlinear equations using Python?

What's the (best) way to solve a pair of non linear equations using Python. (Numpy, Scipy or Sympy) eg: x+…

python numpy scipy sympy
plus/minus operator for python ±

I am looking for a way to do a plus/minus operation in python 2 or 3. I do not know the …

python numpy scipy sympy
Any way to solve a system of coupled differential equations in python?

I've been working with sympy and scipy, but can't find or figure out how to solve a system of coupled …

python numpy scipy enthought sympy
Python solve equation for one variable

I'm trying to solve an equation in python using SymPy. I have a generated equation (something like function = y(8.0-(…

python solver sympy equations
How to pretty print in ipython notebook via sympy?

I tried pprint, print, the former only prints Unicode version, and the latter doesn't do pretty prints. from sympy import …

python jupyter-notebook jupyter sympy pretty-print
How can I solve system of linear equations in SymPy?

Sorry, I am pretty new to sympy and python in general. I want to solve the following underdetermined linear system …

python math sympy
Using "from __future__ import division" in my program, but it isn't loaded with my program

I wrote the following program in Python 2 to do Newton's method computations for my math problem set, and while it …

python sympy
How to substitute multiple symbols in an expression in sympy?

Assigning a variable directly does not modify expressions that used the variable retroactively. >>> from sympy import Symbol &…

python sympy
Is it possible to plot implicit equations using Matplotlib?

I would like to plot implicit equations (of the form f(x, y)=g(x, y) eg. X^y=y^…

python matplotlib equation implicit sympy
No module named sympy

Hi I'm learning linear algebra with python with an Edx course. (http://nbviewer.ipython.org/github/ULAFF/notebooks/tree/may-14…

python python-2.7 ipython ipython-notebook sympy