Python Matrix
Jump to navigation
Jump to search
A Python Matrix is a matrix data structure that is a Python array.
- Context:
- It can range from being a 2-Dimensional Python Matrix, to being a Multi-Dimensional Python Matrix.
- Example(s):
- Counter-Example(s):
- a Pandas Data Frame.
- an R Matrix.
- a Python Vector.
- See: NumPy, SciPy.