What is a matrix? Explain its uses with an example
Matrix is a way to store data in an organized form in the form of rows and columns. Matrices are usually used in computer graphics to project 3-dimensional space into a 2-Dimensional screen.Matrices in the form of arrays are used to store data in an organized form.
What is a matrix? Explain its uses with an example
A matrix is arepresentatio of certain rows and columns, to persist homogenius data. It can also be called as double-dimensional array.
Uses:
-To represent class hierarchy using Boolean square matrix
- For data encryption and decryption
- To represent traffic flow and plumbing in a network
- To implement graph theory of node representation
No comments:
Write Comments