程序代写代做 go HW03 – DRAFT

HW03 – DRAFT

Policy and logistics:

– Late problem sets are not accepted.

– Submit thie problem set electronically via Canvas. You should only submit ipynb files (no pdfs). Do not change the file names. Use the files we provided.

– You must run the code and upload it with the output. Do not erase the output from the notebook. We will take points off for code without output.

– You are not allowed to use at solutions for similar problems (e.g. online/ books/ friends). You are allowed to look for general reference on python, linear algebra etc.

– You must write the solutions to the problems independently and in your own words/ code. However, you are allowed to discuss the problem sets in small groups of no more than 4 students and you are allowed to discuss via github (and Piazza). You must list at the top of the problem set everyone with whom you have discussed the problem set, including office hours. Failure to list people with whom you have discussed a problem set is considered a violation of academic honesty code.

– The only exception is github (or Piazza public comments – annonymous or not). In this case we assume you go over the information there, but you can give credit to helpful contributions.

– Cite any resources you used. General python syntax do not have to be cited, but anything specific to the task at hand or how to implement it is required (it’s much much better to cite a source that you’re not supposed to use an say why you used it than to violate the academic code). Office hours should be cited as well. If you copied any single line of code as is from anywhere, you should cite it.