answersLogoWhite

0

int sym_test(const **a,int n){

int i,j,sym;

i=1;j=0;sym=1;

while(sym && i<n){

if ( a[i][j] != -[j][i] ) sym=0;

else if (j<i-1) ++j;

else ++i,y=0;

}

return sym;

}

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What also called two dimensional arrays are?

I suppose you could refer to a two-dimensional array as a rectangular or square array (or as a jagged array of not all arrays within a given dimension have the same size). Table, grid or matrix may also be good synonyms for two-dimensional array, subject to the problem domain addressed with the algorithm.


what- Given: GRM?

(1) Symmetric, (2) Transitive, (3) HL


Reflexive matrix for a given matrix?

The matrices that follow d rule of reflexivity is known as ref matrix


Transitive matrix-a matlab program?

taking an example of matrix x ,we find whether this matrix is transitive or not: x=[1 1 0 ;1 0 1;1 0 1] m=1; for i=1:3 for j=1:3 if x(i,j)==1 for k=1:3 if x(j,k)==1 if x(i,k)~=1 m=0; end end end end end end if m==1 disp('Given matrix is Transitive') else disp('Given Matrix is not Transitive') end


How is the number of factors of a given number related to the number of rectangler arrays?

The number of factors of a given number corresponds to the different ways that number can be expressed as a product of two integers, which represents the possible dimensions of rectangular arrays. For instance, if a number has six factors, it can be arranged into rectangular arrays of dimensions that multiply to that number, such as 1x6, 2x3, and 3x2. Each unique pair of factors gives a distinct arrangement, illustrating the relationship between factors and rectangular arrays. Thus, the total number of factors directly determines the number of unique rectangular configurations possible for that number.

Related Questions

Write a program using c plus plus to check whether the given square matrix is symmetric or not?

means whether the matrix is same or not program for symmetric matrix : include&lt;stdio.h&gt; #include&lt;conio.h&gt; main() { int a[10][10],at[10][10],k,i,j,m,n; clrscr(); printf("enter the order of matrix"); scanf("%d %d",&amp;m,&amp;n); printf("enter the matrix"); for(i=0;i&lt;m;i++) { for(j=0;j&lt;n;j++) scanf("%d",&amp;a[i][j]); } for(i=0;i&lt;m;i++) { for(j=0;j&lt;n;j++) at[i][j]=a[j][i]; } for(i=0;i&lt;m;i++) { for(j=0;j&lt;n;j++) { if(at[i][j]!=a[i][j]) k=1; } } if(k==1) printf("not symmetric"); else printf("symmetric"); getch(); }


Given two arrays A and B Array?

distinguish extra element in two arrays


what- Assaf is provided with the figure shown. it is given that....?

Symmetric Property of Congruence


Determinant of test?

The determinant of test is usually a scalar quantity. The determinant of a matrix is used to test whether a given matrix has an inverse or not. It is used to test for the linear dependence of the vectors.


What also called two dimensional arrays are?

I suppose you could refer to a two-dimensional array as a rectangular or square array (or as a jagged array of not all arrays within a given dimension have the same size). Table, grid or matrix may also be good synonyms for two-dimensional array, subject to the problem domain addressed with the algorithm.


what- Given: GRM?

(1) Symmetric, (2) Transitive, (3) HL


what- bianca is provided with the figure shown. it is given that...?

symmetric property of congruence


what- camille is provided with the figure shown. it is given that?

symmetric property of congrence


Reflexive matrix for a given matrix?

The matrices that follow d rule of reflexivity is known as ref matrix


How many symmetric relations are there on a set with eight elements?

2^32 because 2^(n*(n+1)/2) is the no of symmetric relation for n elements in a given set


Transitive matrix-a matlab program?

taking an example of matrix x ,we find whether this matrix is transitive or not: x=[1 1 0 ;1 0 1;1 0 1] m=1; for i=1:3 for j=1:3 if x(i,j)==1 for k=1:3 if x(j,k)==1 if x(i,k)~=1 m=0; end end end end end end if m==1 disp('Given matrix is Transitive') else disp('Given Matrix is not Transitive') end


How many rectangular arrays help you identify factors and factor pairs for a given number?

6