[GiNaC-list] Multiplication of Boolean variables

tklam tklam at alumni.cse.cuhk.edu.hk
Mon Sep 2 04:43:50 CEST 2013


I did a quick hack by modifying power's constructor, eval() and expand().
This is very dirty. Your solution is much more elegant. Thanks a lot!

Best regards,
argama


On Sun, Sep 1, 2013 at 5:16 AM, Vladimir V. Kisil
<kisilv at maths.leeds.ac.uk>wrote:

>         Hi,
>
> >>>>> On Mon, 26 Aug 2013 00:15:45 +0800, tklam <argama at gmail.com> said:
>     tklam> behaviour of symbolic multiplication such that: x*x == x
>     tklam> (instead of x*x==x^2),
>
>     The nearest solution I can propose, is to define a new function
>   bool() of one variable and use, say,  bool(x) and bool(y) instead of
>   your Boolean variables x and y.
>
>   The point is: for a function you have possibility to define
>   its own behaviour under exponentiation, in particular,
>   bool(x)^2=bool(x).
>
>   Best wishes,
>   Vladimir
> --
> Vladimir V. Kisil     email: kisilv at maths.leeds.ac.uk
>                         www: http://www.maths.leeds.ac.uk/~kisilv/
> Book: Geometry of Mobius Transformations
> http://www.worldscientific.com/worldscibooks/10.1142/p835
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cebix.net/pipermail/ginac-list/attachments/20130902/c31aec7b/attachment.html>


More information about the GiNaC-list mailing list