powered by
This function, given one or more independent refining relationships, returns the most complete relationship, i.e. that which includes all the factors.
fp_merge_drs(f1, ...)
a formula.
other formulas.
Defining relationships are represented as one side formulas, e.g. $I=ABC$ becomes ~A*B*C.
~A*B*C
fp_merge_drs(~A*B*C, ~B*C*D)
Run the code above in your browser using DataLab