Plot Gamma Function with Mathematica

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
aredy29
Messages
10
Reaction score
0
I have a gamma function in the form of Gamma(s-1) where s can take only positive values. How can I plot this function for different value of s using Mathematica ?
 
Physics news on Phys.org
Perhaps

Plot[Gamma[s - 1], {s, 0, 10}]