how can we divide two matrices in C++?

Recommended Answers

All 2 Replies

What do you mean, 'divide two matrices'? You multiply matrices, or multiply by matrix inverses.

So which do you want to do? Should x/y be (y^-1)x or should it be x(y^-1)?

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.