Skip to content

Commit 97dcba6

Browse files
authored
Update identitymatrixcheck.c
1 parent ef83e2c commit 97dcba6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

identitymatrixcheck.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//Check whether a matrix is identity matrix or not
2+
13
#include <stdio.h>
24
void main()
35
{
@@ -48,4 +50,4 @@ void main()
4850
{
4951
printf("The matrix is not an identity matrix");
5052
}
51-
}
53+
}

0 commit comments

Comments
 (0)