Post Reply 
(50G) (49G+) Trapezoidal rule integration in RPL
11-17-2015, 07:04 PM (This post was last modified: 11-17-2015 07:10 PM by Thomas Klemm.)
Post: #4
RE: [HP-50G/49G+] Trapezoidal rule integration in RPL
If you're willing to add \([x_1, 0]\) at the beginning and \([x_n, 0]\) at the end of the list you can use:

Code:
\<< 2
  \<< CROSS \>>
  DOSUBS \GSLIST 2 /
  3 GET NEG
\>>

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

Area = 25.5

Compare it to this post.

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 07:04 PM



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