orgMINT / MINT

MINT2 The latest version of MINT
GNU General Public License v3.0
16 stars 3 forks source link

Incorrect terminology for array - change to vector #35

Open SteveJustin1963 opened 2 weeks ago

SteveJustin1963 commented 2 weeks ago

Incorrect terminalology for array - change to vector

A vector as a list that has one dimension. ` [1 2 3 4 5] a! ! // It is a row of data.

An array is a list that is arranged in multiple dimensions. A two-dimensional array is a vector of vectors that are all of the same length, but width can vary.

We dont have this feature in MINT but would look like this https://github.com/SteveJustin1963/MINTX.