HP Forums
Programming bug? - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Programming bug? (/thread-6296.html)



Programming bug? - Tonig00 - 05-23-2016 07:42 PM

When I enter this program in the calculator with ROM 10077, and try to check it, the calculator reboots:

EXPORT Er_int1(m,λ)
BEGIN

END;

On the other hand, does somebody knows where to find some CAS programming examples or manual? The official one is not very complete and there are many function with no clear explanation (for example eigenvalues() vs EIGENVAL()). By the way not many algebra examples which I think is much important for a calculator than to draw a graphic.


RE: Programming bug? - cyrille de brébisson - 05-24-2016 04:50 AM

Hello,

I will look at the program that you provided and see why it causes a reboot.

As for CAS programs examples, the best source of information is Bernard Parisse's website ( https://www-fourier.ujf-grenoble.fr/~parisse/giac.html ) where you can find the complete documentation on xcas. xcas is the cas which is in HP Prime. Of course, not every feature of the PC version is supported there, but most of them are.

Cyrille


RE: Programming bug? - Tonig00 - 05-27-2016 06:48 PM

Thanks very much for your answer.

I will look on this site

Toni