C programming Tutorial - learn basic of C language: Introduction Before we start , it would be interesting to find out what really is C and why we need any programming language . A programming language is a set of instruction for d…
Table of Content What is Python ? The Python programming language is one of the fastest growing and most in-demand programming languages today. Python is often used as a secondary or supplementary language, but it's al…
Arithmetic Progression through Python What is Arithmetic progression? A sequence a 1 , a 2 , a 3 ,…, a n ,… is called arithmetic sequence or arithmetic progression if a n + 1 = a n + d, n ∈ N, where a 1 is called the first term and th…
Plot of sin , cos and tan graph using Python : In trigonometry , we always hear about sin , cos and tan function also sin is start from zero and cos is start from 1 and ranging and tan function that starts from zero and ranging…
Plot the following function with energy at different temperature, (a) Maxwell-Boltzmann Distribution , (b) Fermi-Dirac distribution , (c) Bose-Einstein distribution . In the realm of statistical mechanics, three significant distributions—Maxwell-Bolt…
Plot Planck’s law for Black Body radiation and compare it with Raleigh-Jeans Law at high temperature and low temperature using Python : Planck's Law: Planck's law, also known as Planck's radiation law, is a theoretical formula that des…