answered 4 years ago
If P is the generator, use this:
sage: P.is_on_identity_component() False
You can also see it with E.plot()+P.plot()!