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

How To Plot An Ellipse By Its Equation On Python?

So I have this equation: x^2 + 4*(z+10)^2 = e^(-0.05*z) How cant I plot it using, for example, Mat… Read more How To Plot An Ellipse By Its Equation On Python?

Reducing The Complexity/computation Time For A Basic Graph Formula

I tried to use the basic formula (got it from another SO question), for calculating the max number … Read more Reducing The Complexity/computation Time For A Basic Graph Formula

Fisher's Linear Discriminant In Python

I have the fisher's linear discriminant that i need to use it to reduce my examples A and B tha… Read more Fisher's Linear Discriminant In Python

Difference Between **(1/2), Math.sqrt And Cmath.sqrt?

What is the difference between x**(1/2) , math.sqrt() and cmath.sqrt()? Why does cmath.sqrt() get … Read more Difference Between **(1/2), Math.sqrt And Cmath.sqrt?

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?)

Trying To Get My Python Code To Ask A Set Number Of Questions And Then Stop

At the moment the code runs for an infinite amount of questions and never stops unless you select t… Read more Trying To Get My Python Code To Ask A Set Number Of Questions And Then Stop