Mathematica 9 is now available

VectorQPolynomialQ

MatrixQ

FilledSmallSquareMatrixQ[expr] gives True if expr is a list of lists that can represent a matrix, and gives False otherwise.

FilledSmallSquareMatrixQ[expr, test] gives True only if test yields True when applied to each of the matrix elements in expr.

FilledSmallSquareMatrixQ[expr] gives True only if expr is a list, and each of its elements is a list of the same length, containing no elements that are themselves lists.

FilledSmallSquareMatrixQ[expr, NumberQ] tests whether expr is a numerical matrix.

FilledSmallSquare See The Mathematica Book: Section 2.3.5 and Section 3.7.3.

FilledSmallSquare See also: VectorQ, TensorRank.

FilledSmallSquare Related package: LinearAlgebra`MatrixManipulation`.

Further Examples

VectorQPolynomialQ



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.