Convert.ToAndXor
Back to table
/*
Logic-Function-Analysis
Convert.ToAndXor
[AndXor g]=Convert.ToAndXor(LogicFunction f);
f : a logic function
g : a logic function in the AndXor form
Convert the first sub logic function into the AndXor form.
*/
//-------------------------------------------------------------------
// examples
[f]=AndOr()
{
1,-2;
-1,2;
}
[g]=Convert.ToAndXor(f);
Print(f,g);
//-------------------------------------------------------------------
// result
IsBlankFunction IsCovering IsPositiveFunction binary() List MaxValue ToBinary BCDEx3 BinaryNumberToString Get MostSignificantDigit PositiveDecimalToMantissa Radixes Realization To2LayerOrAnd To2LayerAndXor Forwardly StateVariables ToDigitalSystem Simplification HuffmanMealy Canonical Full StateDeviceName StateTransition GetDontCareLogicFunction ComputeFunctionOrder IndependentBase var() Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.