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.

Citation

If you have used this package in your research, please cite it as follows:

@misc{NumericalLinearAlgebraSource,
  title = {{NumericalLinearAlgebra: numerically compute local dual space and Hilbert functions. Version~1.16}},
  author = {Robert Krone and Marc Harkonen and Anton Leykin},
  howpublished = {A \emph{Macaulay2} package available at
    \url{https://github.com/Macaulay2/M2/tree/master/M2/Macaulay2/packages}}
}

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, defined in NumericalLinearAlgebra.m2.


The source of this document is in NumericalLinearAlgebra.m2:195:0.