d4t_formulas/assets/formulas/materials_elasticity.d4rt
2026-02-22 18:06:44 +01:00

3 lines
216 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"]}
]