Previous Up Next

6.1.2  GCD of a list of integers

The lgcd command finds the GCD of a list of integers or polynomials.

Example

lgcd([18,15,21,36])
     
3           
Remark.

lgcd does not accept two lists as arguments (even if they have the same size).


Previous Up Next