Alpha-Fe2O3 Synthesis by Sol-Gel Technique and Characterization [LAB MANUAL]
This semester, in the Nanoscience Lab, I was required to prepare alpha-Fe2O3(Hematite) by sol-gel method for my first experiment. This was a great…
Read MoreThis semester, in the Nanoscience Lab, I was required to prepare alpha-Fe2O3(Hematite) by sol-gel method for my first experiment. This was a great…
Read MoreRunge-Kutta Method is a numerical technique to find the solution of ordinary differential equations. The second-order Runge-Kutta method uses the following formula: The…
Read MoreQuantum Espresso is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modelling at the nanoscale. It is based on…
Read MoreSpherical Bessel Functions of the first kind of order n can be written in the integral form as follows: Using the Simpson’s Method…
Read MoreIn my previous posts, I showed you guys how to write C programs for various Numerical Integration Techniques, like Trapezoidal Rule, and Simpson’s…
Read MoreEuler Method is a Numerical technique used to solve ordinary differential equations. In this post I will show you how to write a…
Read MoreSimpson’s 3/8th Rule is a Numerical technique to find the definite integral of a function within a given interval. It’s so called because…
Read MoreI have already discussed about how to write C Programs for various Numerical Root Finding Methods like, Bisection Method, Secant Method and the…
Read More