From 4bcf2cd149f12c232967a333a2bf97c166ac64c0 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 15 Oct 2023 11:51:45 +0200 Subject: [PATCH] docs: `gravitational_potential_energy` equation fixed on a graph --- docs/users_guide/framework_basics/systems_of_quantities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/framework_basics/systems_of_quantities.md b/docs/users_guide/framework_basics/systems_of_quantities.md index 7a7b8935a..050269a1c 100644 --- a/docs/users_guide/framework_basics/systems_of_quantities.md +++ b/docs/users_guide/framework_basics/systems_of_quantities.md @@ -289,7 +289,7 @@ flowchart TD energy["energy\n(mass * length^2 / time^2)"] energy --- mechanical_energy mechanical_energy --- potential_energy - potential_energy --- gravitational_potential_energy["gravitational_potential_energy\n(mass / acceleration_of_free_fall / height)"] + potential_energy --- gravitational_potential_energy["gravitational_potential_energy\n(mass * acceleration_of_free_fall * height)"] potential_energy --- elastic_potential_energy["elastic_potential_energy\n(spring_constant * amount_of_compression^2)"] mechanical_energy --- kinetic_energy["kinetic_energy\n(mass * speed^2)"] energy --- enthalpy