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

Hello! Then I try to solve linear equation like

import cdb.core.manip as man
expr:= G - 2*F * X =0;
man.isolate(expr, $F$);

I get something like that enter image description here

I think it's not ok. It's a bug, or I'm doing something wrong?

in Bug reports by (1.4k points)
edited by

Please log in or register to answer this question.

...