Bessel Function Series – C PROGRAM
In this post we will write a C program to calculate the Bessel Functions of the first kind. We will use the series…
Read MoreIn this post we will write a C program to calculate the Bessel Functions of the first kind. We will use the series…
Read MoreIn the last post, I showed you guys how to calculate and plot the Chebyshev Polynomials of the second kind. And, in the…
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 MoreSecant Method, is a Numerical Technique to find the root of an algebraic or transcendental equation. The root is approximated by drawing secant…
Read MoreIn the last two posts, we got familiar with 2-D arrays, by writing programs, to add/subtract and multiply matrices. In this post we…
Read MoreOne can define matrices in C using 2-D arrays. In this post I will assume, that you are familiar with the concepts of…
Read MoreIn the last post I discussed the concept of arrays in C. One can define matrices in C using 2-D arrays. In this…
Read MoreAn array is a collection of data of the same type. One could imagine them to be a collection of variables of a…
Read MoreCelesse is a Digital Assistant for Scientists and Engineers. It reacts to voice or written commands/queries. Download: Google Play Store: https://play.google.com/store/apps/details?id=com.bragitoff.voiceassistant Celesse is in…
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 More