(12C+) Integration by Trapezoidal Rule
|
10-18-2021, 08:13 AM
(This post was last modified: 10-18-2021 08:30 AM by Gamo.)
Post: #1
|
|||
|
|||
(12C+) Integration by Trapezoidal Rule
This program is adapted from the Sinclair Enterprise Mathematics booklet on page 28.4
Program to run Integration of a Function by Trapezoidal Rule Formula. Example Usage: 7 ∫ (X² - 5) dX 1 Start f(x) at line 46 and end with [GTO] 13 Use R0 for each X in the equation Record Equation: [GTO] 45 [f] [P/R] [RCL] 0 [RCL] 0 [x] 5 [-] [GTO] 13 [f] [P/R] // Goto Run Mode To Run: [f] [PRGM] // Set to top of program line 00 1 [R/S] display -1 7 [R/S] display "running" in about 10 second then answer ≈ 84.0240 [f] 0 display answer = 84 Program: Code:
Remark: This program is best use on HP-12C+ or App Emulator. This program setup the intervals to EEX 3 for best accuracy possible but for slower HP-12C can be change the intervals lower to EEX 2 with less accuracy. To change interval is on line 05,06 and 29,30 Gamo 10/2021 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)