What is Matrix or Matrices? How to Read a Matrix?
A matrix is like a table or box with rows and columns that hold numbers.
So, What is Row and What is Column?
Lets take the below Excel table for Example:
Look at the Table.
You can see Number 1, 2, 3, 4, 5, 6, 7 - Those are all called Rows.
You can see Serial Number, Product, Quantity, Price, Seles - Those are all Called Columns.
This Method is used in your School Math Tables, Excel Table, SQL table and every other Table..
This is the Proper Method to store data, so a computer can understand the data and it will be easier to Search the data or Create a Visualization from the data.
How you read the Row 1, You have to read as Serial Number, Product, Quantity, Price and Sales
How you read the Row 2, You have to read as 1, Product 1, 5, 25, 125.
You will always read a Row from Left to Right.
Now, How you will read the Column A, you have to read as Serial Number, 1, 2, 3, 4, 5
You will always read a Column from Top to Bottom.
Now, the same way you will read this Matrix.
These Values / Numbers are called elements of the matrix. You can use matrices to store data, solve equations, or represent real-world problems in math, computer science, and data analysis.
So, What is Matrix vs Matrices?
When you have a Single Matrix table, it is called Matrix. You have more than one Matrix table, then it is called Matrices.
Comments
Post a Comment