Get startedGet started for free

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.

This exercise is part of the course

Introduction to Julia

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Create array of zeros
x = ____
Edit and Run Code