SkillAgentSearch skills...

JuliaComputation

Repository for Common Ground C25

Install / Use

/learn @mitmath/JuliaComputation

README

Julia: Solving Real-World Problems with Computation, Fall 2024 <br>(course material work in progress)

| | | |:---|---| | <h3>Real-world problems</h3><p>We will take applications such as climate change and show how you can participate in the big open source community looking to find solutions to challenging problems with exposure to github and parallel computing.</p> | <img alt="An interactive lecture about climate economics. You can see the user moving the global CO2 emissions in one graph, and a second graph with global temperatures over 200 years responds." src="https://user-images.githubusercontent.com/6933510/136199652-0a1275ad-8452-4c9b-ac68-d33ed22f1d17.gif" width=200> | | <h3>Corgi in the washing machine</h3><p>You will learn mathematical ideas by immersion into the mathematical process, performing experiments, seeing the connections, and seeing just how much fun math can be.</p> | <img src="https://user-images.githubusercontent.com/6933510/136203450-f1d38de6-f43c-4bfc-a987-f954e7a9da2e.png" alt="An image of prof. Philip the Corgi, but the whole image is swirled and twisted using a mathematical transformation. Overlaying grid lines are also twisted, showing the non-linearity of the transformation." width=200> | | <h3>Revolutionary interactivity</h3><p>Our course material is built using real code, and instead of a book, we have a series of interactive <em>notebooks</em>. <strong>On our website, you can play with sliders, buttons and images to interact with our simulations.</strong> You can even go further, and modify and run any code on our website!</p> | <img src="https://user-images.githubusercontent.com/6933510/136196607-16207911-53be-4abb-b90e-d46c946e6aaf.gif" alt="An interactive lecture about the Newton method. A parabolic function is graphed, and we use sliders to control the number of iterations of the Newton method. Each iteration shows a tangent, demonstrating the algorithm." width=200> | | <h3>Learning Julia</h3> <p>In literature it’s not enough to just know the technicalities of grammar. In music it’s not enough to learn the scales. The goal is to communicate experiences and emotions. For a computer scientist, it’s not enough to write a working program, the program should be <strong>written with beautiful high level abstractions that speak to your audience</strong>. This class will show you how.</p> | <img src="https://user-images.githubusercontent.com/6933510/136203632-29ce0a96-5a34-46ad-a996-de55b3bcd380.png" alt="A snippet of Julia code defining a new type called Sphere, with fields 'position', 'radius' and 'index of refration'." width=200> |

Check out our interactive lecture material on computationalthinking.mit.edu!

<br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>

Logistics

MIT's numbering scheme gone nuts: (1.C25/6.C25/12.C25/16.C25/18.C25/22.C25)
This course is part of the Common Ground.

Lectures: Mondays and Wednesdays 1-2:30 PM in room 4-149.

Prerequisites: 6.100A, 18.03, 18.06 or equivalents (meaning some programming, dif eqs, and lin alg)

Instructors: A. Edelman, more TBA

Teaching Assistants: Raye Kimmerer

Office Hours:

  • Raye on Friday's 2:30 - 3:30PM in 32-G780. A map can be found here: Map, be sure you take the Gates tower elevators not the Dreyfoos tower elevators!!!

Lecture Recordings: ( Hopefully) Available on Canvas under the Panopto Video tab. Should be published the evening after each lecture.
Links: Worth bookmarking.

| Piazza https://piazza.com/mit/fall2024/18c25 | Canvas TBA | Julia | | | ------------------------------------------------- | ---------------------------------------------- | ------------------------------- | ---------------------------------------- | | Discussion | HW submission | Language | |

Description

Focuses on algorithms and techniques for writing and using modern technical software in a job, lab, or research group environment that may consist of interdisciplinary teams, where performance may be critical, and where the software needs to be flexible and adaptable. Topics include automatic differentiation, matrix calculus, scientific machine learning, parallel and GPU computing, and performance optimization with introductory applications to climate science, economics, agent-based modeling, and other areas. Labs and projects focus on performant, readable, composable algorithms and software. Programming will be in Julia. Expects students have some familiarity with Python, Matlab, or R. No Julia experience necessary.

Counts as an elective for CEE students, an advanced subject (18.100 and higher) for Math students, an advanced elective for EECS students, and a computation restricted elective for NSE students. AeroAstro students can petition department to count this class as a professional subject in the computing area. (Professors may be open to petitioning for counting for other programs.)

Class is appropriate for those who enjoy math and wish to see math being used in modern contexts.

While not exactly the same as our past Computational Thinking Class... not entirely different either.

Course Objective

Make mathematics your playground: Throughout the course, students will be encouraged to adopt a new approach to thinking about, learning, and communicating technical systems and concepts. We will demonstrate and produce Julia code which exemplifies a living, interactive approach to make math a fun and playful experience.
Perhaps similar to a CIM class (though this class is NOT officially a CIM , sorry) we will have students present early versions of notebooks, with critiques (and you get to critique the professor too). Nearly all university classes emphasize communication through writing and presentations, this class adds communication through computation.

Grading

Projects may be teams of 1, 2, or 3.

Homework: 25% Class Participation: 10%

Project 1: 20% (fairly soon) Take an existing Pluto notebook from computationalthinking.mit.edu or some other place with our permission. Modify the notebook to make it substantially better, possibly by adding content, but more importantly making it better from a communications standpoint. Choose between signing up to do an in class presentation or making a video of your notebook.

Project 2a: 10% (around the middle of the term) Make a notebook of material from another class you are taking. Pretend you are presenting the material the C25 way rather than the way you learned it.

Project 2b: 5% Critique another team’s Project 2a, giving constructive suggestions.

Project 3: 30% (towards the end of term) Use your Project 2a, incorporating suggestions, to make an amazing Pluto notebook, with a video of your presentation.

<!----- 1. Making mathematics your playground: By the end of the course, students will be able to write interactive Julia code that aids in their understanding of new mathematical systems or concepts. 2. Abstractions: By the end of the course students will be able to use the unique abstractions that exist in the Julia language to write code that can be part of a huge ecosystem. (By contrast many "one-off" homeworks in traditional courses are not able, by their very nature, to reveal the value of abstraction.) 3. Open Source and group collaborations: By the end of the course students will be able to participate in a larger open source project and also will have experienced how programming language can help break down barriers between areas making real the dream of scientific bilinguals that has been promoted at MIT. (See for example [former MIT President Reif in the NYT back in 2018](https://www.nytimes.com/2018/10/15/technology/mit-college-artificial-intelligence.html).) ----->

Homeworks at a glance

| Homework | Assigned | Due | Topic | Solution | | --------------------------------------------------------------- | -------- | ------ | -------------------------------------------------- | ------------------------------------------------------------------------------------ | | HW0 | Sep 4 | Sep 11 | Getting Started | | | HW1 | Sep 11|Sep 18|| | HW2 | Sep 18 |Oct 9 || | HW3 | Oct 10 | Oct 23 | | HW4A | Oct 24 | Nov 1 | | HW4B | Oct 23 | Nov 8 | | | | | | | HW7 Final Project | Nov 20 | Dec 9 |

Lectures at a glance (Lectures being updated from 2023 as we go, but this semester there will be many more student presentations and discussions. Participation is a must.)

| # | Day | Date | Lecturer | Topic | Slides / Notes | Notebooks

View on GitHub
GitHub Stars105
CategoryEducation
Updated12d ago
Forks16

Languages

Julia

Security Score

85/100

Audited on Mar 11, 2026

No findings