X-Ray Diffraction (XRD) Pattern Simulator [C Program] Ver. 2 [Tutorial]
This is the third and the final post on my series on writing a Powder XRD pattern (diffractogram) simulator from scratch using C.…
Read MoreRandom Programs in C
This is the third and the final post on my series on writing a Powder XRD pattern (diffractogram) simulator from scratch using C.…
Read MoreThis is the second post in the series of my posts on how to write an XRD Pattern simulator using C. In the…
Read MoreIf you follow my blog, then you’d probably remember how I tried to write a powder X-Ray diffraction (XRD) pattern simulator quite a…
Read MoreI have recently written a post that calculates the determinant of a given square matrix using the Gaussian elimination technique. In the last…
Read MoreA Hilbert matrix is defined as: where and Example: In this post I have written a code that generates Hilbert matrices using C…
Read MoreGaussian Legendre quadrature/ Gauss-Legendre quadrature is a numerical technique used to calculate the definite integral of a function. This is done by evaluating…
Read MoreIn this post I will show you how to calculate and plot the Chebyshev Polynomials of the second kind using a C Program…
Read MoreIn one of my posts on C Programming, I showed, how to calculate the Factorial of a number. In this post we will…
Read MoreHarshad(or Niven) Numbers are those integers who are who are divisible by the sum of their digits. The following program prints the Harshad…
Read MoreIn this post I show you how to write a C program that finds the roots(both real and complex) of a quadratic equation.…
Read More