D
D
Danil2021-11-10 16:29:48
Mathematics
Danil, 2021-11-10 16:29:48

How to simplify functions according to De Morgan?

I have 3 functions
f1 = (!x0&&x3)||(x0&&x1&&!x2)||(!x0&&!x1&&!x2);
f2 = (x0&&!x1&&!x2)||(x0&&!x1&&!x3)||(!x0&&x1&&x2)||(!x0&&x1&&x3)
f3 = (!x0&&x1&&!x3)||(!x0&&x1&&x2)||(!x0&&x2&&! x3)||(x0!&&x1!&&x2!&&x3)

How to simplify them and translate them into assembler

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Grigory Boev, 2021-11-11
@ProgrammerForever

Wolfram can help or this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question