Equiv
Back to table
/*
Logic-Function-Analysis
Equiv
[LogicFunction g]=Equiv(LogicFunction F1, LogicFunction F1);
F1: a logic function
F2 : a logic function
g : a logic function
Compute the EQUIV operator: g=Equiv(F1,F2).
For according to the definition of the operator EQUIV, this module only allows two inputs.
*/
//-------------------------------------------------------------------
// examples
P=AndOr(){ 1; }
Q=AndOr(){ 2; }
f=Equiv(P,Q);
Print(P,Q,f);
//-------------------------------------------------------------------
// result
IsOneFunction IsPositiveUnateFunctionTo IsUnateFunction binary() Binary MaxValue ToTruthTable Diagram Get logicvardef() long minterm() LeastSignificantDigit MantissaToPositiveNumber PositiveDecimalToMantissa Radixes object() PermutationMatrix Print ToFullAnd ShortestInputsForTransition Assign CreateCompactTableWithFullSimplification HuffmanMealy Canonical StateTransition EnlargeLogicFunction IndependentBase var Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.