Multiply two matrices using divide and conquer approach.
How it works: Divides matrices into quadrants and uses seven multiplications for efficiency.