Re: [Tutor] Matrix Multiplication user entries

2018-03-23 Thread Mats Wichmann
On 03/23/2018 12:02 AM, Noor Alghanem wrote: > Hello, > > I am trying to write a program that is basically multiplying two matrices > one of size 1x8 and the other one of size 8x4. The different thing that I > am trying to figure out is that I want the program to ask the user to enter > the values

[Tutor] Matrix Multiplication user entries

2018-03-23 Thread Noor Alghanem
Hello, I am trying to write a program that is basically multiplying two matrices one of size 1x8 and the other one of size 8x4. The different thing that I am trying to figure out is that I want the program to ask the user to enter the values for the 1x8 matrix only which will be used in the multip