Class MatrixEx1

java.lang.Object
com.imsl.test.example.math.MatrixEx1

public class MatrixEx1 extends Object

Calculates the 1-norm of a simple matrix.

The 1 norm of a matrix is found using a method from the Matrix class. The matrix is printed using the PrintMatrix class.
See Also:
  • Constructor Details

    • MatrixEx1

      public MatrixEx1()
  • Method Details

    • main

      public static void main(String[] args)