Post Reply 
Processing lists on the 50G
01-01-2021, 04:58 AM
Post: #2
RE: Processing lists on the 50G
(01-01-2021 04:42 AM)EngineerX Wrote:  Hello everyone, Happy new year.
Let me ask you a question about lists on the 50g:

How would one go about processing a number of lists such as these ones:

{1 2 3} - might label it x
{0 1 2} - might label it y

Now, what you be the procedure to make another list whose elements are a function f(x,y) such as (1+1/x)*y?

Thank you in advance.

List processing has been built into RPL starting with the 48G series. If Y is on level 2 of the stack, and X is on level 1 (as their names imply), then:

INV 1 ADD *

will return the result you're looking for. You might want to do SIMPLIFY on the resulting list.

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Processing lists on the 50G - EngineerX - 01-01-2021, 04:42 AM
RE: Processing lists on the 50G - Joe Horn - 01-01-2021 04:58 AM



User(s) browsing this thread: 1 Guest(s)