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

Optimizing Gravitation Calculation For Particles In A Zero Gravity 2d Space

I've have created a small visualisation of particles in python. I'm caclulation the movemen… Read more Optimizing Gravitation Calculation For Particles In A Zero Gravity 2d Space

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?

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?

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