Search the web
Sign In
New User? Sign Up
comp-sci-theory · Computer Science Theory
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1237 - 1266 of 2737   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1237
Prove that the following languages over the alphabet {a,b} are not regular: L = { a^n b a^3n | n != 0 } Thanks Pete...
dtr2468
Offline Send Email
Oct 1, 2003
8:49 pm
1238
... Seems like a trivial application of the pumping lemma. If L was regular, the pumping lemma would apply. Since there can only be one b in the string, there...
Lieven Marchand
lievenmarcha...
Offline Send Email
Oct 1, 2003
9:01 pm
1239
This can be proved by simple application of pumping lemma for regular languages If p is the pumping length, consider the string a^pba^3p which belongs to given...
Laukik Chitnis
laubug
Offline Send Email
Oct 2, 2003
3:19 am
1240
Show proof that the following language over the alphabet {a,b} is not regular using pumping or cutting: L = {a ^i b^n |, n!=0, i=n or i=2n } Thanks, Pete...
dtr2468
Offline Send Email
Oct 2, 2003
4:05 am
1241
Show proof that the following language over the alphabet {a,b} is not regular using pumping or cutting: L = {a ^i b^n |i, n!=0, i=n or i=2n } Thanks, Pete...
dtr2468
Offline Send Email
Oct 2, 2003
4:08 am
1242
... What have you already done about this homework? Show your work and where you're stuck. Hint: consider the previous problem and the fact that regular ...
Lieven Marchand
lievenmarcha...
Offline Send Email
Oct 2, 2003
5:40 pm
1243
... not ... completely ... I haven't been able to get started :(...
dtr2468
Offline Send Email
Oct 2, 2003
7:39 pm
1244
plzz solve these problems Q1. Consider the language S*, where S = {bb,a}. How many words does this language have of length 4? of length 5? of length 6? What...
msaziz44
Offline Send Email
Oct 2, 2003
10:56 pm
1245
plzz solve these problemss of theory of automata Q1. Consider the language S*, where S = {bb,a}. How many words does this language have of length 4? of length...
msaziz44
Offline Send Email
Oct 2, 2003
10:58 pm
1246
Hi all, I'm reviewing for my written qualifyings, please tell me if I have made a mistake. Okay to be a regular language it must be expressable by a DFA which ...
siuball81
Offline Send Email
Oct 5, 2003
2:17 am
1247
I need help constructing a context free-grammar that generate the language: L1 = {a^n, b^n, c^k |n, k=0,1,2,....} Thanks, Pete...
dtr2468
Offline Send Email
Oct 8, 2003
8:09 pm
1248
L1 = {a^n b^n c^k |n, k=0,1,2,....} The production rules would be as follows: S->WC W -> aWb | epsilon C -> cC | epsilon The trick here is to get the...
Laukik Chitnis
laubug
Offline Send Email
Oct 9, 2003
4:21 am
1249
thank you very much...
dtr2468@...
dtr2468
Offline Send Email
Oct 9, 2003
4:26 am
1250
Hello, I need help constructing a pushdown automata that accepts the language L1={a^k b^i c^i |k, i>=0} Thanks, Pete...
dtr2468
Offline Send Email
Oct 10, 2003
1:57 am
1251
Hi, I am studying Theory of Computation and I would like to know about Decidability of Logical Theories. I could read some things in Sipser's book... Is there...
Pedro Rosa
pedgfr
Offline Send Email
Oct 13, 2003
1:19 am
1252
Hi! I'm suggesting a book Computability and Complexity Theory by Homer and Selman. It has a nice introduction about TM's and decidability. ... mais! ...
Wendy Ann
wwwendz
Offline Send Email
Oct 13, 2003
2:29 am
1253
Hello to all; plz can any one help me in solving following question? plz also see the files section where i upload a question file Q1. Build an FA accepting...
Naveed
mnaveed_19
Offline Send Email
Oct 14, 2003
3:33 pm
1254
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the comp-sci-theory group. File :...
comp-sci-theory@yahoo...
Send Email
Oct 14, 2003
3:35 pm
1255
hi, there would some one help me understand the padding argument used in analyzing complexity class. what kind of padding function f will be a proper one? ...
meiji wang
wangmeiji
Offline Send Email
Oct 14, 2003
4:34 pm
1256
I can't understand how to make a pushdown automata for {a^m b^2m| m=0,1,2} Does anyone know where I should start? Thanks in advance, Mike...
mike178452002
Offline Send Email
Oct 15, 2003
3:56 am
1257
hi Please see my approach and if any corrections are welcome. For every one "a" push two "a" s on to the stack and for every "b" pop one "a" from the stack. ...
Ravi Sastry
ravi297636
Offline Send Email
Oct 15, 2003
6:03 am
1258
Does anyone know how to make a pushdown automata for L1 = { a^n b^i c^i | n, i>=0 } I don't know where to start thanks in advance, Mike...
mike178452002
Offline Send Email
Oct 15, 2003
4:43 pm
1259 mike178452002
Offline Send Email
Oct 15, 2003
4:48 pm
1260
This is a tough problem that only experts would understand. Prove that the following language is not context-free. L1 = {a^3k b^2k c^k| k=0,1,2,.....} I'll be...
mike178452002
Offline Send Email
Oct 16, 2003
12:50 am
1261
I can trace this set of configurations but I can't seem to explain what it does in English. For example, accepts all strings that have an even number of a's...
dtr2468
Offline Send Email
Oct 30, 2003
12:53 am
1262
I tested it a couple of times and found that it just reverses the string...
mike17845@...
mike178452002
Offline Send Email
Oct 30, 2003
2:45 am
1263
Hello, I need some help with creating the complete set of transition states for the following Turing machine: R[_] If anyone knows how to do this or where to...
dtr2468
Offline Send Email
Nov 2, 2003
1:02 am
1264
help!!sipser, 4.13 Show that {(G) | G is a CFG over {0,1}* and 1* is subset L(G)} is decidable language....
dd3416
Offline Send Email
Nov 3, 2003
10:04 pm
1265
hi, I am also working on 4.13. I will really appreciate any help with this problem. Thanks ... a ... language. ... reversed ... a ... 1* ... we ... is ... ...
dd3416
Offline Send Email
Nov 3, 2003
10:21 pm
1266
hi, I need help on Sipser, chapter 4 and homework problem 4.13. I will appreciate any help on this homework as soon as possible, it is due tomorrow and I am a...
susan smith
dd3416
Offline Send Email
Nov 4, 2003
3:26 am
Messages 1237 - 1266 of 2737   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help