Can someone help me with this problem...
A is an m*n matrix
B is an n*p matrix
product AB is an m*p
then I have to write a function void matrix product that takes two matrices of integers as two separate arguments and then calculates the product of those matrices and prints the results on screen. Create constants to store sizes of matrices.
Wong23 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.