Expand Factorials: (n-2)! & (n-n')!

  • Context: Undergrad 
  • Thread starter Thread starter khary23
  • Start date Start date
  • Tags Tags
    Expansion Factorial
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 8K views
khary23
Messages
92
Reaction score
6
I know how to expand a factorial of the form (n-2)!. How would one expand (n-n')! ?
Would it just be (n-n')?
thanks in advance
 
Mathematics news on Phys.org
What I meant is how does one write (n-n')! For example n!= n(n-1)(n-2)...
 
n!=(n)(n-1)(n-2)...(2)(1)

Therefore, (n-n')! is just n-n' substituted for all n above, thus

(n-n')(n-n'-1)(n-n'-2)...(2)(1).
 
Ok thought it was that simple. thank you!