How to write a programmes to determine the inverse of a given matrix?

Recommended Answers

All 2 Replies

These are the steps:

1)First write a program to dynamically allocate memory for a matrix,input values to it and print them.
2)Now take a pen and paper and find the inverse of that matrix step by step.
3)Analyze the steps and code for it finally.
4)Correct the mistakes which you might have done.

see numerical recipes

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.