Post Reply 
28S graphing multiple equations?
11-20-2022, 06:20 PM (This post was last modified: 11-20-2022 06:26 PM by Giuseppe Donnini.)
Post: #3
RE: 28S graphing multiple equations?
Now, that's the way helpful information should be presented in this forum: complete, thorough, clearly structured, and well written. Thank you very much.

I just want to observe that the GETI command, as applied to a list, places the extracted object at stack level 1, leaving the (incremented) index in stack level 2. Here is the complete stack diagram of GETI for lists:

{list} index --> {list} index+1 object(i)

So in order for your example to work properly, you have to replace the first DUP in LDRW with OVER.

( Readers should also be aware that the calculator has to be in radians mode in order to draw appropriately scaled graphs for the given examples. This should be obvious to anyone interested, but one never knows… )
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 28S graphing multiple equations? - Giuseppe Donnini - 11-20-2022 06:20 PM



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