How Can CAD Software Simplify Complex 7-Variable Boolean Functions?

  • Thread starter Thread starter electronic engineer
  • Start date Start date
AI Thread Summary
CAD software can effectively simplify complex Boolean functions with multiple variables, such as a 7-variable function. In the given function, C6 can be initially ignored since it appears only as a standalone term, allowing for a reduction to a six-variable equation. This simplification makes it easier to apply methods like Karnaugh maps or Quine-McCluskey algorithms. The user expresses a preference for CAD tools over traditional algorithms for handling more than six input variables. Utilizing CAD can streamline the process of simplifying and analyzing complex Boolean expressions.
electronic engineer
Messages
145
Reaction score
3
Assume 7 variables like: C0,C1,C2,C3,C4,C5,C6

and the output function is : A=C6+C5'C4+C4'C3+C3'C2+C2'C1+C1'C0

well i know that the simplified function is:

A=C6+C5'C4+C3'C2+C1'C0

but i don't know why? and don't know how to simplify such 7-variables function using known algorithms (karnaugh,quinne-mccluskey...)
i think that it would be more comfortable to use CAD (computer aided design) rather than those algorithms in this case of more than 6 input variables...

anyway could anyone guide me through this problem and if I'm right about using CAD , i need to have a clue about it !

regards
 
Engineering news on Phys.org
Well, C6 doesn't appear in any terms other than the one that it is in by itself, so you can ignore it initially and add it back in later. This leaves you with a six-variable equation, which is significantly easier to make a Karnaugh map out of.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...

Similar threads

Back
Top