Post Reply 
list command
05-03-2014, 09:26 AM
Post: #16
RE: list command
A sequence is a basic container for objects, for example for functions with several arguments (the arguments of the function are grouped in a sequence). From a sequence you can make a list or vector (there is no difference inside the CAS), or a set (objects are unique) or a univariate polynomial (dense representation: list of coefficients by decreasing order) by using the appropriate delimiters: [] for lists or vectors ({} also accepted on the prime), set[ ] for sets or poly1[ ] for univarite polynomials. Conversly you can get a sequence from a list with op. The main difference between a sequence and a list is that you can not make a sequence of sequences: using comma between 2 sequences concatenates them (at evaluation step).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
list command - Alberto Candel - 04-30-2014, 03:53 PM
RE: list command - Han - 04-30-2014, 04:34 PM
RE: list command - Alberto Candel - 04-30-2014, 04:41 PM
RE: list command - Tim Wessman - 04-30-2014, 05:16 PM
RE: list command - Alberto Candel - 04-30-2014, 05:35 PM
RE: list command - Alberto Candel - 05-05-2014, 08:54 PM
RE: list command - Alberto Candel - 04-30-2014, 11:57 PM
RE: list command - Angus - 05-01-2014, 12:27 PM
RE: list command - Tim Wessman - 05-01-2014, 02:04 PM
RE: list command - Angus - 05-01-2014, 03:40 PM
RE: list command - Alberto Candel - 05-01-2014, 05:28 PM
RE: list command - Tim Wessman - 05-01-2014, 09:38 PM
RE: list command - Alberto Candel - 05-01-2014, 09:47 PM
RE: list command - Tim Wessman - 05-01-2014, 10:34 PM
RE: list command - Alberto Candel - 05-02-2014, 01:09 AM
RE: list command - Angus - 05-02-2014, 08:10 AM
RE: list command - parisse - 05-03-2014 09:26 AM



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