Post Reply 
Two calculator exam problems
05-28-2014, 06:54 PM (This post was last modified: 05-28-2014 06:57 PM by dizzy.)
Post: #7
RE: Two calculator exam problems
The first one is easy:

Code:
\<<
  'F(X)'
  '1 + X*(2 - X*(3 - X*(4 - X*(1 + X))))'
  DUP UNROT = DEF
  F
  '1/2' -
  SOLVEVX
\>>

Which yields:

Quote:{X=0.213992196216 X=... }

Similarly:

Code:
\<<
'F(X)=SIN(1/X)' DEF
'SIN(1/X)' F F F
\>>

You could graph this or use try to optimize it somehow.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Two calculator exam problems - Visu - 05-27-2014, 02:48 PM
RE: Two calculator exam problems - dizzy - 05-28-2014 06:54 PM



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