Free course on computer-oriented numerical methods: floating point, error analysis, root finding, interpolation, linear systems, integration, ODE solvers.
इस फ़्री कोर्स में, जानें
Number Representation, Floating-Point Arithmetic, and Error Analysis
Equations and Root-Finding Methods
Interpolation Methods
Linear Systems: Direct and Iterative Methods
Numerical Integration (Newton–Cotes Formulas)
Numerical Methods for Ordinary Differential Equations
कोर्स का विवरण
Computer-Oriented Numerical Methods is a free online course in basic studies that builds a practical foundation in numerical methods with a clear computer-focused approach. It helps you understand how numbers are represented in machines, why floating point arithmetic behaves the way it does, and how these details influence accuracy in real computations.
You will explore the core sources of numerical error, including data error, truncation error, round off error, and computational error, then learn how to reason about reliability when solving mathematical problems on a computer. The course introduces key equation types and solution strategies, with emphasis on iterative techniques commonly used in scientific and engineering calculations.
Root-finding methods are covered in depth, including bisection and its variants, regula falsi, secant, and Newton Raphson, giving you multiple tools to handle algebraic and transcendental equations. You then move into interpolation, studying Lagrange interpolation and a range of Newton-based formulas, along with central difference approaches such as Gauss forward and backward as well as Stirling interpolation.
The course also develops techniques for linear systems, including Gauss elimination, Gauss Jordan, and iterative solvers like Jacobi and Gauss Seidel. For numerical integration, you will learn Newton Cotes methods such as the trapezoidal rule, Simpson 1/3, Simpson 3/8, and Weddle rule. Finally, it covers numerical solutions of ordinary differential equations using Euler, Picard, Taylor series, and fourth-order Runge-Kutta methods. Ideal for learners who want a structured, computation-ready path through essential numerical methods.
कोर्स की सामग्री
वीडियो क्लास: Representation of numbers | floating point representation | computer oriented numerical methods12m
अभ्यास: कंप्यूटर मेमोरी में नेगेटिव इंटीजर को बाइनरी में आमतौर पर किस रूप में रिप्रेजेंट किया जाता है?
वीडियो क्लास: Floating point arithmetic | computer oriented numerical methods17m
अभ्यास: Floating-point addition में दो संख्याओं के exponents अलग हों तो पहला मुख्य कदम क्या होता है?
वीडियो क्लास: Errors in numerical method | Data error | truncation error | round off error | computational error15m
अभ्यास: Numerical computation में Error की परिभाषा क्या है?
वीडियो क्लास: Types of equation in numerical method | methods of solution | iterative methods09m
अभ्यास: Numerical methods में equations को transcript के अनुसार मुख्य रूप से कितने प्रकार में बाँटा गया है?
अभ्यास: Bisection method को किस श्रेणी (category) में रखा जाता है?
वीडियो क्लास: Bisection method without initial value given16m
अभ्यास: When the initial interval (x1, x2) is not given in the bisection method, how is a suitable interval first selected for the equation f(x)=x^3−5x+3?