(42S) Function Table
|
02-22-2019, 08:58 PM
Post: #7
|
|||
|
|||
RE: (42S) Function Table
Here's a program for the HP-15C:
Code: 001-42,21,11 : ▸LBL A The function \(f(x)=x^2 e^x\) is implemented here: Code: 020-42,21,15 : ▸LBL E Example: 0 ENTER 0.1 ENTER 10 A A 10 2 The entries can be displayed by repeatedly running RCL A in USER mode. For a moment the corresponding index will be flashed: RCL A A 1,1 0.0000 RCL A A 1,2 0.0000 RCL A A 2,1 0.1000 RCL A A 2,2 0.0111 RCL A A 3,1 0.2000 RCL A A 3,2 0.0489 … RCL A A 9,1 0.8000 RCL A A 9,2 1.4243 RCL A A 10,1 0.9000 RCL A A 10,2 1.9923 Cheers Thomas |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(42S) Function Table - Eddie W. Shore - 02-18-2019, 05:04 AM
RE: (42S) Function Table - ijabbott - 02-21-2019, 08:41 AM
RE: (42S) Function Table - Thomas Klemm - 02-21-2019, 11:57 AM
RE: (42S) Function Table - ijabbott - 02-22-2019, 01:21 AM
RE: (42S) Function Table - Thomas Klemm - 02-22-2019, 07:18 AM
RE: (42S) Function Table - Eddie W. Shore - 02-22-2019, 02:02 PM
RE: (42S) Function Table - Thomas Klemm - 02-22-2019 08:58 PM
|
User(s) browsing this thread: 2 Guest(s)