MatrixMarket - Maple Help

Online Help

All Products    Maple    MapleSim


MatrixMarket (.mtx) File Format

MatrixMarket file format

 

Description

Examples

Description

• 

MatrixMarket is a format for the storage of dense or sparse numeric matrix data.

• 

This open format was created and is used by the National Institute of Standards and Technology (NIST).

• 

The commands Import, Export, ImportMatrix, and ExportMatrix can read and write to the MatrixMarket format.

Examples

Import a 100x100 Hilbert matrix in Matrix Market format.

HImportexample/hilbert100.mtx,base=datadir

H1.0.5000000000000000.3333333333000000.2500000000000000.2000000000000000.1666666667000000.1428571429000000.1250000000000000.1111111111000000.1000000000000000.5000000000000000.3333333333000000.2500000000000000.2000000000000000.1666666667000000.1428571429000000.1250000000000000.1111111111000000.1000000000000000.09090909091000000.3333333333000000.2500000000000000.2000000000000000.1666666667000000.1428571429000000.1250000000000000.1111111111000000.1000000000000000.09090909091000000.08333333333000000.2500000000000000.2000000000000000.1666666667000000.1428571429000000.1250000000000000.1111111111000000.1000000000000000.09090909091000000.08333333333000000.07692307692000000.2000000000000000.1666666667000000.1428571429000000.1250000000000000.1111111111000000.1000000000000000.09090909091000000.08333333333000000.07692307692000000.07142857143000000.1666666667000000.1428571429000000.1250000000000000.1111111111000000.1000000000000000.09090909091000000.08333333333000000.07692307692000000.07142857143000000.06666666667000000.1428571429000000.1250000000000000.1111111111000000.1000000000000000.09090909091000000.08333333333000000.07692307692000000.07142857143000000.06666666667000000.06250000000000000.1250000000000000.1111111111000000.1000000000000000.09090909091000000.08333333333000000.07692307692000000.07142857143000000.06666666667000000.06250000000000000.05882352941000000.1111111111000000.1000000000000000.09090909091000000.08333333333000000.07692307692000000.07142857143000000.06666666667000000.06250000000000000.05882352941000000.05555555556000000.1000000000000000.09090909091000000.08333333333000000.07692307692000000.07142857143000000.06666666667000000.06250000000000000.05882352941000000.05555555556000000.0526315789500000100 × 100 Matrix

(1)

Export a random 100x100 matrix to the home directory of the current user

MLinearAlgebra:-RandomMatrix100,datatype=float8:

Exportexample.mtx,M,base=homedir

234927

(2)

See Also

ExportMatrix

Formats

ImportMatrix