Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.