matrix multiplication fails introspect the causes for its
failure and write down the possible reasons for its
failurein c language.
Answers were Sorted based on User's Feedback
Answer / praveen
One reason could be
when the number of rows is not equal to number of coloumns
| Is This Answer Correct ? | 28 Yes | 7 No |
Answer / vijay dave
Reeason is there to first matrix`s row number is not
equal to second matrix`s columns number
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / sandeep
one reason is there to first matrix`s row number is not
equal to second matrix`s columns number
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / prabhat thapa
The main reason is number of columns in first matrix not being equal with number of rows in second matrix.
(A i*j)* B(j*k)
| Is This Answer Correct ? | 2 Yes | 0 No |
the question is that what you have been doing all these periods (one year gap)
What is meant by high-order and low-order bytes?
Why isn't any of this standardized in c? Any real program has to do some of these things.
how to construct a simulator keeping the logical boolean gates in c
What does %d do in c?
Why c is known as a mother language?
What is C++
Write a program to swap two numbers without using the third variable?
Difference between Function to pointer and pointer to function
In a switch statement, explain what will happen if a break statement is omitted?
What is c preprocessor mean?
What is meant by type casting?