File size: 477 Bytes
7c60059 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## 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
```
|