First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 10 years ago

pp gravatar image

Solving boolean variables symbolically

I need to solve some boolean variables symbolically (in terms of the other symbols):

Suppose we are given an expression like expr = (xy == 0), then I would like to have

solve(expr, x) ~y

Is it possible to do in sage? Something like this, but in boolean variables.

click to hide/show revision 2
No.2 Revision

Solving boolean variables symbolically

I need to solve some boolean variables symbolically (in terms of the other symbols):

Suppose we are given an expression like expr = (xy == 0), then I would like to have

solve(expr, x) x)

~y

Is it possible to do in sage? Something like this, but in boolean variables.