开始使用免费开始使用

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.

本练习是课程的一部分

Introduction to Julia

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Create array of zeros
x = ____
编辑并运行代码