+ 14
How to calculate MINOR or COFACTOR of 3X3 matrix?
I need your help once again more, âș is their any Algorithm to find MINOR or COFACTOR of matrix?
15 Answers
+ 20
The return type is int but isn't T an int array? I may be wrong...
+ 18
@Mohsin I hope Ajay doesn't speak in Telugu...
+ 17
It's Jafca
Try this (what @Heng Jun Xi means):
int[][] TRANSPOSE(int M[][],int x,int y)
+ 17
yes, it's working. Thanks everyone, Jafca, Heng Jun Xi, Dayve and Mohsinđđ
+ 16
I need your help once again more, âș
is their any Algorithm to find MINOR or COFACTOR of matrix?
+ 14
but I have Google translator guys, so that I can understand 100s of languages. So don't worry guys, you can talk in any language. đ
I thanking Google for this and trying your suggestions.
+ 12
Dayve, I have developed it on play ground and also their is no need of semi colon.
because similar codes are running off
on my new code.
+ 12
Jaffa I'll try it now.
+ 11
@Ajay some semi-colons are required, try to run it in code playground.
+ 11
Heng Jun Xi, I have tried it, but still it remains...
+ 8
it should be int [][] TRANSPOSE ()
+ 8
I checked your code and added the [][] it compile and works well.
Make sure there [][]is stick with int and is spaced from TRANSPOSE:
int[][] TRANSPOSE ()
+ 7
@ajay
jaffa in telugu means fool đ
+ 7
@jafca definitely :)
+ 7
All the formula had given back my lecturer haha
I think you can code it out if you know the formula