answersLogoWhite

0

I thinks that might be

r k r j s k s j t k

Repeats the sequence of the letter rr ss tt. . . . and k...j

... k ... j ... k ... j ... k ---> line 1

r......r.....s....s.....t.... ---> line 2

Match line 1 with line 2.

I hope it is clear and correct.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

Matlab code for Integer Wavelet transform?

%%%fim1 is our image%%% [ r c ] = size(fim1); even=zeros(r,(c/2)); %first level decomposition %one even dimension for j = 1:1:r a=2; for k =1:1:(c/2) even(j,k)=fim1(j,a); a=a+2; end end %one odd dim odd=zeros(r,(c/2)); for j = 1:1:r a=1; for k =1:1:(c/2) odd(j,k)=fim1(j,a); a=a+2; end end [ lenr lenc ]=size(odd) ; %one dim haar for j = 1:1:lenr for k =1:1:lenc fhigh(j,k)=odd(j,k)-even(j,k); flow(j,k)=even(j,k)+floor(fhigh(j,k)/2); end end %2nd dimension [len2r len2c ]=size(flow); for j = 1:1:(len2c) a=2; for k =1:1:(len2r/2) %even separation of one dim leven(k,j)=flow(a,j); heven(k,j)=fhigh(a,j); a=a+2; end end %odd separtion of one dim for j = 1:1:(len2c) a=1; for k =1:1:(len2r/2) lodd(k,j)=flow(a,j); hodd(k,j)=fhigh(a,j); a=a+2; end end %2d haar [ len12r len12c ]=size(lodd) ; for j = 1:1:len12r for k =1:1:len12c %2nd level hh f2lhigh(j,k)=lodd(j,k)-leven(j,k); %2nd level hl f2llow(j,k)=leven(j,k)+floor(f2lhigh(j,k)/2); %2nd level lh f2hhigh(j,k)=hodd(j,k)-heven(j,k); %2nd level ll f2hlow(j,k)=heven(j,k)+floor(f2hhigh(j,k)/2); end end % level=level-1;


What letter should appear next in this sequence Z W R K?

C


Which letter is next is next in the series k l r m n r o p r?

It looks as if every third letter is an "r"; the remaining letters are in sequence.


What is geometic sequence?

A geometric sequence is a sequence of a number in which the ratio of any number (other than the first) to its predecessor (the one before) is a constant.if t(k) is the kth term in the sequence thent(1), the seed, is given and then,t(n) = r*t(n-1) where r is the common ratio.


What is the next term in this sequence a 2 c 3 f 5 k 7 r?

It's the alphabet spaced by prime numbers: a+2=c, c+3=f, f+5=k, k+7=r, r+11 takes you past the end so start again at a = c.

Related Questions

What does J E R K stand for?

J-junior E-educated R-rich K-kid


what is j+k if j=57 and k=91?

148 and u r dumb


What is the gas constant R for air?

General gas constant is R = 8.31 J · K-1 · mol-1Air gas constant is Rair=R/28.97=0.2869 (J/g K)=286.9 (J/kg K)


What is the next letter in the sequence ... Z W R K ...?

B


Matlab code for Integer Wavelet transform?

%%%fim1 is our image%%% [ r c ] = size(fim1); even=zeros(r,(c/2)); %first level decomposition %one even dimension for j = 1:1:r a=2; for k =1:1:(c/2) even(j,k)=fim1(j,a); a=a+2; end end %one odd dim odd=zeros(r,(c/2)); for j = 1:1:r a=1; for k =1:1:(c/2) odd(j,k)=fim1(j,a); a=a+2; end end [ lenr lenc ]=size(odd) ; %one dim haar for j = 1:1:lenr for k =1:1:lenc fhigh(j,k)=odd(j,k)-even(j,k); flow(j,k)=even(j,k)+floor(fhigh(j,k)/2); end end %2nd dimension [len2r len2c ]=size(flow); for j = 1:1:(len2c) a=2; for k =1:1:(len2r/2) %even separation of one dim leven(k,j)=flow(a,j); heven(k,j)=fhigh(a,j); a=a+2; end end %odd separtion of one dim for j = 1:1:(len2c) a=1; for k =1:1:(len2r/2) lodd(k,j)=flow(a,j); hodd(k,j)=fhigh(a,j); a=a+2; end end %2d haar [ len12r len12c ]=size(lodd) ; for j = 1:1:len12r for k =1:1:len12c %2nd level hh f2lhigh(j,k)=lodd(j,k)-leven(j,k); %2nd level hl f2llow(j,k)=leven(j,k)+floor(f2lhigh(j,k)/2); %2nd level lh f2hhigh(j,k)=hodd(j,k)-heven(j,k); %2nd level ll f2hlow(j,k)=heven(j,k)+floor(f2hhigh(j,k)/2); end end % level=level-1;


Code of K'maps i n C plus plus?

