555 Timer IC PIN DIAGRAM
Manas SharmaI’m a physicist specializing in computational material science with a PhD in Physics from Friedrich-Schiller University Jena, Germany. I write efficient codes…
Read MorePhysics Concepts, Physics Questions, Numericals and discussions
Manas SharmaI’m a physicist specializing in computational material science with a PhD in Physics from Friedrich-Schiller University Jena, Germany. I write efficient codes…
Read MoreThe following is the code for evaluating a definite integral of a given function by a Numerical Method called Simpson’s 3/8th Rule. DOWNLOAD:simpson2…
Read MoreAlgebraic and transcendental equations To find the roots of an equation(algebraic or transcendental) by Bisection Method. Links: …
Read MoreHere is the Lab Write Up for a C++ Program to for solving linear differential equations using the Modified Euler’s Method. The Write-Up consists…
Read MoreHere is the Lab Write Up for a C++ Program to for solving linear differential equations using the Euler’s Method. The Write-Up consists of…
Read MoreHere is the Lab Write Up for a C++ Program to determine the dominant Eigen Value and it’s corresponding Eigen Vector for a…
Read MoreHere is the Lab Write Up for a C++ Program for fitting a given set of data points to an exponential function. The…
Read MoreHere is the Lab Write Up for a C++ Program for Gauss-Seidel Iterative Method to solve a System of Linear Equations. The Write-Up…
Read MoreHere is the Lab Write Up for a C++ Program for fitting a given set of data to a Polynomial of n-th degree.…
Read MoreRun the code online here: https://onlinegdb.com/N-6KusNbR Code: Run the code online here: https://onlinegdb.com/N-6KusNbR Sample output Exact (ideal) solution Explaination of the code: Manas…
Read More