Post Reply 
HP50 - Another Plot of a Function
11-05-2020, 05:49 AM
Post: #3
RE: HP50 - Another Plot of a Function
Hello!

Thank you very much!
Nice answer!

I would vote for you if you were running for president:-)



(11-04-2020 07:45 PM)DavidM Wrote:  One possible method would be to make use of a CASE statement in a program for the various ranges.

I know you prefer algebraic mode, but I'm not sure how to use CASE that way. The following RPN/RPL program was created using algebraics, so perhaps it will at least give you an idea how to set this up:
Code:
\<<
   CASE
      'X<0' THEN 'SIN(X)' END
      'X\<=2' THEN 'SQ(SIN(X))' END
      'COS(X)'
   END
\>>

The resulting plot of this program looks like this when using default settings:

[Image: attachment.php?aid=8843]

Carlos - Brazil
Time Zone: GMT -3
http://area48.com
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP50 - Another Plot of a Function - CMarangon - 11-05-2020 05:49 AM



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