Logic gate simplification

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Hi I was building different logic gates using only the NOR gate
However, I was very confused with the answers people got for example.



Anyway the image shows an implementation of NAND gate using NOR Gates



The top part of the image shows how everyone else gets NAND from using NOR



The bottom part of the image is what I think It can be simplified to. Please tell me if what I have done is correct thanks.



This is what I got










share|cite|improve this question























  • Better right it down as a formula.
    – Wuestenfux
    Sep 2 at 8:18














up vote
0
down vote

favorite












Hi I was building different logic gates using only the NOR gate
However, I was very confused with the answers people got for example.



Anyway the image shows an implementation of NAND gate using NOR Gates



The top part of the image shows how everyone else gets NAND from using NOR



The bottom part of the image is what I think It can be simplified to. Please tell me if what I have done is correct thanks.



This is what I got










share|cite|improve this question























  • Better right it down as a formula.
    – Wuestenfux
    Sep 2 at 8:18












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Hi I was building different logic gates using only the NOR gate
However, I was very confused with the answers people got for example.



Anyway the image shows an implementation of NAND gate using NOR Gates



The top part of the image shows how everyone else gets NAND from using NOR



The bottom part of the image is what I think It can be simplified to. Please tell me if what I have done is correct thanks.



This is what I got










share|cite|improve this question















Hi I was building different logic gates using only the NOR gate
However, I was very confused with the answers people got for example.



Anyway the image shows an implementation of NAND gate using NOR Gates



The top part of the image shows how everyone else gets NAND from using NOR



The bottom part of the image is what I think It can be simplified to. Please tell me if what I have done is correct thanks.



This is what I got







discrete-mathematics logic






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Sep 2 at 9:22









Henning Makholm

231k16297529




231k16297529










asked Sep 2 at 7:44









Car

112




112











  • Better right it down as a formula.
    – Wuestenfux
    Sep 2 at 8:18
















  • Better right it down as a formula.
    – Wuestenfux
    Sep 2 at 8:18















Better right it down as a formula.
– Wuestenfux
Sep 2 at 8:18




Better right it down as a formula.
– Wuestenfux
Sep 2 at 8:18










1 Answer
1






active

oldest

votes

















up vote
1
down vote













Your alternative circuit computes NOT(NOT(A NOR B)), which the same as NOR rather than NAND.



Your computation has an error in very the first step where you represent A NOR B as $overline A+overline B$ -- it should be $overlineA+B$.






share|cite|improve this answer






















    Your Answer




    StackExchange.ifUsing("editor", function ()
    return StackExchange.using("mathjaxEditing", function ()
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    );
    );
    , "mathjax-editing");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "69"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2902449%2flogic-gate-simplification%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Your alternative circuit computes NOT(NOT(A NOR B)), which the same as NOR rather than NAND.



    Your computation has an error in very the first step where you represent A NOR B as $overline A+overline B$ -- it should be $overlineA+B$.






    share|cite|improve this answer


























      up vote
      1
      down vote













      Your alternative circuit computes NOT(NOT(A NOR B)), which the same as NOR rather than NAND.



      Your computation has an error in very the first step where you represent A NOR B as $overline A+overline B$ -- it should be $overlineA+B$.






      share|cite|improve this answer
























        up vote
        1
        down vote










        up vote
        1
        down vote









        Your alternative circuit computes NOT(NOT(A NOR B)), which the same as NOR rather than NAND.



        Your computation has an error in very the first step where you represent A NOR B as $overline A+overline B$ -- it should be $overlineA+B$.






        share|cite|improve this answer














        Your alternative circuit computes NOT(NOT(A NOR B)), which the same as NOR rather than NAND.



        Your computation has an error in very the first step where you represent A NOR B as $overline A+overline B$ -- it should be $overlineA+B$.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Sep 2 at 9:24

























        answered Sep 2 at 9:19









        Henning Makholm

        231k16297529




        231k16297529



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2902449%2flogic-gate-simplification%23new-answer', 'question_page');

            );

            Post as a guest













































































            這個網誌中的熱門文章

            Is there any way to eliminate the singular point to solve this integral by hand or by approximations?

            Why am i infinitely getting the same tweet with the Twitter Search API?

            Amount of Number Combinations to Reach a Sum of 10 With Integers 1-9 Using 2 or More Integers [closed]