You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is backwards, it actually represents a vector from 399 EARTH -> 301 MOON.
Even stranger behavior happens if I do this:
print(repr(moon - earth + earth))
I get this:
<VectorSum of 6 vectors 0 SOLAR SYSTEM BARYCENTER -> 399 EARTH>
Based on looking at the positives and negatives the two earth's do in fact cancel out and the vector is correct, just the __repr__ is incorrect and should be 0 SOLAR SYSTEM BARYCENTER -> 301 MOON:
The text was updated successfully, but these errors were encountered:
Sorry for so many issues at once, this is the last one for a while.
When I create a vector from the earth to the moon like this:
I get this result:
I believe this is backwards, it actually represents a vector from 399 EARTH -> 301 MOON.
Even stranger behavior happens if I do this:
I get this:
Based on looking at the positives and negatives the two
earth
's do in fact cancel out and the vector is correct, just the__repr__
is incorrect and should be 0 SOLAR SYSTEM BARYCENTER -> 301 MOON:The text was updated successfully, but these errors were encountered: