Skip to content

auburn-comp-math/math-5630-6630.homework.5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Assignment 5: Extrapolation and Differentiation

Problems can be found on Canvas.

Format of Submission

In this assignment, the submission repository or zip file should only contain one source file if using MATLAB or Python. If you use a programming language other than MATLAB or Python, please submit all the necessary files to run the code.

  • If you are using MATLAB, please edit the file hw05.m and follow the instructions in the file.
  • If you are using Python, please edit the file hw05.py and follow the instructions in the file.

Submission Guidelines

Please include your name and email address on the 1st line in the source files.

The programming part of homework assignments should be submitted separately to Canvas. To submit your work, follow the instructions in each homework and ensure your code has passed all the preliminary tests.

  • For MATLAB users, run the command under the same directory of the homework in MATLAB to check your code:
hw_test
  • For Python users, run the command under the same directory of the homework in the terminal to check your code:
pytest hw_test.py

After passing the tests, you can submit your work either by

  • Push your code to your GitHub repository and submit the public link of the repository to Canvas.
  • or create a zip file of your code and submit it to Canvas.

Important: Any submission that fails to pass the sample tests will be counted as 0 points directly.

About

Programming assignments 5 for numerical analysis I

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published