Skip to content

Commit d2b894a

Browse files
committed
more rules
1 parent 3d880ec commit d2b894a

File tree

1 file changed

+11
-11
lines changed
  • src/methods/rule_based/rules2/1 Algebraic functions/1.1 Binomial products/1.1.1 Linear

1 file changed

+11
-11
lines changed

src/methods/rule_based/rules2/1 Algebraic functions/1.1 Binomial products/1.1.1 Linear/1.1.1.1 (a+b x)^m.jl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ file_rules = [
1010
!eq((~m), -1) ?
1111
(~x)^((~m) + 1)((~m) + 1) : nothing))
1212

13-
# ("1_1_1_1_3",
14-
# @rule ∫(1/((~a) + (~!b)*(~x)),(~x)) =>
15-
# !contains_var((~a), (~b), (~x)) ?
16-
# log((~a) + (~b)*(~x))⨸(~b) : nothing)
17-
#
18-
# ("1_1_1_1_4",
19-
# @rule ∫(((~!a) + (~!b)*(~x))^(~m),(~x)) =>
20-
# !contains_var((~a), (~b), (~m), (~x)) &&
21-
# !eq((~m), -1) ?
22-
# ((~a) + (~b)*(~x))^((~m) + 1)⨸((~b)*((~m) + 1)) : nothing)
23-
#
13+
("1_1_1_1_3",
14+
:((1/((~a) + (~!b)*(~x)),(~x))) => :(
15+
!contains_var((~a), (~b), (~x)) ?
16+
log((~a) + (~b)*(~x))(~b) : nothing))
17+
18+
("1_1_1_1_4",
19+
:((((~!a) + (~!b)*(~x))^(~m),(~x))) => :(
20+
!contains_var((~a), (~b), (~m), (~x)) &&
21+
!eq((~m), -1) ?
22+
((~a) + (~b)*(~x))^((~m) + 1)((~b)*((~m) + 1)) : nothing))
23+
2424
# ("1_1_1_1_5",
2525
# @rule ∫(((~!a) + (~!b)*(~u))^(~m),(~x)) =>
2626
# !contains_var((~a), (~b), (~m), (~x)) &&

0 commit comments

Comments
 (0)