Md Khaled Bin Johajoha546.hashnode.dev·Jun 25, 2024Sources of Error - Round-off Error & Truncation ErrorIntroduction While solving Engineering, Scientific, Mathematical Modeling Problems error can be arise due to several factors. The error may be in the modeling technique Errors may arise from mistakes in programs themselves or measurement of physica...Numerical Methods For Engineers & Scientists#numerical-methods
Md Khaled Bin Johajoha546.hashnode.dev·Jun 24, 2024Numerical Methods - Introduction and Quantifying ErrorsIntroduction Numerical Methods are techniques to approximate mathematical processes like Integrals, Differential Equations, Nonlinear Equations. Approximations are needed because we cannot solve the procedure analytically, such as the standard normal...Numerical Methods For Engineers & Scientists#numerical-methods
Cup of Solutionblog.pritamguha.com·Dec 8, 2023Python(Part - 3):Getting Started with Python Data TypesIntroduction: In programming, data types are like labels that tell the computer how to interpret and manipulate data. Data types are defined for all the variables. Data types are classes, and variables are instances. Every data type has another kind ...40 readsPython
Pietro Zanottaamm.zanotp.com·Jul 17, 2023Numerical methods for ODEsIn mathematics, an ordinary differential equation (ODE) is a type of differential equation whose definition and analysis rely exclusively on a single independent variable. The solution of an ODE is no different from the solution of any other differen...10 likes·53 readsMathematics