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

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?

Adding Wxpython Gui Elements In A Pygame Physics Simulation

I have made a pygame physics simulation--'a projectile motion' but it lacks interactivity l… Read more Adding Wxpython Gui Elements In A Pygame Physics Simulation

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

Using Scherrer Equation For Calculating The Grain Size

I'm trying to calculate the grain size by Scherrer equation but I have stuck in FWHM. import n… Read more Using Scherrer Equation For Calculating The Grain Size

How To Solve A Simple Boundary Value Problem For TISE On Python

I am trying to solve the TISE for an infinite potential well V=0 on the interval [0,L]. The exercis… Read more How To Solve A Simple Boundary Value Problem For TISE On Python

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