Modifying arrays
Creating and modifying arrays is an essential step of any scientific computing. In this exercise, you will become familiar with doing so with Julia.
Cet exercice fait partie du cours
Introduction to Julia
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Create array of zeros
x = ____