Post Reply 
Using DPLOT with 42S
12-20-2017, 06:35 AM (This post was last modified: 12-20-2017 06:39 AM by Trond.)
Post: #3
RE: Using DPLOT with 42S
(12-20-2017 06:09 AM)Didier Lachieze Wrote:  Did you keyed it from the 42S manual or did you load one of the two version from the DM42 memory?

AXIS is the y value for the x axis. 0 is a good start value.

You cannot directly plot a built-in function, you need to write a program.
If you want to plot a SIN function, create a program such as :

LBL "FNS"
SIN
END

set RAD mode, enter -1 then press YMIN, 1 YMAX, -6 XMIN, 6 XMAX, 0 AXIS then R/S, enter function name (FNS) and R/S. It should plot the SIN function in a 131x16 window as on the HP 42S.

To plot on the full screen look here.

That works. Yes, I had already keyed in the function program, so that I got right, but no I don't have the manual. I just keyed it in from this website. Thanks for the detailed explanation!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Using DPLOT with 42S - Trond - 12-20-2017, 05:55 AM
RE: Using DPLOT with 42S - Didier Lachieze - 12-20-2017, 06:09 AM
RE: Using DPLOT with 42S - Trond - 12-20-2017 06:35 AM



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