Matrix.HilbertMatrix Method

Make a Hilbert matrix. Hilb[i,j] = 1/(i+j-1), i,j=1...max (matrix need not be a square one). The matrix is traversed in the natural (that is, column by column) order.
public Matrix HilbertMatrix()
This language is not supported or no code example is available.
public:  
Matrix^ HilbertMatrix()
This language is not supported or no code example is available.
public function HilbertMatrix() : Matrix;
This language is not supported or no code example is available.

Return Value

Matrix

In this article

Definition