how can i implement cramer's rule to solve n euqations in n variables
i tried using simple for loops but it becomes to tedious and cumbersome
any suggestions???
This is a discussion on cramer's rule (which uses determinants) within the C Programming forums, part of the General Programming Boards category; how can i implement cramer's rule to solve n euqations in n variables i tried using simple for loops but ...
how can i implement cramer's rule to solve n euqations in n variables
i tried using simple for loops but it becomes to tedious and cumbersome
any suggestions???
This has been discussed several times here:
determinants
could you help me to finish the C exercise
Determinant calculation
thanks for the info.