ComeçarComece de graça

Array operating fluency

Operating on arrays is an integral part of working with data. Most of the time you are working with data in Julia, you will be working with arrays, so it is essential to know how to operate on this data type. In this exercise, you will build your array fluency.

Two 1D arrays, x and y, are available in your environment.

Este exercício faz parte do curso

Introduction to Julia

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Multiply x by 3
a = ____
Editar e executar o código