[algogeeks] can any body help me in writing a C program find the reverse any given matrix

2006-05-15 Thread Thati ravi
hai everybody   I wanted to  write generalized matrix inverse program in C .    Please any  suggestion s. to approach the problem. -- thanks ... Ravi.Thati --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algorit

[algogeeks] Is there any other way to find factorial of number except multiplication

2006-05-02 Thread Thati ravi
Hi everybody  I am in need to find factorial of  numbers . I know the classical method  4!= 4*3*2*1  5!=5*4!   this way.  But if I have to find factorial of 200 ,321, or bigger numbers like thiswhat should i do .. the algorithm requires somany CPU cycles for this kinda numbers.  

[algogeeks] hai Farhan

2006-04-23 Thread Thati ravi
How do you do ??   this is regarding the Q  Can you guys tell me what will the answers of following operations: 1. -22 % 3 = ? 2. 22 % -3 = ? (This one I know actually, it will be 2, I know the calculation but do not know the explanation) 3. -22 % -3 = ? Answers:: 1. -1   explanation :