Post Reply 
(49g 50g) Shoelace algorithm
08-25-2018, 03:17 PM
Post: #14
RE: ( HP49/50) Shoelace algorithm
(08-25-2018 02:02 PM)Albert Chan Wrote:  2*A = sum((x*yr - xr*y))
= sum(xr^2 - xr*y + x*yr + x^2)
= sum((xr + x)(yr - y))

I assume that this should rather be:

2*A = sum(x*yr - xr*y)
= sum(xr*yr - xr*y + x*yr - x*y)
= sum((xr + x)(yr - y))
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(49g 50g) Shoelace algorithm - John Keith - 08-23-2018, 02:20 PM
RE: ( HP49/50) Shoelace algorithm - Thomas Klemm - 08-25-2018 03:17 PM



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