Skip to content

Tag: sympy

Graphing Inequalities in python

I’m looking to create a program that will randomly generate lines (that are inequalities) and that will show the area that satisfies the constraints. I don’t mind which libraries are used so feel free to use sympy, numpy etc I will show my current code but this just fills the area between 2 lines …

SymPy returns wrong solution of a nonlinear ODE?

I am trying to solve the ODE of the frictional free fall: I think the solution might be wrong. I believe it should be the reciprocal of the returned expression. Therefore, if I try to find the value of the constant for an initial condition of rest (v(0) = 0), I get no real solutions: As a consequence, if I

sympy matplolib piecewise TypeError?

matplotlib TypeError? Please tell me the difference. i want to use plt.plot OK Error.why? raise TypeError(“can’t convert expression to float”) TypeError: can’t convert expression to float (ref) Sympy issues with plotting a piecewise function sympy piecewise:How can I plot a piecewise f…

Sympy calculation on tan function

I have a problem when simplifying a symbolic expression in sympy when having a trigonometric function and a complex exponent, namely I just assumed a different definition of tan function, and I have a weird thing going on. So I do: Symbolic variable sym.simplify(test2) is equal to -tan(a) and normaly test1 va…