Post Reply 
CAS versus HOME confusion.
01-24-2014, 08:45 PM
Post: #14
RE: CAS versus HOME confusion.
(01-24-2014 07:08 PM)Han Wrote:  
(01-24-2014 06:31 PM)Eddie W. Shore Wrote:  I can't get MAKELIST to work in CAS mode. However, seq(function, variable, begin, end, [step]) works.

MAKELIST(2*x-1,x,2,5) works just fine for me; it produces { 3, 5, 7, 9 }. How are you placing the MAKELIST() command into the command prompt? (It makes a difference; see my earlier post)

MAKELIST() and makelist() are two distinct commands that unfortunately share the same name.

What I've noticed when using 'makelist' in CAS is:
When you use MAKELIST from the catalog and use for ex. 2*x-1,x,2,5 as arguments CAS automatically converts the name of the function to uppercase and it does not work but when you use, as you wrote before the, internal format of a function, and put the arguments as x->2*x-1,2,5 it stays in lowercase and it works.
What interest me is how to make the 'makelist' work in CAS in program.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
CAS versus HOME confusion. - cdecastro - 01-23-2014, 10:48 AM
RE: CAS versus HOME confusion. - parisse - 01-23-2014, 01:30 PM
RE: CAS versus HOME confusion. - cdecastro - 01-23-2014, 02:24 PM
RE: CAS versus HOME confusion. - eried - 01-23-2014, 02:37 PM
RE: CAS versus HOME confusion. - cdecastro - 01-23-2014, 02:55 PM
RE: CAS versus HOME confusion. - eried - 01-23-2014, 03:42 PM
RE: CAS versus HOME confusion. - John P - 01-23-2014, 04:07 PM
RE: CAS versus HOME confusion. - cdecastro - 01-23-2014, 04:28 PM
RE: CAS versus HOME confusion. - Han - 01-23-2014, 04:51 PM
RE: CAS versus HOME confusion. - Han - 01-24-2014, 07:08 PM
RE: CAS versus HOME confusion. - John P - 01-24-2014 08:45 PM
RE: CAS versus HOME confusion. - Han - 01-24-2014, 10:22 PM
RE: CAS versus HOME confusion. - John P - 01-24-2014, 10:37 PM
RE: CAS versus HOME confusion. - hape - 02-13-2014, 09:12 AM
RE: CAS versus HOME confusion. - parisse - 02-14-2014, 08:21 AM



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