linalg(deprecated)/hadamard - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


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

linalg(deprecated)

  

hadamard

  

bound on coefficients of a determinant

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

hadamard(A)

Parameters

A

-

square matrix

Description

• 

Important: The linalg package has been deprecated. Use the superseding packages, LinearAlgebra and VectorCalculus, instead.

  

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

• 

The function hadamard computes a bound on the maxnorm of detA where A is an n by n matrix whose coefficients lie in the domain Z, Q, R, Z[x], Q[x], or R[x].

• 

For Z, the classical inequality of Hadamard is :

  

 j]^2,j=1..nsum(A[i 

• 

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

Examples

Important: The linalg package has been deprecated. Use the superseding packages, LinearAlgebra and VectorCalculus, instead.

withlinalg:

Amatrix3,3,1,1,0,0,2,1,2,0,1

A1−1002−1−201

(1)

hadamardA

50

(2)

See Also

linalg(deprecated)[det]

linalg(deprecated)[norm]

LinearAlgebra