Welcome to Cadabra Q&A, where you can ask questions and receive answers from other members of the community.
0 votes

when I combine untrace and ImaginaryI, the property ImaginaryI will lose efficacy, this is a example

i::ImaginaryI;
A::ImplicitIndex.
tr{#}::Trace.
ex:= i tr(i A);
untrace(_);

there seems to be some bugs.

substitute(_,$i i->-1$);

is also not valid.

in Bug reports by (2.1k points)
edited by

1 Answer

+1 vote
 
Best answer

Now fixed in master on github.

by (80.3k points)
selected ago by

Thanks. It works.

...