

divpoly(timeslab)                            R Documentation

_D_i_v_i_d_e _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_:

     Divide Two Polynomials

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

     divpoly(num,den,n)

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

     num: Array containing coefficients of the numerator
          polynomial whose zeroth coefficient is one.

     den: Array containing coefficients of the denominator
          polynomial with zeroth coefficient equal to one.

       n: Integer containing the order of resulting polyno-
          mial.

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

 divpoly: returns the array {`ratio'} of length {sl{n}} con-
          taining the coefficients of the polynomial that
          results from the division the original two polyno-
          mials.

