hws/hw02.tex
changeset 880 bc04fc576896
parent 770 c563cf946497
child 881 3b2f76950473
equal deleted inserted replaced
879:ad9d4a01e072 880:bc04fc576896
    46 
    46 
    47 \item Given the regular expression $r = (a \cdot b + b)^*$.
    47 \item Given the regular expression $r = (a \cdot b + b)^*$.
    48       Compute what the derivative of $r$ is with respect to
    48       Compute what the derivative of $r$ is with respect to
    49       $a$, $b$ and $c$. Is $r$ nullable?
    49       $a$, $b$ and $c$. Is $r$ nullable?
    50 
    50 
    51 \item (Moved to HW3)
    51 \item Prove that if $r$ is nullable then $r^{\{n\}} \equiv r^{\{..n\}}$.
    52   
    52   
    53 \item Define what is meant by the derivative of a regular
    53 \item Define what is meant by the derivative of a regular
    54       expressions with respect to a character. (Hint: The
    54       expressions with respect to a character. (Hint: The
    55       derivative is defined recursively.)
    55       derivative is defined recursively.)
    56 
    56