Variable 1 can assume 4 possible values : ( F, S, In-P, No-Op)
Variable 2 can assume 4 possible values : ( F, S, In-P, No-Op)
Following is the Truth table
- F + * => F
- No-Op + * => *
- S + * => *
- In-P + * => In-P
* => Read this as any value of second variable.
I am trying to find a Mathematical function/equation that can solve/represent this.
Note:
You can assign any Value to 4 states.
Value of '*' is the same on the left and right-hand side of equations.For instance , 2 possibilities for second equation is
No-Op + F = F
No-Op + S = S
3.+ is an operation and not 'Addition'.
We need to find + i.e. Operation and Values for the four states which will hold true for all the 4 equations.