Post Reply 
list command
04-30-2014, 05:35 PM
Post: #5
RE: list command
(04-30-2014 05:16 PM)Tim Wessman Wrote:  Are you aware you have contextual help in the calculator that contains about 1/2 of the entire manual?

Find makelist in the LIST->MATH toolbox menu, select it, press help. This is what is shown.

Quote:Syntax: MAKELIST(expression, variable, begin, end, [increment])

Make List. Calculates a sequence of elements for a new list. Evaluates expression, incrementing variable from begin to end values, using increment steps (default 1). The MAKELIST function generates a series by automatically producing a list from the repeated evaluation of an expression.

Example: MAKELIST(2*X-1, X, 1, 5, 1) returns {1, 3, 5, 7, 9}

Using that, MAKELIST(A,A,1,4) will do what you have indicated.

Thanks. Yes, I was aware of how MAKELIST works. I just wrote an example off hand to explain how I came up with list.

My issue with lists has to do with how CAS and Symb Geometry App interact. For example, in Symb Geom convexhull applied to a list of points a+b*i creates a list, which becomes available to CAS functions, but sometimes I cannot manipulate that list the way I want. Anyway, I will need to explore this further and then try to formulate a question.

A.
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)