What is the Newton Raphson Method(NR)? How to find the square root of a number using Newton Raphson method? This method falls in the category of open bracketing methods. It is also called the method of tangents as it determines Read More …
Category: Mathematics
How fixed point method converges or diverges show with an example?
Introduction to fixed-point-method How to find the convergence of fixed point method. One of the numerical methods for solving transcendental equations or algebraic equations is fixed-point (FP) method. This falls in the category of open bracketing methods. Open bracketing methods Read More …
How to determine the inverse of a function give an example?
What is the inverse of a function? How to determine the inverse of a function give an example? As we know that the function can be represented either as an “expression” or in the form of tabular data. That tabular Read More …
what are the open bracketing methods in numerical analysis?
Introduction to open bracket methods what are the open bracketing methods in numerical analysis? Bracketing methods are those methods which continue to converge as your algorithm proceeds. We always need an initial guess while applying the bracketing methods such as Read More …
Design of an interval arithmetic multiplier for digital signal processing
Interval arithmetic multiplier for digital signal processing In this article I have discussed the design of an interval arithmetic multiplier for digital signal processing. Interval methods offer quite new research aspects regarding Digital Signal Processing. In scenarios like finite numeric Read More …
what are the examples of scalar and vector quantities?
Introduction to scalar and Vector quantities what are the examples of scalar and vector quantities? All the physical quantities in our surroundings can be classified either as scalar or vector. For example the speed of light is a scalar quantity. Read More …
How to perform similar matrices transformation?
Introduction to similar matrix and similar matrix transformation How to perform similar matrices transformation? Two square matrices A and B of the same order nxn are said to be similar if there exists an invertible matrix P such that B=P-1AP. Read More …
what is the vector space in linear algebra? vector space example
Introduction to Vector Space what is the vector space in linear algebra? The collection of vectors (V1,V2,V3,…..) are said to form a vector space (V) if the following properties are satisfied For any two vectors u,v that belongs to V, Read More …
Prove that Maclaurin series is the special case of Taylor’s series expansion.
Prove that Maclaurin series is the special case of Taylor’s series expansion. Prove that the Maclaurin series is the special case of Taylor’s series expansion. Taylor’s series is used for finding the value of a function at point ‘x2’ given Read More …
What is the bisection method? Example of Bisection method
What is the bisection method? What is the bisection method? Example of Bisection method. The bisection method is used for finding the roots of transcendental equations or algebraic equations. This is also called a bracketing method as its brackets the Read More …