HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
lagrange
Syntax
lagrange((Listxk, Listyk) or lagrange(Matrix)
Description
Returns the polynomial of degree n-1 such that P(xk)=yk, for k=0, 1, ..., n-1.
Example
lagrange([1,3],[0,1]) returns (1/2)* (x-1)
lagrange — Discussion
↑Back to top