Introduction to row spaces, columns spaces and null spaces For any given matrix ‘A’ of order mxn, there are three types of spaces associated to them: row(A), col (A), and null (A). These spaces are linked with the solution of Read More …
Category: Mathematics
What are the even and odd functions: Examples

Introduction to even and odd functions In this article you will learn about what are the even and odd functions? In this article we have described with examples to identify either a given function is even or odd. Any function Read More …
How to diagonalize a matrix? Example of diagonalization
Diagonalization of a matrix How to diagonalize a matrix? Example of diagonalization. An nxn matrix A is said to be diagonalizable if there exists an invertible matrix P such that A=PDP–. Procedure for diagonalizing a matrix For diagonalizing a matrix Read More …
What are the Block Matrices?

Introduction to Block Matrices What are the Block Matrices? In matrix multiplication, whenever the order is high and we have some repeated entries in the matrix we prefer to use the concept of block matrices multiplication. In this approach a Read More …
What are the matrices and their types ?
Why do we use linear algebra? What are the matrices and their types ? Linear Algebra is the branch of mathematics in which we study about the all the physical systems that can be modeled as linear systems. Linear algebra Read More …
How to calculate dot product of two vectors in Python?
In math, the speck item or otherwise called the scalar item is an arithmetical activity that takes two equivalent length groupings of numbers and returns a solitary number. Let us given two vectors An and B, and we need to Read More …
How to find the square root of a number using Newton Raphson method?
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 …
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 …