linalg(deprecated)
hadamard
bound on coefficients of a determinant
Calling Sequence
Parameters
Description
Examples
hadamard(A)
A
-
square matrix
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 det⁡A 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..n⁢sum(A[i
The command with(linalg,hadamard) allows the use of the abbreviated form of this command.
with⁡linalg:
A≔matrix⁡3,3,1,−1,0,0,2,−1,−2,0,1
A≔1−1002−1−201
hadamard⁡A
50
See Also
linalg(deprecated)[det]
linalg(deprecated)[norm]
LinearAlgebra
Download Help Document