From 66728b13af85b0e6bc7cb4589aa3c1499cc9903e Mon Sep 17 00:00:00 2001 From: komminshotel Date: Wed, 24 Jul 2019 11:21:33 +0200 Subject: [PATCH] jonnehei --- .idea/projekttage.iml | 2 +- Formeln.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/projekttage.iml b/.idea/projekttage.iml index ca6e323..f3d7bc9 100644 --- a/.idea/projekttage.iml +++ b/.idea/projekttage.iml @@ -2,7 +2,7 @@ - + diff --git a/Formeln.py b/Formeln.py index 0277d02..372ac0a 100644 --- a/Formeln.py +++ b/Formeln.py @@ -13,7 +13,7 @@ Formeln = [k.Formel('Kraftformel', "F=m*a", i=k.Groesse('F', 'N', False), a=k.Gr k.Formel('Spannenergie', i=k.Groesse('Espann','J', False), a=k.Groesse(None, None, True, 0.5), b=k.Groesse('D', 'N/m', False), c=k.Groesse('s', 'm', False), x=konstante_eins, y=konstante_eins, z=k.Groesse(None, None, True, 2)), - k.Formel('Potentielle Energie', i=k.Groesse('Epot','J',False),a=k.Groesse('m','kg', False), + k.Formel('Potentielle Energie',"Epot=m*g*h", i=k.Groesse('Epot','J',False),a=k.Groesse('m','kg', False), b=k.Groesse(None, None, True, 9.81), c=k.Groesse('h','m',False), z=konstante_eins, y=konstante_eins,x=konstante_eins), k.Formel('Kinetische Energie',i=k.Groesse('Ekin','J', False), a=k.Groesse(None, None, True, 0.5),