Plot Bessel function of first kind of order and second kind of order Bessel functions , first defined by the mathematician Daniel Bernouli and generalized by Friedrich Bessel. More on wikipedia . In python,to plot Bessel functio…
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…
Graphical Representation of Legendre Polynomial using Python: Algorithm: Importing necessary libraries such as math to get factorial value , numpy for array creation and matplotlib.pyplot for plotting the graph . Define Legendre function with parame…