Posts by Gabriela Sussuarana • 1 point
1 post
-
0
votes0
answers96
viewsQ: Error: subscripted value is neither array nor Pointer nor vector
What am I doing wrong in this code of mine to be making this mistake? Statement: Given the Matrix A = {{10, 30, 50}, {5, 15, 25}, {2, 5, 9}} and the Matrix B= {{5, 35, 70}, {1, 25, 30}, {1, 4, 7}},…