# Anonymized capstone dossier example

**Brief:** choose the smallest beam height that meets displacement and stress limits, after
proving that every alternative is numerically valid.

| h (m) | Deflection (mm) | Equilibrium error | Valid | Feasible |
|---:|---:|---:|:---:|:---:|
| 0.08 | 0.744 | <0.5% | Yes | No |
| 0.10 | 0.381 | <0.5% | Yes | No |
| 0.12 | 0.220 | <0.5% | Yes | Yes |
| 0.14 | 0.139 | <0.5% | Yes | Yes |

**Recommendation:** select `h=0.12 m`, the smallest validated alternative that satisfies the
declared limits. Before fabrication, extend sensitivity and applicable-code verification.

This file demonstrates the expected structure. Learners must submit their own calculations,
scripts, CSV, chart, and engineering justification.
