HP Prime - programming



#2

Let us assume the following simple program:

EXPORT Test(X,Y)

BEGIN

X+Y;

END;

How can i use the advanced graphing app to plot "V1: Test(X,Y)=1" ?


#3

You cannot. User functions are not supported yet in adv grapher.

[edit to add a bit more detail] The way the advanced grapher works is through knowledge about the functions and the accuracies. It is actually pure floating point and not the HP math library or BCD calculation. In order for user functions/programs to be supported, all the possible commands (or at least a large number of them) need to be linked with the appropriate functions. This could then parse a program/function and determine if all the appropriate information is available and allow user functions.

That would also allow a possible mode where calculations could be done with intervals! This could allow you to do calculations and the errors would automatically accumulate showing the uncertainty for the final result.

TW

Edited: 4 Nov 2013, 4:37 p.m. after one or more responses were posted


#4

o.k.


Possibly Related Threads...
Thread Author Replies Views Last Post
  Programming workaround for "prepend" HP PRIME Marek Russ 4 1,609 11-29-2013, 05:46 AM
Last Post: Marek Russ
  hp prime - programming with lists giancarlo 3 1,496 11-10-2013, 02:13 AM
Last Post: Giancarlo
  HP Prime Programming Tutorial #3: WHILE, INPUT, KILL, REPEAT, GETKEY Eddie W. Shore 5 1,939 11-07-2013, 12:25 AM
Last Post: Han
  More undocumented programming limitations in the HP Prime Michael de Estrada 3 1,564 11-03-2013, 08:22 PM
Last Post: Michael de Estrada
  HP Prime questions: I/O and Meta programming Andy Gryc 2 1,239 10-31-2013, 11:22 PM
Last Post: Andy Gryc
  HP Prime Programming Tutorial #1: LOCAL, RETURN Eddie W. Shore 6 2,502 10-26-2013, 08:42 PM
Last Post: Miguel Toro
  HP Prime Programming Tutorial #2: MSGBOX, IF-THEN-ELSE, PRINT, FOR Eddie W. Shore 0 1,027 10-26-2013, 03:51 PM
Last Post: Eddie W. Shore
  HP Prime : Programming and the Comma Miguel Toro 7 2,342 10-25-2013, 12:18 PM
Last Post: Miguel Toro
  HP Prime Programming: LOCAL Alberto Candel 3 1,219 10-07-2013, 01:31 AM
Last Post: cyrille de Brébisson
  HP Prime Programming options Egan Ford 8 2,056 10-06-2013, 10:44 AM
Last Post: Eddie W. Shore

Forum Jump: