Previous Up Next

7.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           

Previous Up Next