Post Reply 
Lagrangian Interpolation
07-23-2022, 10:20 AM
Post: #20
RE: Lagrangian Interpolation
(03-14-2019 08:12 PM)PedroLeiva Wrote:  Example from HP 25 Application Programs, Chapter 5 Numerical Methods/Linear Interpolation: p86
Given
f(7.3)= 1.9879
f(7.4)= 2.0015
find by linear interpolation f(7.37)

For those who want to give it a try:
Code:
01: 23 04    : STO 4
02: 24 00    : RCL 0
03: 41       : -
04: 24 03    : RCL 3
05: 61       : *
06: 24 02    : RCL 2
07: 24 04    : RCL 4
08: 41       : -
09: 24 01    : RCL 1
10: 61       : *
11: 51       : +
12: 24 02    : RCL 2
13: 24 00    : RCL 0
14: 41       : -
15: 71       : /
16: 13 00    : GTO 00

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


Messages In This Thread
Lagrangian Interpolation - Namir - 12-18-2013, 06:04 AM
RE: Lagrangian Interpolation - bshoring - 03-05-2015, 05:17 AM
RE: Lagrangian Interpolation - PedroLeiva - 03-05-2015, 09:33 PM
RE: Lagrangian Interpolation - bshoring - 03-07-2015, 11:49 PM
RE: Lagrangian Interpolation - PedroLeiva - 03-09-2015, 03:37 AM
RE: Lagrangian Interpolation - bshoring - 03-09-2015, 03:30 AM
RE: Lagrangian Interpolation - bshoring - 03-09-2015, 09:50 PM
RE: Lagrangian Interpolation - bshoring - 03-13-2015, 05:33 AM
RE: Lagrangian Interpolation - PedroLeiva - 03-14-2019, 03:55 PM
RE: Lagrangian Interpolation - PedroLeiva - 03-14-2019, 07:22 PM
RE: Lagrangian Interpolation - PedroLeiva - 03-14-2019, 08:12 PM
RE: Lagrangian Interpolation - Thomas Klemm - 07-23-2022 10:20 AM



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