Problems with JFLAP



I am trying to use JFLAP. I have made the following NFA:

http://photos1.blogger.com/blogger/3626/1346/1600/test.0.jpg


from a book that corresponds to the regular expression: (a+b)*ac. ('+'=OR
and '*' = Many or nothing)

But when I try to convert it to the a regular expression to see it it
matches (a+b)*ac I get:

http://photos1.blogger.com/blogger/3626/1346/1600/test2.jpg

followed by:

http://photos1.blogger.com/blogger/3626/1346/1600/test3.jpg

>From this last picture it seems that the expression is a+bac which is not
(a+b)*ac.

Hope someone can help!




.



Relevant Pages

  • Create DFA from regular expression?
    ... Is it possible to create a DFA directly from a regular expression or is it ... necessary first to create the NFA? ... Prev by Date: ...
    (comp.theory)
  • Re: Problems with JFLAP
    ... > I am trying to use JFLAP. ... I have made the following NFA: ... > But when I try to convert it to the a regular expression to see it it ... repeatedly from q0 to itself using the a+b transition before going to ...
    (comp.theory)
  • Problems with JFLAP
    ... I am trying to use JFLAP. ... I have made the following NFA: ... But when I try to convert it to the a regular expression to see it it ... Prev by Date: ...
    (sci.math)
  • Re: Finite Automata sim Software
    ... > I am trying to find some software that can convert a regular expression to a ... > NFA. ... Are there any alternatives to JFLAP? ... Prev by Date: ...
    (sci.math)
  • Finite Automata sim Software
    ... 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 ... Are there any alternatives to JFLAP? ...
    (sci.math)