The Museum of HP Calculators

HP Forum Archive 21

[ Return to Index | Top of Index ]

HP Prime - definitely no education tool
Message #1 Posted by bluesun08 on 16 Nov 2013, 9:00 p.m.

Two main reasons:
1.
The uppercase/lowercase mixing of variables and function names between the CAS and Home screens is incredibly confusing. I've no idea how I could explain it to beginning students in a way which made it seem natural.
2.
I can't find an easy way to graph a function and its derivative. I can create a function in the CAS screen: x*(x^2-1) -> f(x) and compute its derivative diff(f(x),x) -> g(x) and then graph them with F1(X) = f('X') and F2(x) = g('X')
Why can't I just use F2(x) = diff(F1(x),x)?

      
Re: HP Prime - definitely no education tool
Message #2 Posted by Han on 16 Nov 2013, 10:02 p.m.,
in response to message #1 by bluesun08

Quote:
Two main reasons:
1.
The uppercase/lowercase mixing of variables and function names between the CAS and Home screens is incredibly confusing. I've no idea how I could explain it to beginning students in a way which made it seem natural.
2.
I can't find an easy way to graph a function and its derivative. I can create a function in the CAS screen: x*(x^2-1) -> f(x) and compute its derivative diff(f(x),x) -> g(x) and then graph them with F1(X) = f('X') and F2(x) = g('X')
Why can't I just use F2(x) = diff(F1(x),x)?

1. This issue is just a matter of time. For me, it was very annoying at first. After getting used to it, it was hardly noticeable. Part of the reason for it, though, is to avoid conflicts with persistent global variables A-Z with symbolic manipulation (which generally substitutes a variable with its value if it is defined). So lower-case variables are generally undefined (unless the user defines them) which makes for much easier symbolic manipulation without having to use "restart" or "purge".

2. The lack of good documentation (although xcas has some decent documentation in French and English) made specifically for the HP Prime is where most of the blame should lie.

f(x):=x*(x^2-1);
F1:=f;
F2:=F1';

That's all you need to do before you hit the [Plot] button.

Cheers, Han

            
Re: HP Prime - definitely no education tool
Message #3 Posted by Helge Gabert on 16 Nov 2013, 10:43 p.m.,
in response to message #2 by Han

Re: 2) My calc crashes. It is warm start time. Did you actually try that?

            
Re: HP Prime - definitely no education tool
Message #4 Posted by bluesun08 on 16 Nov 2013, 10:54 p.m.,
in response to message #2 by Han

1. Maths is complicated enough for students. The calculator should be an education tool and not a tool for freaks.

2. The imput of your example is tricky (avoiding the uppercase/lowercase-problem) but cumbersome (defining a function f, defining a function F1, defining a function F2).
3. In CAS you have to hit Shift-Alpha for upper key, which is lower key in Home-View (very very confusing).
4. Before plotting I have to activate the F2 function in Function App.
5. After pressing the plot key, my calculator crashed and reboot.

Edited: 16 Nov 2013, 10:56 p.m.

                  
Re: HP Prime - definitely no education tool
Message #5 Posted by Mark Hardman on 16 Nov 2013, 10:57 p.m.,
in response to message #4 by bluesun08

Teacher: "Freak".

Me: "Present".

            
Re: HP Prime - definitely no education tool
Message #6 Posted by Alberto Candel on 17 Nov 2013, 11:35 a.m.,
in response to message #2 by Han

Hi, From an educational point of view, it would be great to be able to plot a function f together with it's Taylor and Pade approximates with something like this

F1(X):=ln(1+x)
F2(x):=taylor(F1(x),x=0,5)
F3(x):=pade(F1(x),x,6,3)
but I cannot make it work.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall