Git Product home page Git Product logo

ces-math-2's Introduction

Mathematical Principles II (CES/RWTH Aachen)

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

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.

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).

ces-math-2's People

Contributors

sloede avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

amrueda

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.