Convert.AndOr.ToOrAnd
Back to table
/*
Logic-Function-Analysis
Convert.AndOr.ToOrAnd
[OrAnd g]=Convert.AndOr.ToOrAnd(AndOr f);
f : a logic function in the AndOr form
g : a logic function in the OrAnd form
Convert a logic object from AndOr to OrAnd.
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1,-2;
-1,2;
}
g=Convert.AndOr.ToOrAnd(f);
Print(f,g);
//-------------------------------------------------------------------
// result
FromBinary List BinaryNumberToString binaryioset() Convert AddXorTerm ToNotFunction ToPOS ToXORP Diagram DigitalSystem ExcitationTable logicvardef minterm Nor MantissaToPositiveNumber Radixes OrAnd POS Save InputVariables CreateCompactTable FastVerificationData Full MultiCover Shannon AdjustLogicVariableCount Substitute Xor Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.