Skip to content

Commit

Permalink
Fix recusive Rubi rule in 9.2 / Function #1
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindh-krishnamoorthy committed Nov 30, 2024
1 parent fa4100b commit 319d990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Int[u_^m_.,x_Symbol] :=
With[{c=Simplify[D[u,x]]},
1/c \[Star] Subst[Int[x^m,x],x,u]] /;
FreeQ[m,x] && PiecewiseLinearQ[u,x]
FreeQ[m,x] && PiecewiseLinearQ[u,x] && NeQ[u^m,x]


(* ::Code:: *)
Expand Down

0 comments on commit 319d990

Please sign in to comment.