Representation of floats in computer system In this article I have discussed about how to represent floats in computer system? Real numbers are stored as floats in computer system. The more bit size will provide us larger range of numbers Read More …
Category: Mathematics
Number System Conversions – Briefly Explained
Number System Conversions – Briefly Explained We deal with different kinds of numbers throughout our life. Besides their use in calculations, some numbers carry our identity and other kinds of information as well. On the other hand, technology that is Read More …
Implementation of SVD ins Machine Learning

What is Singular Value Decomposition? In this article we have discussed about Implementation of SVD ins Machine Learning. SVD, singular value decomposition is one of the methods of dimension reduction. In the field of machine learning, dimension reduction has become Read More …
Standard Deviation (Sample & Population) Explained With Examples

In this article I have discussed about Standard deviation (Sample & Population) explained with examples. Standard deviation is a statistical topic. It is usually found by taking the square root of the variance. In statistical analysis, the standard deviation is Read More …
What are the Maxima and Minima of a Function?

What is the maxima of a function? What are the Maxima and Minima of a Function? The maxima of a function is the highest point on the graph of the function. In other words, it is the point at which Read More …
How to find the basis of a vector space V?
How to find the basis of a vector space? How to find the basis of a vector space V? In order to find the basis of a vector space , we need to check two properties: The vectors should be Read More …
How to solve system of linear equations in Linear Algebra?

Introduction to Linear system of equations How to solve system of linear equations in Linear Algebra? A linear equation in n variables x1,x2,x3,…..xn is an equation that can be written in the form of where b and coefficients are real Read More …
How to Find the Eigen Values and Eigen Vectors? Example

Introduction to eigen values and eigen vectors How to Find the Eigen Values and Eigen Vectors? explain with examples Eigen Values and Eigen Vectors has a great significance in many engineering problems specially in case of linear systems where we Read More …
Use of MATLAB Software for Linear Algebra

Introduction Use of MATLAB Software for Linear Algebra. With a focus on complex arithmetic problem and the unambiguous concept of line algebra, this paper discusses the introduction of MATLAB software in algebra teaching and describes the practical steps and results Read More …
What is the Gram Schmidt Procedure? Explanation and Example

Since, by applying head to tail rule on the vectors components, we can generate the original vector A. After that we need to find the projections of one vector to another vector. This projection is subtracted from the other vector and hence these two vectors become orthogonal.
So, for two vectors A and B lets say we want to generate a new set of vectors W and Y that will be orthogonal to each other. We will assume