CommencerCommencer gratuitement

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

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Create array of zeros
x = ____
Modifier et exécuter le code