| Author |
Message |
homercimpson
Joined: 15 Aug 2010 Posts: 1
|
Posted: August 15, 2010 7:11 PM Post subject: combining lists |
|
|
Say i have a list {1,2,3} and another list {4,5}
is there a way to combine the two to form {1,2,3,4,5}? |
|
| Back to top |
|
 |
mellamokb
Joined: 10 May 2007 Posts: 124
|
Posted: February 10, 2011 2:41 PM Post subject: |
|
|
Hi homercimpson,
You can combine lists using the augment() command:
augment({1,2,3}, {4,5})
returns {1,2,3,4,5}. Or you can use two list variables. The augment command can be typed in or found in the catalog, or under the Math (2nd + 5) -> Matrix menu.
Hope this helps!
Regards,
~ mellamokb |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
Saphic 1.5 // Theme created by Sopel
|
|