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

Solving Ode Numerically With Python

I am solving an ODE for an harmonic oscillator numerically with Python. When I add a driving force … Read more Solving Ode Numerically With Python

How Can I Plot Output From A Function Which Returns Multiple Values In Python?

Short intro I'm calculating and plotting spectral energy of planets orbiting pulsar from given … Read more How Can I Plot Output From A Function Which Returns Multiple Values In Python?

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

Is This Correct For Modeling Gravity As A Second Order ODE?

This is my first question on here, so apologies if the formatting is off. I want to model Newton… Read more Is This Correct For Modeling Gravity As A Second Order ODE?

Python & Pygame: Ball Collision With Interior Of Circle

I'm making a game in which balls bounce around the inside of a much larger circle. The larger c… Read more Python & Pygame: Ball Collision With Interior Of Circle

How To Create 'billiard Ball' Reflection Boundary Condition In Python?

According to Erwin Schrodinger (in What is Life?), diffusion can be explained entirely by the rando… Read more How To Create 'billiard Ball' Reflection Boundary Condition In Python?