You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
278 B

5 months ago
  1. \item
  2. Given the formula
  3. $$\varphi = p \lor q \land q \imp \lnot r \leftrightarrow \lnot p \land s,$$
  4. how should the formula be interpreted according to operator precedence?
  5. Insert parenthesis to indicate the correct operator precedence
  6. and draw the parse tree for $\varphi$. \\