Plot Gamma Function with Mathematica

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
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}]