Skip to content

Excercise 7.4 typo #6

@sharov-am

Description

@sharov-am

Hi.

Your solution states:
$f= sign(sign(-h_1+h_2+h_3-2.5) + sign(h_1-h_2+h_3-2.5) - sign(h_1+h_2-h_3-2.5) + 2.5)$
but I think correct version is
$f= sign(sign(-h_1+h_2+h_3-2.5) + sign(h_1-h_2+h_3-2.5) + sign(h_1+h_2-h_3-2.5) + 2.5)$
Put it simple -- use + instead of -. We have $f= \neg h_1 \cdot h_2 \cdot h_3 + h_1 \cdot \neg h_2 \cdot h_3 + h_1 \cdot h_2 \cdot \neg h_3 $

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions