{i,j,k,l,m,n,u#}::Indices(position=independent);
test := A**3 w^i +w^i * 3 * A**3 ;
collect_factors(test);
simplify (test);
canonicalise (test);
the last three lines both shows:
$A^3 w^i + 3 w^i A^3$
however what i want is :
$4 w^i A^3$
how can I collect those terms?
......................
by the way:
- Cadabra2 do not support TexMacs as frontend, right?
- How to use auto-complete in cadabra2-gtk or jupyternotebook?
Thanks all of you!