

rtpoly(timeslab)                             R Documentation

_F_i_n_d _t_h_e _C_o_e_f_f_i_c_i_e_n_t_s _o_f _a _P_o_l_y_n_o_m_i_a_l _G_i_v_e_n _i_t_s _R_o_o_t_s

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

     Find the Coefficients of a Polynomial Given its Roots

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

     rtpoly(roots)

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

   roots: Array of length $p$ containing the zeros of the
          polynomial.

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

  rtpoly: returns an array of length $p$ containing the
          coefficients of the polynomial with the given
          roots.

