Using Maple
FAMILIAR WITH MAPLE SOFTWARE?
For those who's taking KOS 1110....(computer in Science).....
U can try This exercise......
Gcd and lcm
The greatest common divisor and the lowest common multiple of a set of
numbers can be found using gcd and lcm.
> gcd(28743,552805);
11
> ifactor(28743); ifactor(552805);
(3) (11) (13) (67)
(5) (11) (19) (23)2
> lcm(21,35,99);
3465
We find that the gcd of 28743 and 552805 is 11. This can also be seen from the
prime factorizations.
The lcm of 21, 35, and 99 is 3465.
0 comments:
Post a Comment