| ## Project Structure | |
| ```text | |
| RBC/ | |
| ├── Dump/ | |
| │ ├── example_4_1.tex | |
| │ ├── note.txt | |
| │ ├── solution_breakdown.md | |
| │ └── solution_breakdown.pdf | |
| ├── MATLAB/ | |
| │ └── app.m | |
| ├── .gitignore | |
| ├── app.py | |
| ├── beam_calc.db | |
| ├── calculator.py | |
| ├── db_manager.py | |
| ├── LICENSE | |
| ├── README.md | |
| ├── requirements.txt | |
| ├── TECHSTACK.md | |
| └── test_calculator.py | |
| ``` | |