1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Julia

Exercise

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.

Instructions 1/3

undefined XP
    1
    2
    3
  • Create an array of defined length of 100 zeros with data type Float64.