Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factorial does not work in Sum and Table #183

Open
balthild opened this issue Nov 1, 2018 · 0 comments
Open

Factorial does not work in Sum and Table #183

balthild opened this issue Nov 1, 2018 · 0 comments

Comments

@balthild
Copy link

balthild commented Nov 1, 2018

In[27]:= Sum[Factorial[n], {n, 0, 3}]
(* The program hangs here, then press Ctrl-C. *)
^COut[27]= 106468 + 3*Factorial[$Aborted]

In[28]:= Table[Factorial[n], {n, 0, 3}]
(* Ctrl-C *)
^COut[28]= {1, 1, 1, 1, (* A lot of 1 here *), Factorial[$Aborted], Factorial[$Aborted], Factorial[$Aborted]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant