Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sympy

Solve Highly Non-linear Equation For X In Python

I am trying to solve the following equation for dB (for simplicity, I stated dB as x in the questio… Read more Solve Highly Non-linear Equation For X In Python

Evaluating The Result Of Sympy Lambdify On A Numpy Mesgrid

I would like to evaluate the output of sympy.lambdify on a numpy mgrid. I tried the following: impo… Read more Evaluating The Result Of Sympy Lambdify On A Numpy Mesgrid

Sympy Error When Using Poly With Sqrt

I have the following code: from sympy import * a = Symbol('a') p = Poly(sqrt(a), domain=QQ)… Read more Sympy Error When Using Poly With Sqrt

How To Define Variable Values Using User Input

I have come across an issue I don't quite know how to solve. I'm trying to use solver to so… Read more How To Define Variable Values Using User Input

Mathematical Equations - Rendering And Evaluation With Python And Qt (and Sympy?)

I am developing a GUI application (in the civil engineering context) with python3 and QT and want t… Read more Mathematical Equations - Rendering And Evaluation With Python And Qt (and Sympy?)

Long Expression Crashes Sympy

I'm using 64-bit Python 3.3.1, pylab and 32GB system RAM. This function: def sqrt2Expansion(lim… Read more Long Expression Crashes Sympy