Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 357 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 357 Bytes

Array-Manipulation

Basic Array Manipulation. Arrays are sequences of numerical data, with each element having the same underlying data type – integers, real (floating point) numbers, or complex numbers. ... These arrays can be multi-dimensional, have their dimensionality change dynamically, an can be sliced (subsets of elements taken).

Updated - ZAK