BUG 1:

Severity: Medium-High

Reproduction #1:
>with(Student([Calculus1]));

IntTutor;

Try to enter "csc(x)^3" in "function", and let variable to be "x"

Click all steps, and watch the system freezes.
Or yo can click "Next Step", which won't change the integrand at all, you may click 100000000 times -- the program is in an infinite loop.

Reproduction #2:
>with(Student[Calculus1]);
>Hint(Int(csc(x)^3,x));
>Rule[%](Int(csc(x)^3,x));
It does not change the integrand either.

 

BUG2:

Severity: Low

"Partialfraction" rule is not integrated in the interface.

BUG3:

Severity: Low-Medium

"Rewrite" rule does not check whether the equation holds.

BUG4:

Severity: Medium-High

Sometimes the application freezes with no apparant reason, and it's hard to identify what causes it.


Please Wait...