Macaulay2 » Documentation
Packages » NumericalLinearAlgebra :: NumericalLinearAlgebra
next | previous | forward | backward | up | index | toc

NumericalLinearAlgebra -- numerical linear algebra

Description

This package collects implementations of numerical linear algebra algorithms.

Authors

Version

This documentation describes version 1.16 of NumericalLinearAlgebra.

Source code

The source code from which this documentation is derived is in the file NumericalLinearAlgebra.m2.

Exports

  • Functions and commands
  • Methods
    • colReduce(Matrix) -- see colReduce -- column reduce a matrix
    • numericalImage(Matrix) -- see numericalImage -- Image of a matrix
    • numericalImage(Matrix,Number) -- see numericalImage -- Image of a matrix
    • numericalKernel(Matrix) -- see numericalKernel -- approximate kernel of a matrix
    • isFullNumericalRank(Matrix) -- see numericalRank -- numerical rank of a matrix
    • numericalRank(Matrix) -- see numericalRank -- numerical rank of a matrix
  • Symbols
    • Normalize -- see colReduce -- column reduce a matrix
    • Tolerance -- the tolerance of a numerical computation

For the programmer

The object NumericalLinearAlgebra is a package.