Can't plot a function
Hey guys, I'm trying to plot this function into Sage and it does not work for some reason.
g(x) = binomial(3,x)*binomial(3,2-x) / binomial(6,2)
plot(g(x), (x,0,2))
Nothing shows up.
add a comment