linalg(deprecated)/hilbert - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : linalg(deprecated)/hilbert

linalg(deprecated)

  

hilbert

  

create a Hilbert matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

hilbert(n)

hilbert(n, x)

Parameters

n

-

positive integer

x

-

(optional) expression

Description

• 

Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[HilbertMatrix], instead.

  

- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration.

• 

The function hilbert returns the n x n generalized Hilbert matrix.

• 

This matrix is symmetric and has 1i+jx as its (i, j)th entry.  If x is not specified, x=1 is used.

• 

The command with(linalg,hilbert) allows the use of the abbreviated form of this command.

Examples

Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[HilbertMatrix], instead.

withlinalg:

hilbert3

11213121314131415

(1)

hilbert3,x+1

11x12x13x12x13x14x13x14x15x

(2)

See Also

LinearAlgebra

LinearAlgebra[HilbertMatrix]