Computer Science, asked by Umang76171, 9 months ago

Algorithm for multiplication of two square matrices

Answers

Answered by rakshitraushan
2

Answer:

sorry I'm in class 10th. &

this question is belong to +2 standards. so I can't answering

Answered by sachinkumar52129
0

Answer:

✌✌matrix multiplication is such a central operation in many numerical algorithms, much work has been invested in making matrix multiplication algorithms efficient. Applications of matrix multiplication in computational problems are found in many fields including scientific computing and pattern recognition and in seemingly unrelated problems such as counting the paths through a graph.[1] Many different algorithms have been designed for multiplying matrices on different types of hardware, including parallel and distributed systems, where the computational work is spread over multiple processors (perhaps over a network).

Directly applying the mathematical definition of matrix multiplication gives an algorithm that takes time on the order of n3 to multiply two n × n matrices (Θ(n3) in big O notation).

Better asymptotic bounds on the time required to multiply matrices have been known since the work of Strassen in the 1960s, but it is still unknown what the optimal time is (i.e., what the complexity of the problem is).✌✌✍✍

❤✌✌i hope its will help

you✌✌❤

❤SO mark as brainlaist❤

Similar questions