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

Sine Wave That Exponentialy Changes Between Frequencies F1 And F2 At Given Time/amount Of Samples

I'm trying to implement Python method that generates sine wave, which ramps up between two freq… Read more Sine Wave That Exponentialy Changes Between Frequencies F1 And F2 At Given Time/amount Of Samples

Looking For A Specific Combination Algorithm To Solve A Problem

Let’s say I have a purchase total and I have a csv file full of purchases where some of them make u… Read more Looking For A Specific Combination Algorithm To Solve A Problem

Variable Changes Without Being Touched

I'm quite new to Python but this is strange. So, I have a matrix (a list of lists) and I pass i… Read more Variable Changes Without Being Touched

Separating Axis Theorem And Python

This is what I am currently doing: Creating 4 axis that are perpendicular to 4 edges of 2 rectangle… Read more Separating Axis Theorem And Python

Parseval's Theorem In Python

I'm trying to get some grip on Python's fft functionality, and one of the weird things that… Read more Parseval's Theorem In Python

Ignore Imaginary Roots In Sympy

I'm using sympy to solve a polynomial: x = Symbol('x') y = solve(int(row['scaleA… Read more Ignore Imaginary Roots In Sympy