From 0927bb1178c573c7b4b43811e37769e06b076825 Mon Sep 17 00:00:00 2001 From: Didictateur Date: Mon, 16 Feb 2026 15:39:45 +0100 Subject: [PATCH] double pendule --- double_pendule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/double_pendule.py b/double_pendule.py index 49fd4a5..93f963b 100644 --- a/double_pendule.py +++ b/double_pendule.py @@ -35,7 +35,7 @@ init = { "d_theta2" : 0 } -data = L.solve(init, 5, 0.01) +data = L.solve(init, 10, 0.01, True) # Extraire les positions times = sorted(data.keys())