Post Reply 
SIZE()
06-25-2015, 05:20 AM (This post was last modified: 06-25-2015 05:24 AM by Angus.)
Post: #17
RE: SIZE()
M1:=5; //-->[[5]] *****
M1+M1; //-->[[10]] not [25] (or [10] )
DOT(M1,M1); //--> Error: Invalid dimension

M1:=[5]; //-->[5] *****
M1+M1; //-->[10];
DOT(M1,M1); //25


and finally:

M1:=[1 2];
M2:=[[1 2]];
M3:=TRN(M2); //!!!!
M1+M2; //Error: Invalid dimension
M1+M3; //Error: Invalid dimension



M1:=[1 2 3];
TRN(M1); //-->> [[1
2
3]] //transose of vector.....now matrix.

I have heard of line or column vectors in former days.
you see?

What makes a vector different from a one dimensional matrix?

For the prime it is. Just because of internal types? They are even created by the same Matrix-Tool.
I tried it a last time. I think you won't see my point again (or at least it was not referred), but I wanted to try it.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
SIZE() - Angus - 06-23-2015, 10:39 AM
RE: SIZE() - Tim Wessman - 06-23-2015, 02:41 PM
RE: SIZE() - Angus - 06-24-2015, 08:17 AM
RE: SIZE() - Didier Lachieze - 06-24-2015, 08:37 AM
RE: SIZE() - Gerald H - 06-24-2015, 08:43 AM
RE: SIZE() - DrD - 06-24-2015, 11:45 AM
RE: SIZE() - Angus - 06-24-2015, 09:23 AM
RE: SIZE() - Gerald H - 06-24-2015, 10:35 AM
RE: SIZE() - Gerald H - 06-24-2015, 10:36 AM
RE: SIZE() - Angus - 06-24-2015, 10:55 AM
RE: SIZE() - Gerald H - 06-24-2015, 11:17 AM
RE: SIZE() - Gerald H - 06-24-2015, 12:13 PM
RE: SIZE() - Angus - 06-24-2015, 12:17 PM
RE: SIZE() - Gerald H - 06-24-2015, 12:23 PM
RE: SIZE() - Angus - 06-24-2015, 12:41 PM
RE: SIZE() - DrD - 06-24-2015, 02:51 PM
RE: SIZE() - Angus - 06-25-2015 05:20 AM
RE: SIZE() - Gerald H - 06-25-2015, 06:35 AM
RE: SIZE() - Angus - 06-25-2015, 07:57 AM
RE: SIZE() - Gerald H - 06-25-2015, 10:02 AM
RE: SIZE() - Gerald H - 06-25-2015, 10:35 AM
RE: SIZE() - Angus - 06-25-2015, 10:45 AM



User(s) browsing this thread: 1 Guest(s)