Skip to content

how can I get the coefficients of x^0, x^1, x^2, . , x^6 from expansion of (1+x+x^2)^3

2 messages · Peter Yang, Spencer Graves

#
Have you considered library(polynom)?  If you don't already have 
it but have R, install.packages("polynom") should get it. 

      hope this helps.  spencer graves
Peter Yang wrote: