解決済み


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

約2年 前

解決済み


Create a vector
Create a vector from 0 to n by intervals of 2.

約2年 前

解決済み


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

約2年 前