CARAT Introduction / Programs / Simplify_mat
Previous Program Introduction Next Program

Program Simplify_mat

Usage

Simplify_mat 'file'
file: matrix_TYP.

Description

Simplifies all the matrices in the given file, i. e. divides all entiries of the matrix by the gcd of the entries. The gcd is taken to be positive!

Examples


Previous Program Introduction Next Program