Prev: Findroot
Next: Styling print output
From: Alexei Boulbitch on 17 Mar 2010 05:42 Dear Artur, try this: Table[Simplify(a)Factor@Numerator[(x^n - 1)/(x - 1)], {n, 1, 10}] {1, -1 + x^2, -1 + x^3, -1 + x^4, -1 + x^5, -1 + x^6, -1 + x^7, -1 + x^8, -1 + x^9, -1 + x^10} Have fun, Alexei Dear Mathematica Gurus. Who know how force simplification of polynomials (x^n - 1)/(x - 1)] by Mathematica Table[FullSimplify[(x^n - 1)/(x - 1)], {n, 1, 10}] Above eliminate denominator only in first 5 n Any idea ? Best wishes Artur -- Alexei Boulbitch, Dr., habil. Senior Scientist IEE S.A. ZAE Weiergewan 11, rue Edmond Reuter L-5326 Contern Luxembourg Phone: +352 2454 2566 Fax: +352 2454 3566 Website: www.iee.lu This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal from your system. Thank you for your co-operation. |