Giter Site home page Giter Site logo

229-projects's Introduction

Launch Binder

MTH229 Projects

These are a collection of IJulia notebooks to support the MTH229 class at the College of Staten Island

They can be cloned and run on a local jupyter or jupyterhub installation.

They can be run on the department's juliabox server.

They can be used within binder by clicking the link above.

Questions and Answers

These notebooks only contain the background details and many blank cells. New blank cells can be added through the Insert menu.

Question and answers are now presented and completed through WeBWorK.

There are a few idiosyncracies to be aware of when navigating between WeBWorK and the Jupyter interface:

  • The code examples are typeset in WeBWorK as though they appear in a terminal. A terminal displays the output of each command immediately after execution. In a notebook, when a cell is executed, all the commands are computed and only the last value is shown. (The use of @show or print(...) can be used to display intermediate values in a cell.)

  • Copy and paste from WeBWorK into a notebook will usually be unsuccessful, as numbers in the font used to display computer markup do not copy as ASCII numbers into a cell. The numbers can be hand edited though.

  • While Julia is very happy to express its output using scientific notation, WeBWorK is not happy to receive the exact output for an answer. Either replace e with E (as in 1.23e4 would be 1.23E4) or use decimals.

  • For most questions with a numeric answer it is best to copy all 16 digits of output. Several digits after the decimal point are expected to match a correct answer (an absolute tolerance of 0.0001 is used). For numeric questions where an estimate is made, say from a graph, this is significantly relaxed.

  • If the answer is to be a function, the automatic grader of WeBWorK is expecting just the rule of the function (an expression).

229-projects's People

Contributors

jverzani avatar michiexile avatar

Stargazers

ebigram avatar Yi-Xin Liu avatar Deblina Mukherjee avatar Tushar R. Gosavi avatar Elliott Lau avatar kai avatar  avatar Viffzz avatar inky avatar  avatar Krishna Sangeeth avatar Matt Sunderland avatar  avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.