This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| notes:submission [2025/12/22 07:30] – cjj | notes:submission [2026/02/24 18:38] (current) – cjj | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======Submission of Homework | + | ======Homework |
| - | **File Format:** Submit your work as a single **Jupyter Notebook** ('' | + | |
| - | **Content | + | =====File Format |
| - | * Use **Markdown cells** for all explanations and prose. | + | |
| - | * Use LaTeX for mathematical expressions to ensure clarity. | + | |
| - | **Reproducibility: | + | Submit your work as a single |
| - | **Performance & Caching:** If a specific code block requires significant computation time (> 1 minute), please implement a caching mechanism. The script should check for a local data file; if the file exists, the notebook should load the results rather than re-running the lengthy evaluation. | + | =====Content & Formatting===== |
| + | | ||
| + | * **Mathematics: | ||
| + | |||
| + | =====Reproducibility===== | ||
| + | The notebook must be fully reproducible. Before submission, please **" | ||
| + | |||
| + | =====Performance & Caching===== | ||
| + | If a specific code block requires significant computation time (**> 1 minute**), please implement a **caching mechanism**. The script should check for a local data file; if the file exists, the notebook should load the results rather than re-running the lengthy evaluation. | ||