Choose from 1 available questions to practice mathematical operations, arrays, and linear algebra concepts.
A common task is to perform mathematical operations between two arrays of the same size.
Create two arrays, A = [1, 2, 3] and B = [10, 20, 30]. Calculate their element-wise sum.
A new array [11, 22, 33]