SageMathOER-CCC / sage-discrete-math

An open textbook for Discrete Mathematics with SageMath, as taught at the City Colleges of Chicago
https://sagemathoer-ccc.github.io/sage-discrete-math/
Other
2 stars 2 forks source link

59 complete boolean algebra section #69

Closed Zune-Ahmed closed 3 months ago

Zune-Ahmed commented 6 months ago

had to write a lot of custom code here, sage was not happy, so took a lot of time. I couldnt think of anything else to add, if you think there are other things to add, please let me know.

Zune-Ahmed commented 6 months ago

Yeah. Simplification was one of the issues I had and had to write a custom code. Do you think we should wait for sage to be updated before completing this section? So far from what I researched and gathered, Sage seem to be quite lacking in the Boolean sections

Samuel-Lubliner commented 6 months ago

I agree, Sage seems to be lacking in this area.

How about this:

We could create a new issue specifically for simplifying Boolean expressions and remove just that part from your branch. This way, we can merge the rest of your contributions without delay and address the simplification issue separately. What do you think?

Zune-Ahmed commented 6 months ago

Understood, i will go ahead and update this section this weekend and do another pull.