Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.18 KB

index.md

File metadata and controls

26 lines (20 loc) · 1.18 KB
layout root permalink
lesson
.
index.html

Trebuchet{: height="400px" }

Melissa and her schoolmates built a trebuchet in their physics-club. In their first tests they experienced that aiming it is not that easy and intuitive, so they are planning to write a program that automatically aims their trebuchet given the distance of the target and the velocity of the wind. As programming language they chose julia since it has state-of-the-art packages for this tasks and they also read it composes very well.

Unfortunately nobody knows this language already, so they have to learn it from scratch.

{% comment %} This is a comment in Liquid {% endcomment %}

Prerequisites

You need to understand the concepts of files and directories as well as arrays and indices. It is benficial to have some programming experience in another language.

This lesson requires julia 1.6 or greater {: .prereq}

{% include links.md %}