Definition:Multiplication of Polynomials
(Redirected from Definition:Polynomial Multiplication)
Jump to navigation
Jump to search
Definition
Let $\struct {R, +, \circ}$ be a ring.
Let $\struct {S, +, \circ}$ be a subring of $R$.
Let $x \in R$.
Let:
- $\ds f = \sum_{j \mathop = 0}^n a_j x^j$
- $\ds g = \sum_{k \mathop = 0}^n b_k x^k$
be polynomials in $x$ over $S$ such that $a_n \ne 0$ and $b_m \ne 0$.
![]() | The validity of the material on this page is questionable. In particular: this does not need to be defined; it's just the product of ring elements You can help $\mathsf{Pr} \infty \mathsf{fWiki}$ by resolving the issues. To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{Questionable}} from the code.If you would welcome a second opinion as to whether your work is correct, add a call to {{Proofread}} the page. |
The product of $f$ and $g$ is defined as:
- $\ds f g := \sum_{l \mathop = 0}^{m + n} c_l x^l$
where:
- $\ds \forall l \in \set {0, 1, \ldots, m + n}: c_l = \sum_{\substack {j \mathop + k \mathop = l \\ j, k \mathop \in \Z} } a_j b_k$
Polynomial Forms
Let $\ds f = \sum_{k \mathop \in Z} a_k \mathbf X^k$ and $\ds g = \sum_{k \mathop \in Z} b_k \mathbf X^k$ be polynomial forms in the indeterminates $\set {X_j: j \in J}$ over $R$.
The product of $f$ and $g$ is defined as:
- $\ds f \circ g := \sum_{k \mathop \in Z} c_k \mathbf X^k$
where:
- $\ds c_k = \sum_{\substack {p + q \mathop = k \\ p, q \mathop \in Z} } a_p b_q$
Polynomials as Sequences
Let:
- $f = \sequence {a_k} = \tuple {a_0, a_1, a_2, \ldots}$
and:
- $g = \sequence {b_k} = \tuple {b_0, b_1, b_2, \ldots}$
be polynomials over a field $F$.
Then the operation of (polynomial) multiplication is defined as:
- $f g := \tuple {c_0, c_1, c_2, \ldots}$
where $\ds c_i = \sum_{j \mathop + k \mathop = i} a_j b_k$
Also see
Sources
- 1978: Thomas A. Whitelaw: An Introduction to Abstract Algebra ... (previous) ... (next): $\S 64$. Polynomial rings over an integral domain: Remarks $\text{(b)}$