Re: GCD of polynomials
alvaro.begue_at_gmail.com
Date: 01/05/05
- Next message: gipsy boy: "Re: char* to string"
- Previous message: adrin: "Re: GCD of polynomials"
- In reply to: adrin: "GCD of polynomials"
- Next in thread: adrin: "Re: GCD of polynomials"
- Reply: adrin: "Re: GCD of polynomials"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 5 Jan 2005 08:48:57 -0800
It looks just like Euclid's algorithm. Divide the largest by the
smallest and replace the largest with the remainder. When the remainder
is 0, the smallest is the gcd.
- Next message: gipsy boy: "Re: char* to string"
- Previous message: adrin: "Re: GCD of polynomials"
- In reply to: adrin: "GCD of polynomials"
- Next in thread: adrin: "Re: GCD of polynomials"
- Reply: adrin: "Re: GCD of polynomials"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|