Skip to main content

Matrix of Numbers

 A matrix is an arrangement of numbers. The numbers are arranged in rows and columns. 

An example of a matrix is as:

_____________________________

_____________________________

                       col1             col2    

______________________________

row1               4                     5

_______________________________

row2                7                     9

_______________________________

_______________________________


The first element ( 4 ) of the  matrix is the element of the first row and first column. Similarly the last element ( 9 ) of the matrix is the element of the last row and last column. 

The number of rows in a matrix may be equal, or unequal to the number of columns. 

We can say that matrix is such a structure that helps us to place numbers. These  numbers are properly placed inside the structure. Yes, matrix is a compartment that can provide shelter to numbers.

The arrangement of a matrix is helpful for analysis of numbers. We can refer to the numbers of a matrix easily. 

Each element of a matrix has a particular address. We can call this address of the element  as its identification mark. To know the address of a matrix element, we just have to discover the row-number and column-number.

Indeed matrix is a collection. The collection is of numbers. The presence of a collection of numbers requires seriousness. 

Most of the time we solve problems that are based on two, or three numbers. It is found that we find it difficult to solve problems based on several numbers.  For us, matrix is an assembly of numbers.

Today we are in the Computer age.The Computer is a processor of big size problems. Handling of several numbers is considered to be easy for Computers. 

So, we can say that the matrix is a suitable structure for a Computer to handle. The Computer can perform calculations by using the numbers present in the matrix.

Row and column based design of a matrix  makes it more suitable for being processed by a Computer.

Comments

Popular posts from this blog

Interface Message Processor ( IMP )

Interface Message Processor ( IMP ) is a special purpose Computer. The Processor plays a vital role in Host-to-Host communication. IMP is placed between Host Computers.  IMP helps Hosts to exchange information. IMPs ( Interface Message Processors ) form a group. The group dedicates itself towards reliable transmission of Packets. _________________________ Note: An Interface Message Processor can be supposed to have a face. Firstly this supposed face of IMP is in the direction of the first Host, which sends the  message. Secondly, this face is turned towards the other Host.  Now, the IMP,  with its face turned around, communicates with this other Host.  Transformed message from IMP is communicated to this Host. __________________________ Message ( a piece of information ) sent from the Host ( source of information  ) is transformed into Packets. Transformation of the message into Packets is performed by an IMP. These Packets are forwarded to the receiver H...

Understanding Distribution

Distributed presence means that more than one object is there. Also, these objects are situated at more than one location.  One object may establish communication with another object. The first object may deliver some message. The message can be received by another object. It can be said that object distribution is successful, as one object has succeeded in delivering a message. The second object has successfully received the message. Two objects are at a distance. Communication brings them closer. The successful communication has served to highlight that the idea of distribution is meaningful. Distribution helps exchange of information. Many different objects can form a group.  Two groups can occupy different locations.  It may happen that at a particular location there are several objects. But, all these objects talk among themselves.They talk among themselves and make things happen.  There is a resultant of this talk process. All the communicating objects  at...

Message Switching

Message is a piece of information. Switching means movement.  In a Network there are a number of nodes. Nodes are vital junctions of a Network. Message Switching means transmission from one node ( one point ) of a Network to another node ( another point ). So, transmission is from point to point. Transmission from one point to another point is a single hop ( jump ). Message Switching means switch over of a Message. In one step of Message Switching,  Message switches over from one node to another.  The two nodes involved in a Switching operation are on the same Network. It cannot be that the beginning node ( source node) is on one Network and the second node ( sink node ) is on a different Network. In a point to point ( one junction to another junction ) transmission, a Message travels a part of its journey. Message moves from previous point to next point. The Network is Point-to-Point Network. A Switching activity means movement of a message. Indeed, the Message has mov...