

multpoly(timeslab)                           R Documentation

_M_u_l_t_i_p_l_y _T_w_o _P_o_l_y_n_o_m_i_a_l_s

_D_e_s_c_r_i_p_t_i_o_n_:

     Multiply Two Polynomials

_U_s_a_g_e_:

     multpoly(alpha,beta)

_A_r_g_u_m_e_n_t_s_:

   alpha: Array of length $p$ containing the coefficients of
          the first polynomial.

    beta: Array of length $q$ containing the coefficients of
          the second polynomial.

_V_a_l_u_e_:

multpoly: returns an array of length $p+q$ containing the
          coefficients of the product of the polynomials.

