[HP_Prime] definition of functions, APPLY command and BUGs



#2

I think that must be, a best codify the definition of functions

f(x,y):= 4*y^4-5*x²*y²+x^4 => f:=(x,y)->4*y^4-5*x²*y²+x^4

best

f(x,y):= 4*y^4-5*x²*y²+x^4 => f(x,y) -> 4*y^4-5*x²*y²+x^4

f(x,y):= 4*y^4-5*x²*y²+x^4 => f(x,y) -> 4*y^4-5*x²*y²+x^4

apply( ans, {1}) =>

apply( f(x,y) -> 4*y^4-5*x²*y²+x^4, {1}) => [4*y^4-5*y²+1]

associate list of lists in parallel to each variable of the function

apply( f(x,y)->4*y^4-5*x²*y²+x^4,{{1,3},{2,4}}) => { [45] [385] }

request:

* requires a new command ENTRY, purpose: to call a History entry quickly without having to go to the x line


Edited: 5 Sept 2013, 4:44 p.m. after one or more responses were posted


#3

image updated

new BUGs

Edited: 5 Sept 2013, 4:44 p.m.


Possibly Related Threads…
Thread Author Replies Views Last Post
  [HP-Prime CAS] "Warning, ^ (Command) Is ambiguous on non square matrices"?? CompSystems 1 2,248 12-07-2013, 07:15 PM
Last Post: CompSystems
  Digging for bugs Stefan Dröge (Germany) 2 1,593 11-13-2013, 04:39 PM
Last Post: Stefan Dröge (Germany)
  HP Prime - most favorite command bluesun08 2 1,534 11-12-2013, 11:29 AM
Last Post: bluesun08
  hp prime - command syntax bluesun08 6 2,530 11-10-2013, 11:57 AM
Last Post: bluesun08
  [41CL] New Extra Functions version Monte Dalrymple 0 1,157 11-08-2013, 04:32 PM
Last Post: Monte Dalrymple
  [HP-Prime] Simple Game (Bugs) CompSystems 1 1,464 11-01-2013, 10:18 AM
Last Post: Han
  HP PRIME: command to read the SERIAL ? Joseph Ec 9 5,935 11-01-2013, 12:43 AM
Last Post: Joe Horn
  HP-35s Cos[x] and Tan[x] bugs resolved? Thomas Windisch 2 1,590 10-31-2013, 01:12 PM
Last Post: Dieter
  HP Prime: in need of help with defining functions Alberto Candel 14 4,514 10-27-2013, 10:48 AM
Last Post: Alberto Candel
  Connectivty Kit for HP Prime needs an "Import Program" Command Eddie W. Shore 3 1,991 10-23-2013, 03:37 PM
Last Post: Eddie W. Shore

Forum Jump: