double pendule
This commit is contained in:
parent
1bf14f57f7
commit
0927bb1178
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ init = {
|
||||||
"d_theta2" : 0
|
"d_theta2" : 0
|
||||||
}
|
}
|
||||||
|
|
||||||
data = L.solve(init, 5, 0.01)
|
data = L.solve(init, 10, 0.01, True)
|
||||||
|
|
||||||
# Extraire les positions
|
# Extraire les positions
|
||||||
times = sorted(data.keys())
|
times = sorted(data.keys())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue