Tagged Questions
The computation-theory tag has no wiki summary.
7
votes
4answers
647 views
Is there a difference between a “finite state machine” and a “state machine”?
I'm not sure I understand if there is a difference between a finite state machine and a state machine? Am I thinking about this too hard?
7
votes
2answers
145 views
What efforts exist to use programming languages to model legal code?
Legalese can be considered an extremely inefficient language, and it certainly has ambiguities. What attempts exist out there to use programming languages (or any symbolic logic approaches, for that ...
6
votes
2answers
564 views
Important topics in the theory of computation
During my studies at university I had to learn a lot about the theory of computation. I studied the subject for three terms. I had a hard time and I have to admit that I forgot a lot.
I am wondering ...
6
votes
3answers
1k views
NFA to DFA question
First, this is not a question asking for the algorithm to convert a NFA to DFA.
It's known (and proved) that the equivalent DFA of a NFA has at most 2n states, even though most of the times it will ...
5
votes
3answers
70 views
Subroutine inference
Is there any paper describing any algorithm/technique to infer subroutines from a compiled program? In other words: is there an algorithm to find blocks of code that appear more than once in the ...
5
votes
4answers
740 views
Example problems not in P nor in NP-complete but in NP
I have a course called Algorithm Analysis at college, where we're currently studying the different complexity classes -- P, NP, NP-hard etc.
We've already discussed NP-complete problems as the ...
5
votes
1answer
96 views
Does Provable == Decidable?
In computation theory are the terms Provable and Decidable interchangable? Do they mean the same thing?
For example you often see the question whether something is provable referred to as a decision ...
5
votes
7answers
436 views
How to write an enumeration of all computable functions?
Motivation: I'd like to be able to use toy functional programming in languages without first-order functions, by using natural numbers instead of functions.
A universal function is a function f : N ...
4
votes
4answers
378 views
Subset Problem - Greplin Challenge
I've been struggling with level 3 of the Greplin challenge. For those not familiar, here is the problem:
For the final task, you must find all
subsets of an array where the largest
number is ...
4
votes
3answers
130 views
How to tell if a machine is Turing machine equivalent
I found a Wikipedia article of a list of Turing machine equivalents. However, it doesn't tell a method of how to determine whether a given machine is Turing machine equivalent.
Do I need to use the ...
3
votes
2answers
48 views
Regular Expression that matches based on differences in 1's in 0's in a binary string
So, it's finals time and I came across this problem in an old exam:
Give a regular expression that denotes diff(x) where:
- diff(x) is the number of 1's in x minus the number of 0's in x
- 1 <= ...
3
votes
1answer
178 views
Is it possible to create an HTML quine?
Per the title, is it possible to create a (non-trivial) quine in HTML?
My definition of an HTML quine:
A non-trivial HTML quine is one that is not null and uses at least one HTML tag, under the ...
3
votes
2answers
285 views
Context free grammar for non-palindrome
I need a CFG which will generate strings other than palindromes. The solution has been provided and is as below.(Introduction to theory of computation - Sipser)
R -> XRX | S
S -> aTb | bTa
T ...
3
votes
2answers
158 views
PHP and mySQL Task Scheduler program and database theory?
I need to develop a website that runs jobs at certain times (every 15 minutes) I'll use a cron to run the webpage.
What is the best way to store the jobs information in? Some jobs will be daily, ...
2
votes
2answers
37 views
Computability: Is the language of DFAs that receive even-length words in P?
I've been struggling with this one for a while and am not able to come up with anything. Any pointers would be really appreciated.
The problem is: given the language of all DFAs that receive only ...
2
votes
2answers
100 views
A square root computing turing machine [closed]
I think i am close to this answer but still to confirm can we create a turing machine(At least in Principle) which can work on real number computation and give exact results?**For example finding ...
2
votes
3answers
87 views
there's a way to sort a regular expressions list by specificity?
I'm looking for something that allows me to sort a list of regular expression,
or some documentation and research,
according to their specificity/strictness
/[a-z]+/ // most strict
...
2
votes
3answers
81 views
A very complex problem in reduction notion
I have studied many about reduction but I have a bad problem in it:
I take this from CLRS :
" ... by “reducing” solving problem A to solving problem B, we use the “easiness” of B to prove the ...
2
votes
1answer
110 views
Transition Graph per alphabet?
How do you determine how many different Transition Graphs are over a particular alphabet? For example How many TG's are over the alphabet {x, y}. I am taking a class with a similar question from ...
2
votes
1answer
62 views
Understanding TM Simulator
I was just looking at the turing machine simulator code and came across the following statements
"The tape maps time and position to symbols. To calculate the symbol, we have to look at the machine ...
2
votes
1answer
223 views
Key points and Importance of Decidability
A language is decidable If a TM recognises the language and goes into an Accept or Reject state. As a dev. I think this is important as it would mean we could determine if a program contains buffer ...
2
votes
1answer
259 views
Decide if number is negative (in URM machine like language)
So I'm learning to program in an assembly language for an abstract machine wich is very similar to an URM Machine.
An URM machine has 3 basic instructions (or 4 in some literature):
To zero a ...
2
votes
2answers
264 views
2
votes
3answers
1k views
Why is this an invalid Turing machine?
Whilst doing exam revision I am having trouble answering the following question from the book, "An Introduction to the Theory of Computation" by Sipser. Unfortunately there's no solution to this ...
2
votes
2answers
1k views
Designing a Turing Machine's state table
Are they any helpful guidelines to describing what a Turing machine does if you already have the pseudo code for the algorithm?
I'm taking a course on complexity theory and it takes me a while to ...
2
votes
4answers
166 views
What is the name of a function whose result depends only on its parameters?
I'm writing a toy compiler thingy which can optimise function calls if the result depends only on the values of the arguments. So functions like xor and concatenate depend only on their inputs, ...
2
votes
3answers
233 views
Good resources to learn about models of computation?
Out of curiosity, I am trying to identify what model of computation a system I work with is functionally equivalent to, and prove the equivalence. The longer I spend on this problem the more I ...
1
vote
1answer
28 views
Finding a compliment of a regular language
Could you help me please to find a compliment of a language, which ends with abab - (a|b)*abab (over an alphabet {a,b})
I guess, the compliment must contain all string, that don't end with abab.
One ...
1
vote
0answers
70 views
Show that sets are recursively enumerable [closed]
I need to show that and are recursively enumerable and I have no idea how to do, so any hint is welcome !
Thank you
1
vote
0answers
57 views
invariant<=>coinvariant [closed]
How to prove if invariant exists then coinvariant also exists and vice versa?
1
vote
2answers
158 views
Understanding recognizers and deciders in Theory of Computation
I am having some trouble grasping what it means for a machine to recognize and decide a language. I think I'm close to the definitions but not right.
When one says that a Turing Machine T recognizes ...
1
vote
2answers
176 views
Minimizing Finite State Automaton
I am trying to minimize this DFA: http://img145.imageshack.us/img145/3006/dfac.png
Here's my minimized DFA: http://img195.imageshack.us/img195/4131/mdfa.png
Am I correct?
Thanks
P.S.-This is ...
1
vote
2answers
196 views
Minimum number of states needed?
Definition of a language L with alphabet { a } is given as following
L = { ank | k > 0 ; and n is a positive integer constant }
What is the number of states needed in a DFA to recognize L?
In my ...
1
vote
3answers
209 views
Can a Turing machine be constructed having only two tape symbols?
A Turing machine M containing any number of tape symbols can be simulated by one M' containing just three tape symbols: {0, 1, B} (B = Blank).
Can M be be simulated by a M" that has just two tape ...
1
vote
2answers
247 views
Design a language L such that neither L nor its complement has an infinite regular subset?
I'm having a class on automata theory, and right now we are learning the pumping lemma. There is an exercise question asking us to "Design a language L such that neither L nor its complement has an ...
1
vote
1answer
390 views
Prove that the set of regular languages is a proper subset of the set of the context-free languages
I was brushing up (not homework)on some computation-theory and came accross this problem:
How can you prove that the set of regular languages is a proper subset of the set of the context-free ...
1
vote
6answers
356 views
what is the sum of a sum?
Σ from i=1 to n of(n)(n+1)/2
what is the upper limit of computation for a give n? is it O(n^3) O(n^2)?
example:
n=1 , sum =1
n=2 , sum= 1+ 1+2 , sum = 3
n=3, sum= 1+1+2+1+2+3, sum = 10
n=4, sum ...
1
vote
1answer
65 views
Regular Expression for numerical constant
In Sipser's book of Theory of computation, following is given :
a numerical constant that may include a fractional part
and/or a sign may be described as a member of the language
( + U - U e) (D+ ...
1
vote
2answers
644 views
Pac-Man representation with Finite State Automaton
Consider a game similar to pac-mac that we want to represent it with an FSA graph. We have a maze (table) and there are berries into it in random positions. The goal is to eat all the berries in the ...
0
votes
2answers
32 views
is X^n more efficient than X^(1/n)? (n being integer)
I'm guessing X^n is more efficient. Can anyone explain?
Thanks.
0
votes
0answers
60 views
Is read-only enumerator equivalent to read-only turing machine
I have the following theoretical question:
A read-only enumerator is an enumerator that doesn't start necessary with an empty input tape. However it cannot write on its input tape, but it can on its ...
0
votes
2answers
56 views
Minimum number of states in a DFA having '1' as the 5th symbol from right
What is the minimum number of states needed in a DFA to accept the strings having '1' as 5th symbol from right? Strings are defined over the alphabet {0,1}.
0
votes
6answers
122 views
Writing a program that writes a program
Its well known in theoretical computer science that the "Hello world tester" program is an undecidable problem.(Here is a link what i mean by hello world tester
My question is since given a program as ...
0
votes
2answers
465 views
Real world uses of DFA,NFA,PDA and Turing machines
I am now taking a course on Theory of Computation. I can understand the concepts well. I can able to solve the problems. And, when I asked my instructor about the real world application, he told me ...
0
votes
1answer
82 views
Computational Learning theory based on PAC-learning framework
Consider a Machine Learning Algorithm which train from a training set, with the help of PAC learning model we get bounds on training sample size needed so the probability that error is limited(by ...
0
votes
3answers
192 views
Precise Input Size and Time Complexity
When talking about time complexity we usually use n as input, which is not a precise measure of the actual input size. I am having trouble showing that, when using specific size for input (s) an ...
0
votes
1answer
158 views
Ambiguous Regular Grammar?
Does such a thing exist? If so, could you please provide an example? Thanks.
0
votes
0answers
86 views
context-free grammar
I have the following question and I have tried to solve it but I couldn't.
Prove that if G is a a context-free grammar, then every w has a leftmost and rightmost production. Given an algorithm for ...
0
votes
1answer
106 views
Turing Machine with non trivial states and transitions
Please give me some idea as to how to go about this
Draw a Turing machine (using Sipser notation) having at least 4 nontrivial (i.e., nonrejecting) states and at least six nontrivial (i.e., not to ...
0
votes
0answers
92 views
Is there a function f that can map the natural numbers to binary numbers?
Is there injective function f that can map the natural numbers to binary numbers?
I think it is definitely possible, but can't think of any real mapping expression..