From 26169e453d5f3ec4036a56b3234fe063b59c5495 Mon Sep 17 00:00:00 2001 From: stockth Date: Tue, 23 Jul 2019 10:36:25 +0200 Subject: [PATCH] t --- Formeln.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formeln.py b/Formeln.py index 0be8810..3a247b0 100644 --- a/Formeln.py +++ b/Formeln.py @@ -8,4 +8,6 @@ Formeln = [k.Formel('Kraftformel', i=k.Groesse('F', 'N', False), a=k.Groesse('m' k.Formel('Gleichm. beschl. Bew.', i=k.Groesse('s', 'm', False), a=k.Groesse(None, None, True, 0.5), b=('a', 'm/s^2', False), c=k.Groesse('t', 's', False), z=konstante_eins, x=konstante_eins, y=k.Groesse(None, None, True, 2)), + k.Formel('Elektrische Leistung', i=k.Groesse('P', 'W', False), a=k.Groesse('U', 'V', False), + b=k.Groesse('I','A', False), c=konstante_eins, z=konstante_eins, x=konstante_eins, y=konstante_eins) ]