User Portlet
Discussions |
---|
thank you. this gets me closer Plot[Mod[x!, 2^x], {x, 20, 35}, PlotPoints -> 10, WorkingPrecision -> 40] but I'd like to rescale the y -axis so I can see all the numbers (or possibly a logarithmic scale?) and is it possible to print out... |
In the Wolfram Cloud (Wolfram Programming Lab Beta), this works: TableForm[Table[{n,n!, 2^n,Mod[n!,2^n]},{n,1,50}]] and gives a nice tabular output. However in wolframalpha.com, I get an error. Why is that? |