Two calculator exam problems
|
05-28-2014, 06:30 PM
Post: #6
|
|||
|
|||
RE: Two calculator exam problems
(05-28-2014 02:11 PM)Peter Murphy Wrote: but he's taking for granted what I cannot see at all, namely how one sets up such nested functions in the first place. Code: 'f(x)=SIN(1/x)' ENTER You can have a look at how these function are defined. Just push them on the stack. For instance f(x): Code: \<< \-> x 'SIN(1/x)' \>> Should you prefer RPL you could use this instead: Code: \<< \-> x \<< INV SIN \>> \>> HTH Thomas |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Two calculator exam problems - Peter Murphy - 05-27-2014, 01:47 PM
RE: Two calculator exam problems - Visu - 05-27-2014, 02:48 PM
RE: Two calculator exam problems - CR Haeger - 05-27-2014, 03:24 PM
RE: Two calculator exam problems - Peter Murphy - 05-28-2014, 02:11 PM
RE: Two calculator exam problems - Thomas Klemm - 05-28-2014 06:30 PM
RE: Two calculator exam problems - CR Haeger - 05-28-2014, 05:02 PM
RE: Two calculator exam problems - dizzy - 05-28-2014, 06:54 PM
RE: Two calculator exam problems - Peter Murphy - 05-28-2014, 09:29 PM
RE: Two calculator exam problems - Peter Murphy - 05-29-2014, 02:32 PM
|
User(s) browsing this thread: 4 Guest(s)