HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
hilbert
Syntax
hilbert(Intg(n))
Description
Returns the order n Hilbert matrix: Hjk=1/(j+k+1) j,k=1..n
Example
hilbert(4) returns [[1,1/2,1/3,1/4],[1/2,1/3,1/4,1/5],[1/3,1/4,1/5,1/6],[1/4,1/5,1/6,1/7]]
hilbert — Discussion
↑Back to top