top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Can determinant of a matrix be found without recursion? [CLOSED]

+2 votes
533 views
Can determinant of a matrix be found without recursion? [CLOSED]
closed with the note: No more action required, as problem now seems to be solved.
posted Nov 18, 2014 by Sridharan P

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
Can u add some example.
Whatever can be done using recursion can be achieved via iterative method also.
yes sir...thank u.then its look like big program.
Any other alternatives for continue and break?
Yes that's true its a complex algo specially if Matrix if more then 3X3 and code size is also big.
thank u sir.

Similar Questions
+4 votes

How can we perform Sorting a list of strings without using any built-in sort method?

+7 votes

Write a routine to draw a circle (x ** 2 + y ** 2 = r ** 2) without making use of any floating point computations at all ??

...