February 2020
Beginner
621 pages
19h 34m
English
Find
> gcd(23456, 987654)2
Solve in integers
igcdex(23456, 987654,’x’,’y’)2> x;y-315875
This means that 2 is the gcd and (The command igcdex is for integer gcd extended. Maple also calculates gcd’s for polynomials.) Variable names other than ’x’ and ’y’ can be used if these letters are going to be used elsewhere, for example, in a polynomial. We can also clear the value of x as follows:
> x:=’x’x:=x
Compute
> 234*456 mod 789189
Compute
> 234567&876543 mod 565656565473011223
You might need a before the Use the right ...
Read now
Unlock full access