Mathematica Asked by cp250 on September 26, 2021
I want to simplify the following
Gamma[1 + d - k]
given the constraint that 1 + d - k
is a positive integer. I have tried using
FullSimplify[Gamma[1 + d - k], {1 + d - k ∈ Integers, 1 + d - k > 0}]
However, this simply returns Gamma[1 + d - k]
. I am expecting (d - k)!
to be returned. Is there another way to simplify this expression with Mathematica?
You are almost there
$Version
(* 12.1.0 for Mac OS X x86 (64-bit) (April 13, 2020) *)
FullSimplify[Gamma[1+ d - k],Element[d,Integers] && Element[k,Integers] && 1+d-k > 0]
(* (d-k)! *)
Correct answer by yarchik on September 26, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP