Title:
Poly_GCD_POWER_6_July2005 Download
Description: If we need to verify the fact that a Polynomial has multiple roots iff (if and only if) it has a common factor with it s derivative, we need two things :
a) A function to compute the GCD of 2 Polynomials. Since I could not find a Standard Matlab function for this, I created this function : Poly_GCD.m :
- [GCD] - get Greate Common Divisor of two number
- [gongyueshu] - Function call seeking the common denomin
File list (Check if you may need any files):
Poly_GCD.m
Poly_GCD_Main.m
Poly_POWER.m
ReadMe_Poly_GCD_POWER.doc
cmplx_roots_sort_Det_July2005.zip
Poly_ADD_SUB.m
Poly_DEG.m