Last chance! 50% off unlimited learning
Sale ends in
(a <- rweyl())
deg(a)
d1 <- rweyl(n=2)
d2 <- rweyl(n=2)
deg(d1+d2) <= deg(d1) + deg(d2)
deg(d1*d2) == deg(d1) + deg(d2)
deg(d1*d2-d2*d1) <= deg(d1) + deg(d2) -2
Run the code above in your browser using DataLab