Is there any difference between 2-D array and matrix | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there any difference between 2-D array and matrix

20th Feb 2021, 11:09 AM
Divyam Singh
Divyam Singh - avatar
2 Answers
+ 5
As far as I know (or atleast in numpy). 1-D array ---> Vector 2-D array ---> Matrix """ The two dimensional (2D) array in C programming is also known as matrix. A matrix can be represented as a table of rows and columns. """ https://www.italki.com/post/question-416020?hl=en
20th Feb 2021, 11:12 AM
noteve
noteve - avatar
+ 3
Matrix is a methematical object and 2-D array is a data structures which you can use to represent that object in computer
20th Feb 2021, 11:59 AM
Arsenic
Arsenic - avatar