Posts by Anna Paula Mendes • 21 points
2 posts
-
0
votes1
answer52
viewsQ: Blank graph
The program is running normal, however, the position graphs, line 339 and 345 are blank, others are normal. I would like to know what to do to solve? Follows code: # -*- coding: utf-8 -*- """…
-
-1
votes1
answer68
viewsQ: Error in Fortran
I have this programming in Python: from time import sleep #importando biblioteca para usar a função sleep G = 6.67408 * (10 ** -11) M1 = 1.98*(10**30) Xo = 15 * (10 ** 10) Yo = 0 Voy = 2.97 * (10 **…