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

Swap 2 Values Of 2 Variables Without Using A Third Variable; Python

So, a friend of mine asked how my python programming was coming; I said I was learning a lot and th… Read more Swap 2 Values Of 2 Variables Without Using A Third Variable; Python

Python3 Strange Float Rounding

Can someone explain me why i do not get 166.9 (i know there is a round() function) i just would lik… Read more Python3 Strange Float Rounding

How Do I Make A Function To Draw Arcs Inside A Matrix?

I need to make a function/method that draws arcs inside a matrix. I would use 1s as points that sha… Read more How Do I Make A Function To Draw Arcs Inside A Matrix?

Calculate Antilog In Python? Np.exp / Math.exp Doesn't Work

I have an array of log values temp= [4,4.05......9] These are actually from 10^4 to 10^9 for exampl… Read more Calculate Antilog In Python? Np.exp / Math.exp Doesn't Work

Is There Any Way To Get The Step-by-step Solution In Sympy?

Is there any way to get the step-by-step solution in SymPy? For example: x**2-5 = 4 step 1 x**2-5… Read more Is There Any Way To Get The Step-by-step Solution In Sympy?

Math Domain Error In Python When Using Log

Here is what I am writing: >>> import math >>> 2/3*math.log(2/3,2) Here is the e… Read more Math Domain Error In Python When Using Log