Skip to content

Latest commit

 

History

History
executable file
·
59 lines (49 loc) · 2.47 KB

page03_homework.md

File metadata and controls

executable file
·
59 lines (49 loc) · 2.47 KB
layout title img permalink sidebar
page
Homework
hw.png
homework
true

Homeworks are due 30min before class (2:00 PM) one week after they are posted. Solutions will be posted two days after the homeworks are submitted, and homeworks will be returned a week after they are submitted.

Late policy: NO late homeworks will be accepted (late means anytime after class starts the day the homework is due) unless you have a mindblowingly good excuse - this means a note from someone like a doctor or a Dean. Rob does not grant extensions.

Submission policy: Submit all write-ups as PDFs and all Jupyter code as both .ipynb and .html files. Your written solutions should be clear and understandable throughout so that we can follow your reasoning. Submit your files for odd homeworks to tom@caltech.edu and for even homeworks to jordan.santana@caltech.edu with the subject line “HW # - FirstName LastName”.

Collaboration policy: you may discuss the homework with others, but your explanations and derivations must be your own. Your logic and the significance of your results should also be explained.

ChatGPT policy: While we encourage you work on homework problems that involve coding, the use of ChatGPT is allowed for coding parts of homework problems. If you decide to use ChatGPT, we ask you to include a screenshot of the prompt that was used as well as the output that ChatGPT produced. The use of ChatGPT for any other homework problem is prohibited. This policy is enforced under the honor code.


{% for hwk in site.data.homework %} {% if hwk.file %} {%endif%} {% if hwk.solns %} {% else %} {% endif %} {%endfor%}
Homework Due date Files Solutions
{{hwk.name}} {{hwk.due_date}} {% for file in hwk.file %} {{file.name}}
{% endfor %} {% else %}
{{'-'}} {{'Solutions'}} {{'-'}}
{{day.topic}} {% if day.videos %} {% for v in day.videos %} {{v.title}}
{%endfor%} {%endif %}