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