All Projects → justingrimmer → MathCamp

justingrimmer / MathCamp

Licence: other
No description, website, or topics provided.

Programming Languages

HTML
75241 projects
TeX
3793 projects
r
7636 projects

MathCamp

Welcome to the course page for Computational Math Camp (MACS33000) offered at the University of Chicago.

Homework

Daily homework and other assignments will be posted in the Homework page. Further details on assignments and course policies can be found in the syllabus.

Labs

Labs are held as scheduled on the syllabus, the content for which is available under Labs.

Discussion Board

A discussion board is found on Piazza. You can post any course related questions here and other students are encouraged to provide their thoughts or solutions any queries. The TA's and the professor will also comment as needed.

Lectures

The video recordings of the lectures held at the University of Chicago (Summer 2017) are available online for download and review.

Course Content

The easiest way to download and update the course content is to use Git, a language used for version control relative to this site, GitHub. Git are a series of commands run in the terminal.

Many MAC computers will already have git installed. To check for installation, open terminal and type git, which will return git documentation, if correctly installed. Further guides on installation of Git can be found here. Alternatively, install Homebrew and run brew install git.

Once installed, Git can be used to quickly download the course content. Run the following command in terminal to download:

git clone https://github.com/justingrimmer/MathCamp

Once run, your content will download to your computer. To update the content with any new labs and homeworks, simply navigate to the MathCamp folder and git pull:

cd MathCamp
git pull

A more detailed introductory tutorial for using Git can be found here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].