0

Given three nonzero polynomials $a(x), b(x)$ and $c(x)$ satisfying $\gcd(a(x), b(x), c(x))=1$.

Please help me prove that there exists six polynomials $f(x), g(x), h(x), u(x), v(x), w(x)$ such that

$$\begin{vmatrix} a(x) & b(x) & c(x) \\ f(x) & g(x) & h(x) \\ u(x) & v(x) & w(x) \end{vmatrix}=1$$

1 Answers1

0

Let $G(x) := \gcd(a(x),b(x))$.

Then there are polynomials $A(x), B(x)$ such that $a(x)A(x) + b(x)B(X) = G(x)$.

Now we know that $\gcd(G(x),c(x)) = 1$.

Thus, there are polynomials $C(x),D(x)$ such that $G(x)D(x) + c(x)C(x) = 1$.

Expand this to read $$a(x)A(x)D(x) + b(x)B(X)D(x) + c(x)C(x) = 1$$

Look at the formula for the determinant of a $3 \times 3$ matrix and try to take it from there.

lioness99a
  • 4,943
Dirk
  • 6,359