About 1,940,000 results
Open links in new tab
  1. How to factor polynomials? - Mathematics Stack Exchange

    Jan 7, 2016 · 1 The problem of factoring polynomials is in general difficult and/or labor-intensive, but for the sake of concreteness, I'll indicate one way to factor the example polynomial that uses a few …

  2. How to factor a four term polynomial without grouping?

    The way to factor a four-term polynomial like this is to apply Rational Root Theorem along with synthetic division or substitution to determine whether a rational root works for the polynomial or not.

  3. factoring - How to factorize polynomials to the 5th degree ...

    Dec 3, 2017 · 1 I have the polynomial: $$2x^5-x^4+10x^3-5x^2+8x-4$$ and I know that the final result is: $$ (2x-1) (x^4+5x^2+4) = (2x-1) (x^2+1) (x^2+4)$$ But how would you do it step by step? I've …

  4. What is a real world application of polynomial factoring?

    For polynomials with real coefficients there is partial fraction expansion used in calculus to compute integrals. For polynomials with complex numbers as coefficients the factorization is into linear factors …

  5. Factoring a Cubic Polynomial - Mathematics Stack Exchange

    I've been trying to understand how ${x^3-12x+9}$ factors to $(x-3) (x^2+3 x-3)$ What factoring rule does this follow? The net result seems to be similar to what is attained through the sum/

  6. abstract algebra - Algorithms for factoring multivariate polynomials ...

    There are algorithms for factoring univariate polynomials with integer coefficients like the Zassenhaus algorithm. It reduces the problem modulo small primes and then uses Hensel-lifting to probe for the …

  7. algebra precalculus - How to factorize a 4th degree polynomial ...

    Apr 26, 2016 · Explore related questions algebra-precalculus polynomials factoring See similar questions with these tags.

  8. Factoring polynomials with a 2nd degree coefficient greater than $1$

    I'm learning how to factor polynomials, but I'm having a hard time understanding the approach when the 2nd degree coefficient is greater than $1$. For example, when I begin to factor $12k^4 + 22k^...

  9. Is there an easy way to factor polynomials with two variables?

    This is obviously a simple example, and it can still get quite complicated, but it works quite well with lower degree integer polynomials. Other than that the field that investigates questions like those is …

  10. Factoring Polynomials over $\mathbb R$ using SageMath

    Nov 27, 2024 · I'm new to Sage and computer algebra systems in general, and I'm wondering if there's a simple way to factor polynomials over $\mathbb R$ where the factorization includes radicals instead …