Question: Do these subroutines multiply Ax by rows or columns? Start with B(I) = 0: DO 10 I = 1, N DO 10 J = 1,

 Do these subroutines multiply Ax by rows or columns? Start with

Do these subroutines multiply Ax by rows or columns? Start with B(I) = 0: DO 10 I = 1, N DO 10 J = 1, N DO 10 J = 1, N Do 10 I = 1, N B(I) = B(I) + A(I, J) * X(J) B(I) = B(I) +A (I, J) X (J) The outputs Bx = Ax are the same. The second code is slightly more efficient in FORTRAN and much more efficient on a vector machine (the first changes single entries B(I), the second can update whole vectors)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!