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

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