Calculating Value of Pi using Monte Carlo Technique – C PROGRAM
Recently in my Numerical Techniques class I learnt a Monte Carlo technique to calculate the value of Pi . The procedure is really…
Read MoreRecently in my Numerical Techniques class I learnt a Monte Carlo technique to calculate the value of Pi . The procedure is really…
Read MoreOne of the fundamental theorems of probability is the Central Limit Theorem. This theorem says that if is the sum of mutually independent…
Read MoreAcceptance-Rejection method can be used to produce random numbers following a certain probability density function. This is done by generating random numbers following…
Read MoreOkay, so here I am sharing a code for fitting a polynomial to a given set of data-points using the Least Squares Approximation Method(Wikipedia).…
Read MoreIn this post I will be showing you how to write a code that fits the data-points to an exponential function, like: where,…
Read MoreIn this post I am sharing a C program that uses the least-squares approximation (also known as Chi square minimization) to find the…
Read MoreI am posting here the question Paper for the subject: Advanced Numerical Techniques (Theory and Practical) for the IV semester year 2017. The…
Read MoreI am posting here the question papers for the subject: Astronomy and Astrophysics (II) for the IV semester year 2018. The question papers…
Read More[wpedon id=”7041″ align=”center”]
Read MoreI am posting here the question Paper for the subject: Advanced Numerical Techniques (Theory and Practical) for the IV semester year 2018. The…
Read More