First time here? Check out the FAQ!
answered 2021-01-27 19:34:41 +0100
EE[0,0] is a chart function, which does not have any method denominator(). To access to the underlying symbolic expression, on which you can invoke denominator(), use expr():
EE[0,0]
denominator()
expr()
eq1.expr().denominator()