1. Help Center
  2. Python Programming

What Is the Difference Between Matrices and Arrays?

A matrix comes from linear algebra and is a two-dimensional representation of data
It comes with a powerful set of mathematical operations that allow you to manipulate the data in interesting ways
 
An array is a sequence of objects of similar data type
An array within another array forms a matrix