HP Prime - Defining a function
#1

How can i define a function for example f(x) = x^2 +8x +4 in den Home-Screen, then calculate f(1), f(2).

Then i want to build the derivate of f(x) in CAS.

Then i want go plot the graph of f(x) and the derivate f'(x).

How can i do this things?

#2

I do this like this :

To define f :
CAS then f(x):=x²+8*x+4

To calculate f(1), f(2) . CAS or HOME, and just
f(1) or f(2)

To built the derivative, CAS, then
g:=f'

To plot
APPS FUNCT
F1 f(X) // be carefull about X and not x
F2 g(X)
Plot

Not that :
F2 f'(X) doesn't work

Perhaps there are other ways ...

Edited: 22 Oct 2013, 5:59 p.m.

#3

Quote:
I do this like this :
To define f :
CAS then f(x):=x²+8*x+4

To calculate f(1), f(2) . CAS or HOME, and just
f(1) or f(2)

To built the derivative, CAS, then
g:=f'

To plot
APPS FUNCT
F1 f(X) // be carefull about X and not x
F2 g(X)
Plot

Not that :
F2 f'(X) doesn't work

Perhaps there are other ways ...


F1:=f('X'); // need ' ' when using global, built-in, non-CAS variables 
F2:=f'; // more direct; auto-converts x to X
F2:=f'('X'); // more explicit

Edited: 22 Oct 2013, 10:28 p.m.

#4

Thank's !

F1:=f
F2:=f'
works fine ;)

Edited: 23 Oct 2013, 4:10 a.m.

#5

Many thanks for your replays. The following things are bad:

1. There is no „:=“ key similary to TI NSPIRE.

2. In CAS the function-letter will be automatically lower case (f) and in HOME screen and in APPS FUNC the function letter will be automatically upper case (F) so that i have another keystroke (Shift) for lower case (f)

3. The small x and the big X in CAS/APPS FUNC are confusing.

Questions:

1. How can i reach the ' in the derivate?

2. What is the logic behind the lower case/upper case X/x F/f?

#6

Quote:
Many thanks for your replays. The following things are bad:

1. There is no „:=“ key similary to TI NSPIRE.

2. In CAS the function-letter will be automatically lower case (f) and in HOME screen and in APPS FUNC the function letter will be automatically upper case (F) so that i have another keystroke (Shift) for lower case (f)

3. The small x and the big X in CAS/APPS FUNC are confusing.

Questions:

1. How can i reach the ' in the derivate?

2. What is the logic behind the lower case/upper case X/x F/f?


1. := can be obtained typing each character using [Alpha][-][Shift][.]

2. Single, capital letters are global, real-valued, system variables; they cannot be deleted. CAS operates with the idea that everything that is not defined is considered symbolic. And if a variable is defined, then its value will always be substituted in first. So for example, if we store 1.25 into 'x', then 1+x is interpreted as 1.25. On the other hand, if 'x' is purged, then 1+x is interpreted as a formula 1+x.

3. Yes, it is. In fact, I would go as far as saying how variables (global, local, within apps, etc) could use an overhaul.

4. [Shift][( )][Backspace] (just get double ' and delete one of them)

5. I am sure there is some "logic" but any time I make an attempt to explain (even to myself) what I think is behind upper vs lower case, I end up finding too many exceptions. I think a large number of problems that arise are the result of a design choice: merging xcas with an HP38GII. The idea itself is fine; but each of those systems has ways of handling variables, command-line input, etc. that are often conflicting at times. Over time, this should be ironed out...

Edited: 23 Oct 2013, 2:43 p.m.



Possibly Related Threads…
Thread Author Replies Views Last Post
  HP50g: Writing a function that returns a function Chris de Castro 2 2,050 12-10-2013, 06:49 PM
Last Post: Han
  IFERR function on HP Prime Mic 2 1,767 12-02-2013, 01:33 AM
Last Post: cyrille de Brébisson
  HP Prime: Dirichlet's eta function recognized but not numerically evaluated Helge Gabert 0 1,122 11-16-2013, 03:41 PM
Last Post: Helge Gabert
  Possible bug with sqrt function in the HP prime Michael de Estrada 6 2,430 11-15-2013, 12:49 PM
Last Post: Michael de Estrada
  HP-41 MCODE: The Last Function - at last! Ángel Martin 0 1,017 11-08-2013, 05:11 AM
Last Post: Ángel Martin
  [Prime] any ideas for a undo function? Stefan Dröge (Germany) 8 2,903 11-04-2013, 04:37 PM
Last Post: Damien
  HP Prime 'where' function bluesun08 11 3,237 10-29-2013, 06:56 PM
Last Post: Joe Horn
  HP Prime: in need of help with defining functions Alberto Candel 14 4,135 10-27-2013, 10:48 AM
Last Post: Alberto Candel
  HP PRIME Function parameters steindid 2 1,395 10-11-2013, 10:20 AM
Last Post: steindid
  Hp prime list function - indexing into a list Andy B (Australia) 3 1,894 10-07-2013, 01:41 AM
Last Post: cyrille de Brébisson

Forum Jump: