First time here? Check out the FAQ!
answered 2023-10-23 20:45:49 +0100
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()