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

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

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

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

Fat Band Using Matplotlib In Python

I would like to plot a line with varying thickness using matplotlib in python. To be clearer, I hav… Read more Fat Band Using Matplotlib In 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?

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