Dear all,

As the following example shows, when writing polynomials with noncommutative
variables one has to specify that the symbols belong to the list of NC 
variables:

ops := OVAR[A,B]

ncomm := XDPOLY(ops, Integer)

q : ncomm := 3*B::ops*A::ops


I just found out that doing the same in REDUCE is more pleasant, since one 
can
tell the interpreter that some identifiers are to be treated as 
noncommuting variables:

nc_setup({A,B});

A*B - B*A;


How could one achieve the same with FriCAS?

Thank you in advance.

Marduk

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to