computational-thinking icon indicating copy to clipboard operation
computational-thinking copied to clipboard

Course 18.S191 at MIT, Fall 2022 - Introduction to computational thinking with Julia

Results 21 computational-thinking issues
Sort by recently updated
recently updated
newest added

### Summary Add a button to hide the sidebar on website ### Details * The sidebar on the [course website](https://computationalthinking.mit.edu) takes huge space. * This is okay for normal usage,...

In this rewrite, the entire process to generate the site will be done by one script (written as a Pluto notebook, *of course*), instead of a combination of manual scripts,...

I think a picture does better here If I go to [HW0](https://computationalthinking.mit.edu/Spring21/hw0/) and click "[set up Julia and Pluto](https://computationalthinking.mit.edu/Spring21/installation/)" then weirdness ensues Yet if I copy and paste the link...

In lecture 1.1 the color of some pixels of a copy of philip's head is changed to red. There it is written that this also affects the original image and...

@fonsp: Symbolic expansion isn't working on the published version. Maybe it just needs regenerating with a current version of Symbolics.jl?

In section 1.6 on newton method, in the 2D implementation the julia code doesn't match the latex equations. The new approximation is defined to be `x1 = x0 + δ`,...

@tlienart when I try this out locally, I cannot get any search results to render but I am not sure what is wrong. Any suggestions?

documentation
enhancement

It looks like much of the content on the readme and index page are the same. This may lead to confusion for those making website updates.

Hi, Just wanted to let you know that the test for the answer to Ex 3.5 in Hw1 doesn't appear to be working properly. I get a correct answer for...

Was missing. Not official work, obviously - maybe it helps you get started as entry