First time here? Check out the FAQ!
answered 1 year ago
You can use .denominator() to extract the denominator:
.denominator()
diff((2*x-3)/(5-2*x),x).factor().denominator()
or
diff((2*x-3)/(5-2*x),x).denominator().factor()