Post Reply 
(50G) (49G+) Trapezoidal rule integration in RPL
11-17-2015, 05:56 PM
Post: #2
RE: [HP-50G/49G+] Trapezoidal rule integration in RPL
You'd have to use a list of vectors with this program for the HP-48:

Code:
\<< 0 SWAP 2
  \<< V\-> ROT V\-> ROT
      + ROT ROT - * +
  \>> DOSUBS
  2 /
\>>

Example:
{
[ 2 1 ]
[ 4 5 ]
[ 7 8 ]
}

Area = 25.5

Cheers
Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [HP-50G/49G+] Trapezoidal rule integration in RPL - Thomas Klemm - 11-17-2015 05:56 PM



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