How to Find the Determinant of a Matrix in C for Newton Gregory Method?

AI Thread Summary
The discussion focuses on finding a determinant of a matrix of any dimension using the C programming language, specifically for the purpose of forming an interpolating formula with the Newton Gregory Method. Participants suggest implementing established methods such as Gaussian elimination or the Laplace formula for calculating determinants, referencing the general definitions and computation techniques available on Wikipedia. The conversation emphasizes the need for efficient algorithms to handle matrix operations in C.
kthouz
Messages
188
Reaction score
0
Can somebody help me in finding a determinat of a matrix of any dimension using C?
This is in order to form an interpolating formula using the Newton Gregory Method.
 
Technology news on Phys.org
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top