Post Reply 
CAS versus HOME confusion.
02-13-2014, 09:13 PM (This post was last modified: 02-13-2014 09:17 PM by Dominik Holenstein.)
Post: #18
RE: CAS versus HOME confusion.
Here are my two cents regarding MAKELIST() or makelist().

Used example: makelist(x,x,1,5,1)

Case 1:
HP Prime, CAS mode, x is not defined
1. Choosing MAKELIST from either the Math menu or the Catalogue
2. Entry in the command line: makelist(x,x,1,5,1)
3. Result: []
4. The entry looks now like this: MAKELIST(x,x,1,5,1)
--> expected as x is not defined

Case 2:
Like Case 1 but x has been defined now (x:=0)
1. Choosing MAKELIST from either the Math menu or the Catalogue
2. Entry in the command line: makelist(x,x,1,5,1)
3. Result: [0]
4. The entry looks now like this: MAKELIST(x,x,1,5,1)
--> The HP Prime seems to evaluate something here as x := 0

Case 3:
Like Case 2
1. Choosing MAKELIST from either the Math menu or the Catalogue
2. Entry in the command line: makelist(x->x,1,5,1)
3. Result: [1 2 3 4 5]
4. The entry looks now like this: MAKELIST(x->,x,1,5,1)
--> This method delivers the expected result (Han, many thanks for your hint!).

The HP Prime always capitalises the makelist function. This is not the case with other functions like seq() for example.

Whe I go through the cases 1 - 3 on the HP Virtual Prime (emulator) with the same steps then the makelist() function is not capitalised.

We definitely need a in-depth and detailed HP Prime CAS manual. I will now go through the xCAS reference manual as Miguel (many thanks!) has suggested here.

Regards,
Dominik
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. - Dominik Holenstein - 02-13-2014 09:13 PM
RE: CAS versus HOME confusion. - parisse - 02-14-2014, 08:21 AM



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