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

Online Help

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

linalg(deprecated)

  

definite

  

test for positive or negative definite matrices

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

definite(A, kind)

Parameters

A

-

square symmetric matrix

kind

-

one of the following symbols: 'positive_def', 'positive_semidef', 'negative_def', or 'negative_semidef'

Description

• 

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

  

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

• 

For numerical matrices, definite returns true if the matrix has the property specified by the parameter kind. The properties are positive definite, positive semidefinite, negative definite, or negative semidefinite.

• 

For matrices with non-numerical entries, definite returns a conjunction of Boolean expressions, all of which must be true if the matrix is to have the property specified by the parameter kind.

• 

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

Examples

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

(1)

(2)

(3)

See Also

LinearAlgebra

 


Download Help Document