Skip to content

Mathematical Principles I for Computational Engineering Science at RWTH Aachen University

License

Notifications You must be signed in to change notification settings

sloede/ces-math-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mathematical Principles I (CES/RWTH Aachen)

This is a repository for the course Mathematische Grundlagen I ("Mathematical Principles I") for the Computational Engineering Science bachelor program at RWTH Aachen University (winter term 2023/2024).

Pluto notebooks

Notebooks available in this repository:

If you are new to Julia and Pluto.jl, follow the instructions below to get started.

Getting started with Julia and Pluto

The following description is roughly based on the excellent instructions here.

Get Julia

To get Julia, go to https://julialang.org/downloads/ and download the current stable release of Julia (not the LTS version, no pre-releases etc.). Check out the platform-specific instructions for more information, e.g., for Windows, macOS, or Linux.

Get Pluto

Once Julia is installed, run the Julia executable (julia on Linux/macOS, julia.exe on Windows) to start the Julia REPL. Then execute the following commands (you can copy & paste them to the REPL prompt and then hit Enter):

using Pkg
Pkg.add("Pluto")

This will install the Pluto package. Note that this step is only required once, i.e., the second time you want to use Pluto you can directly proceed to running Pluto.

Run Pluto

After Julia and Pluto have been installed, you can run Pluto by starting the Julia REPL and executing the following commands:

using Pluto
Pluto.run()

This should automatically open Pluto in your default browser. If not, find the link in the Julia REPL that looks something like http://localhost:1234/?secret=1234abcd and open it manually in your browser.

On the Pluto.jl landing page you will find a section titled "Open a notebook". Copy one of the Pluto links from the notebooks above into the field and click "Open" to start the notebook.

Note: When a notebook is opened, its Julia code is executed once. Depending on the notebook, this can take a few seconds. Once the notebook has been loaded completely, everything should be snappy. When a notebook is opened for the very first time, this delay can be even longer (tens of seconds), since Pluto might have to install additional Julia packages.

Archive

Previous versions of this repository as it was used in earlier semesters can be accessed via the appropriate git tags:

  • Winter semester 2022/2023: 2022-ws

Author

This repository was initiated by Michael Schlottke-Lakemper, who is also its principal maintainer. Several of the notebooks hosted here are based on ideas first developed by Manuel Torrilhon.

License

The contents of this repository are licensed under the MIT license (see LICENSE.md).

About

Mathematical Principles I for Computational Engineering Science at RWTH Aachen University

Resources

License

Stars

Watchers

Forks