Recent content by MalickT

  1. M

    How Do You Convert Newtons Per Square Meter to Kilograms Per Square Millimeter?

    G = 0,0135*10ˇ10 kg/mm*sˇ2 G = 8,0*Newton*mˇ-2 <- How to transduct this to the one above? (to kg/mm*sˇ2)
  2. M

    How Can a Finite State Machine Validate a Language Based on Bitwise Addition?

    Can u expalin more detailed? I don't know, my assaingment says i have to pruve that this langugage is regular by makeing a FSM
  3. M

    How to Convert Given Grammar to Chomsky Normal Form?

    I have grammar: S -> ASA S -> aB A -> B A -> S B -> b B -> epsilon (empty string) Can someone please help me to convert this grammar to Chomsky Normal From so i can do CKY-algorithm
  4. M

    How Can a Finite State Machine Validate a Language Based on Bitwise Addition?

    I have alphabeth {000, 001, 010, 011, 100, 101, 110, 111} There is a langugage L. Strings that belong in this langugage only when 1-st bitrow + 2nd bitrow = 3-rd bitrow For example: a 3 letter word "001100110" belongs in the language cause if to look them in rows: 011 001 100 011 +...
Back
Top