#include<iostream> #include<string.h> //#include<graphics.h> //#include<dos.h> #include<math.h> using namespace std; int main() { // clrscr(); int c=1,c1=4,c2=1,c3=1,r[2000][10],c4=1,c5=1,p[2000][10],q[2000][10],o[2000][10],t[2000][10],s[2000][10],w[2000][10],i,l=1,j,k,m,u[2000][10],a[2000][10],v,e=0,g=1,f=1,h=0,b[2000][10],z[2000][10],y[6000][5],x[2000][10]; cout<<"Enter 0 for not selecting and 1 for selecting\n"; for(i=0;i<=15;i++) { cout<<"Enter the value for "<<i<<":"; cin>>v; if(v==1) { a[c][5]=i; m=i; while(c1!=0) { a[c][c1]=m%2; m=m/2; c1--; } c++; c1=4; } } for(i=1;i<c;i++) { for(j=1;j<c;j++) { for(k=1;k<=4;k++) { if(a[i][k]+a[j][k]==1) e++; } if(e==1) { for(k=1;k<=4;k++) { if(a[i][k]+a[j][k]!=1) b[f][g]=a[i][k]; else b[f][g]=3; g++; } b[f][5]=a[i][5]; b[f][6]=a[j][5]; g=1; f++; h++; } e=0; } if(h==0) { for(k=1;k<=4;k++) x[c2][k]=a[i][k]; c2++; } h=0; } c=0; for(i=1;i<f;i++) { for(j=1;j<i;j++) { for(k=1;k<=4;k++) { if(b[i][k]==b[j][k]) c++; } if(c!=4) e++; c=0; } if(e==i-1) { for(k=1;k<=6;k++) u[h+1][k]=b[i][k]; h++; } e=0; } for(i=1;i<=h;i++) { if(u[i][7]!=4) { for(j=1;j<=h;j++) { if(u[j][7]!=4) { if((u[i][6]==u[j][5])(u[i][6]==u[j][5])(u[i][5]==u[j][5])(u[i][5]==u[j][6])) { for(k=1;k<=h;k++) { if(u[j][6]==u[k][5]u[j][6]==u[k][6]u[j][5]==u[k][5]u[j][5]==u[k][6]) { for(e=1;e<=h;e++) { if(i!=j&&i!=k&&i!=e&&j!=k&&j!=e&&k!=e) { if(u[k][6]!=u[e][5]&&u[k][6]!=u[e][6]&&u[k][6]!=u[e][6]&&u[k][6]!=u[e][5]) u[j][7]=4; } } } } } } } } } cout<<endl; f=h+1; e=0;h=0;g=1;l=1;c=1; for(i=1;i<f;i++) { for(j=1;j<f;j++) { for(k=1;k<=4;k++) { if(u[i][k]+u[j][k]==1) e++; if((u[i][k]+u[j][k]==3)(u[i][k]+u[j][k]==4)) e=2; } if(e==1) { for(k=1;k<=4;k++) { if(u[i][k]+u[j][k]!=1&&u[i][k]+u[j][k]!=6) z[l][g]=u[i][k]; else z[l][g]=3; g++; } g=1; l++; h++; } e=0; } if(h==0) { for(k=1;k<=7;k++) w[c3][k]=u[i][k]; c3++; } h=0; } c=0; for(i=1;i<l;i++) { for(j=1;j<i;j++) { for(k=1;k<=4;k++) { if(z[i][k]==z[j][k]) c++; } if(c!=4) e++; c=0; } if(e==i-1) { for(k=1;k<=4;k++) t[h+1][k]=z[i][k]; h++; } e=0; } l=h+1; e=0;h=0;g=1;m=1;c=1;c1=4; for(i=1;i<l;i++) { for(j=i+1;j<l;j++) { for(k=1;k<=4;k++) { if(t[i][k]+t[j][k]==1) e++; if(t[i][k]+t[j][k]==3t[i][k]+t[j][k]==4) e=2; } if(e==1) { for(k=1;k<=4;k++) { if(t[i][k]+t[j][k]!=1&&t[i][k]+t[j][k]!=6) y[m][g]=t[i][k]; else y[m][g]=3; g++; } g=1; m++; h++; } e=0; } if(h==0) { for(k=1;k<=4;k++) r[c4][k]=t[i][k]; c4++; } h=0; } c=0;h=0; for(i=1;i<m;i++) { for(j=1;j<i;j++) { for(k=1;k<=4;k++) { if(y[i][k]==y[j][k]) c++; } if(c!=4) e++; c=0; } if(e==i-1) { for(k=1;k<=4;k++) s[h+1][k]=y[i][k]; h++; } e=0; } f=h+1; e=0;h=0;g=1;l=1;c=1; for(i=1;i<f;i++) { for(j=1;j<f;j++) { for(k=1;k<=4;k++) { if(s[i][k]+s[j][k]==1) e++; if((s[i][k]+s[j][k]==3)(s[i][k]+s[j][k]==4)) e=2; } if(e==1) { for(k=1;k<=4;k++) { if(s[i][k]+s[j][k]!=1&&s[i][k]+s[j][k]!=6) q[l][g]=s[i][k]; else q[l][g]=3; g++; } g=1; l++; h++; } e=0; } if(h==0) { for(k=1;k<=4;k++) p[c5][k]=s[i][k]; c5++; } h=0; } c=0; for(i=1;i<l;i++) { for(j=1;j<i;j++) { for(k=1;k<=4;k++) { if(q[i][k]==q[j][k]) c++; } if(c!=4) e++; c=0; } if(e==i-1) { for(k=1;k<=4;k++) o[h+1][k]=q[i][k]; h++; } e=0; } for(i=1;i<=h;i++) { cout<<1; } cout<<endl; for(i=1;i<c2;i++) { if(x[i][1]==0) cout<<"A'"; if(x[i][1]==1) cout<<"A"; if(x[i][2]==0) cout<<"B'"; if(x[i][2]==1) cout<<"B"; if(x[i][3]==0) cout<<"C'"; if(x[i][3]==1) cout<<"C"; if(x[i][4]==0) cout<<"D'"; if(x[i][4]==1) cout<<"D"; cout<<"+"; } c=0; for(i=1;i<c3;i++) { if(w[i][7]!=4) { if(w[i][1]==0) cout<<"A'"; if(w[i][1]==1) cout<<"A"; if(w[i][2]==0) cout<<"B'"; if(w[i][2]==1) cout<<"B"; if(w[i][3]==0) cout<<"C'"; if(w[i][3]==1) cout<<"C"; if(w[i][4]==0) cout<<"D'"; if(w[i][4]==1) cout<<"D"; cout<<"+"; } } cout<<endl; c=0; for(i=1;i<c4;i++) { for(j=1;j<=h;j++) { if(((o[j][1]-r[i][1])==2(o[j][1]-r[i][1])==3(o[j][1]-r[i][1])==0)&&((o[j][2]-r[i][2])==2(o[j][2]-r[i][2])==3(o[j][2]-r[i][2])==0)&&((o[j][3]-r[i][3])==2(o[j][3]-r[i][3])==0(o[j][3]-r[i][3])==3)&&((o[j][4]-r[i][4])==2(o[j][4]-r[i][4])==0(o[j][4]-r[i][4])==3)) c++; } for(j=1;j<c5;j++) { if(((p[j][1]-r[i][1])==2(p[j][1]-r[i][1])==3(p[j][1]-r[i][1])==0)&&((p[j][2]-r[i][2])==2(p[j][2]-r[i][2])==3(p[j][2]-r[i][2])==0)&&((p[j][3]-r[i][3])==2(p[j][3]-r[i][3])==0(p[j][3]-r[i][3])==3)&&((p[j][4]-r[i][4])==2(p[j][4]-r[i][4])==0(p[j][4]-r[i][4])==3)) c++; } if(c==0) { if(r[i][1]==0) cout<<"A'"; if(r[i][1]==1) cout<<"A"; if(r[i][2]==0) cout<<"B'"; if(r[i][2]==1) cout<<"B"; if(r[i][3]==0) cout<<"C'"; if(r[i][3]==1) cout<<"C"; if(r[i][4]==0) cout<<"D'"; if(r[i][4]==1) cout<<"D"; cout<<"+"; } c=0; } cout<<endl; for(i=1;i<c5;i++) { if(p[i][1]==0) cout<<"A'"; if(p[i][1]==1) cout<<"A"; if(p[i][2]==0) cout<<"B'"; if(p[i][2]==1) cout<<"B"; if(p[i][3]==0) cout<<"C'"; if(p[i][3]==1) cout<<"C"; if(p[i][4]==0) cout<<"D'"; if(p[i][4]==1) cout<<"D"; cout<<"+"; } // getch (); }


How do you spell jerkey?

j e r k y


How do you complete this sequence kro k n o h t g t i a j n t s s h?

The sequence appears to consist of the first letters of the words in the sentence "k r o n o h t g t i a j n t s s h," which can be rearranged to form the phrase "The king is a just man." The next letter in the sequence would be "m," representing "man." Thus, the sequence would continue with "m."


What has the author R J K Chapman written?

R. J. K. Chapman has written: 'The court as the public conscience' -- subject(s): Cases, Law and legislation, Natural resources, Pollution


How do you find address of an element in a 3d array?

C-style example: sometype array [P][Q][R]; addr (array,I,J,K) = (char *)array + sizeof (sometype)*(I*Q*R + J*R + K)


What letter should appear next in this sequence Z W R K?

C


Who is the wise chancellor in 1999 university of madras?

In 1999, the Vice-Chancellor of the University of Madras was Dr. J. A. K. T. S. K. R. K. N. R. K. R. K. N. R. K. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K. R. K.