SIZE()
|
06-24-2015, 02:51 PM
(This post was last modified: 06-24-2015 02:52 PM by DrD.)
Post: #16
|
|||
|
|||
RE: SIZE()
Going banana's:
M1:=5; // ==> [[5]] 'nana's M1+M1; // ==> [25], a lovely bunch in this matrix vector. DOT(M1,M1); // ==> 25 the number of organic banana's squared, not GMO (the square kind) banana's. Another bunch: M1 .* M1; // ==> [25] a vector squarely in this matrix Which grew from this little start: M1(1,1); // ==> 5 (Just monkeying around, don't pick on me!) -Dale- |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
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: 2 Guest(s)