LinearAlgebra`MatrixManipulation`
AppendColumns, AppendRows, and BlockMatrix are available using the Mathematica kernel functions Join and ArrayFlatten.
TakeRows, TakeColumns, TakeMatrix, and SubMatrix are available using the Mathematica kernel function Take.
HankelMatrix and HilbertMatrix are available as the kernel functions HankelMatrix and HilbertMatrix.
The functionality of ZeroMatrix can be obtained using the new kernel function ConstantArray.
The functionality of PolarDecomposition can be obtained using the enhanced Mathematica kernel function SingularValueDecomposition.
MatrixPlot is now available as the kernel function MatrixPlot.
Create a block matrix from submatrices:
LowerDiagonalMatrix, UpperDiagonalMatrix, and TridiagonalMatrix can be replaced by the following definitions:
LUMatrices can be replaced by the following definition:
SquareMatrixQ can be replaced by the following definition:
Compute the polar decomposition of a matrix:
Display the structure of a matrix:
These functions were available in previous versions of Mathematica and are now available on the web at library.wolfram.com/infocenter/MathSource/6770:
LinearEquationsToMatrices
InverseMatrixNorm
MatrixConditionNumber