Posts by Andrea Ferreira • 31 points
1 post
-
3
votes3
answers529
viewsQ: Product between scalar and array
I have a vector: a = [0.4850045, 0.45512111] and a vector of an element: b = [-0.03116616] I’m trying to multiply the vector content b, that is to say, b[0], by vector a, but instead of getting :…