Post Reply 
list command
05-05-2014, 08:54 PM
Post: #17
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.

I had sometime to explore MAKELIST. In CAS, the command MAKELIST(e^{2*k*pi*i}, k,1,5) produces an empty list [[]]. In HOME it works, provided X replaces k.
Why is it? What am I misinterpreting?

Thank you

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)