Vector Space Definition in Linear Algebra 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 Read More …
Tag: real numbers
Representation of Floats in Single Precision

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 …