First time here? Check out the FAQ!
answered 2020-05-28 18:26:10 +0100
If P is the generator, use this:
sage: P.is_on_identity_component() False
You can also see it with E.plot()+P.plot()!