50g group photo

Yahoo Groups archive

50g

Archive for 50g.

Index last updated: 2026-03-30 00:59 UTC

Thread

Help With The Map Function

Help With The Map Function

2009-06-06 by rickwendel763242

I would like to take a list saved as a variable and a function saved as a variable and use them with the MAP function to calculate a set of answers to the function, based on the list. Can anybody show me how to do that in RPN mode?

Re: Help With The Map Function

2009-06-06 by Juan C.

You have to recall the function to the stack before you perform the command MAP. Let's say you have a list saved as MYLST and a function saves as MYFCT, then from the VAR menu press MYLST to put the list in the stack then then 'MYFCT' enclosed with single quotation marks, then press [left-shift][STO] to RCL the content of MYFCT, now you are ready to use MAP.