Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #107.46K
~315 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for jackman05

//PennyBoki @ </dream.in.code> #include <stdio.h> int main() { float A[3][3];// the matrix that is entered by user float B[3][3];//the transpose of a matrix A float C[3][3];//the adjunct matrix of transpose of a matrix A not adjunct of A double X[3][3];//the inverse int i,j; float x,n=0;//n is the determinant of A …

Member Avatar for mrnutty
0
315