multiplication bastâyeš Fr.: multiplication In general, the process of repeatedly adding a quantity to itself a certain number of times, or any other process which has the same result. Verbal noun of → multiply. |
multiplication sign nešâne-ye bastâyeš Fr.: croix de multiplication The sign used to indicate multiplication, either a times sign (×), a centered dot (·), or an asterisk. The multiplication sign was introduced by William Oughtred in 1631. → multiplication; → sign. |
nested multiplication bastâyeš-e tu-dar-tu Fr.: multiplication imbriquée A method in the evaluation of polynomials which involves fewer basic operations and allows simpler computation, especially for polynomials of high degree. More specifically, the polynomial P(x) = a0 + a1x + a2x2 + a3x3 + ... + anxn can be written in the nested form as: P(x) = a0 + x(a1 + x(a2 + ... + x(an - 1 + anx) ...)). For example, the polynomial P(x) = x3 - 5x2 + 10x - 3 has the following nested form: P(x) = ((x - 5)x + 10)x - 3. Same as the → Ruffini-Horner method. → nested; → multiplication. |