Re: Finite Automata sim Software
- From: Paminu <jadajada@xxxxxxx>
- Date: Fri, 18 Nov 2005 10:41:53 +0100
Robert Low wrote:
> Helmut Richter wrote:
>> Paminu:
>>>I am trying to find some software that can convert a regular expression
>>>to a NFA. I have tried JFLAP but it does no seem to fit with the
>>>solutions that I have found in my book. Are there any alternatives to
>>>JFLAP?
>> You know that the solution is not unique, and two different solutions may
>> look very dissimilar?
>
> It might also be possible to coerce JFLAP into doing what is wanted:
> if I recall correctly, you can either just tell JFLAP to do it, and
> it will pick the order in which the states are removed; or you can
> choose the states to be removed by hand. In the latter case, it should
> be possible to follow the same order as is used in the book, which
> lead to the same solution (or at least something recognizable
> as the same solugion).
Ok. In our textbook we have something called an episilon transition, its a
transition that you can take where nothing happens.
In JFLAP it seems that this is called Lambda. But how do I edit a transition
to be lambda (a transition with no letter)?
.
- Follow-Ups:
- Re: Finite Automata sim Software
- From: Robert Low
- Re: Finite Automata sim Software
- References:
- Finite Automata sim Software
- From: Paminu
- Re: Finite Automata sim Software
- From: Helmut Richter
- Re: Finite Automata sim Software
- From: Robert Low
- Finite Automata sim Software
- Prev by Date: Cauchy Problem and theorem of global existence (urgent!)
- Next by Date: Re: Limit Point Compactness
- Previous by thread: Re: Finite Automata sim Software
- Next by thread: Re: Finite Automata sim Software
- Index(es):
Relevant Pages
|