Skip to content

Commit

Permalink
first variable change
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbeckm committed Sep 23, 2024
1 parent 6ee25a1 commit b9ba28e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions python/python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -373,14 +373,14 @@
"### Kurzaufgaben 1, 2 und 3\n",
"\n",
"1. Definiere die folgenden Variablen mit den angegebenen Werten\n",
"- Variable t , Wert: 0.5\n",
"- Variable h_i, Wert: 10\n",
"- Variable v_i, Wert: 0.75\n",
"- Variable a_i, Wert: -9.81\n",
"- Variable $t$, Wert: $0.5$s\n",
"- Variable $h_i$, Wert: $10$m\n",
"- Variable $v_i$, Wert: $0.75$m/s\n",
"- Variable $a_i$, Wert: $-9.81$m/s²\n",
"\n",
"2. Berechne mit den obigen Werten die Höhe h,\n",
" Geschwindigkeit v und Beschleunigung a\n",
" zum Zeitpunkt t=0.5 eines fallenden Objekts.\n",
" zum Zeitpunkt t=0.5s eines fallenden Objekts.\n",
" Speichert die Ergebnisse in entsprechenden \n",
" Variablen h, v, a. \n",
"\n",
Expand Down Expand Up @@ -2278,7 +2278,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit b9ba28e

Please sign in to comment.