Secant Method – C Program
Secant Method, is a Numerical Technique to find the root of an algebraic or transcendental equation. The root is approximated by drawing secant…
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 MoreIn the last post I discussed and showed you how to write a program that finds the sum of the Sine series(Infinite so…
Read MoreIn the last post I discussed, how to evaluate a Sine series for a given value of upto a certain number of terms.…
Read MoreIn the last post, I discussed about how would one go about calculating the sum of a finite series using C. In this…
Read More