d4t_formulas/assets/formulas/materials_elasticity.d4rt
2026-02-24 20:28:01 +01:00

4 lines
217 B
Text

[
{"name":"Hooke's Law","input":[{"name":"k","unit":"newton per meter"},{"name":"x","unit":"meter"}],"output":{"name":"F","unit":"newton"},"d4rtCode":"F = -k * x;","tags":["physics","elasticity","oscillations"]}
]