C Program to find the sum of a Finite Series – Tutorial
Finding the sum of a series(finite or infinite) is a crucial part of computational mathematics. Many mathematical functions can be simply expressed in…
Read MoreFinding the sum of a series(finite or infinite) is a crucial part of computational mathematics. Many mathematical functions can be simply expressed in…
Read MoreHematite (α-Fe2O3) is one of the most important, stable, non-toxic, nature-friendly and corrosion-resistant metal oxides. Hematite crystallizes in the rhombohedral lattice system, and…
Read MoreIn this post I will show you how to calculate and plot the Lissajous Curves using C and Gnuplot. We will use the…
Read MoreIn this post I will show you how to calculate and plot the Spehrical Bessel Functions () of the first kind using C…
Read MoreGnuplot is a portable command-line driven graphing utility for Linux and other OS. C and Gnuplot can be used to plot complex functions.…
Read MoreOne might need to work with periodic functions in C for several reasons. Periodic functions are an important class of functions with numerous…
Read MoreThe following are some of the frequently asked questions regarding X-ray diffraction(XRD) technique. What is the principle behind X-ray crystallography? A. The main…
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 MoreFactorial is defined for a positive integer, n, as the product of all the integers from 1 to n. Factorial of n is…
Read More