You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integrationRules.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Symbolic Integration Rules
2
2
3
-
Rubi systematically applies precisely defined rules to efficiently integrate large classes of mathematical expressions. The integration rules, expressed in both human and machine-readable form, are available for viewing as PDF files and for downloading as Mathematica notebook files. The file links below are organized into categories based on the form of the integrand.
3
+
Rubi systematically applies precisely defined rules to efficiently integrate large classes of mathematical expressions. The integration rules, expressed in both human and machine-readable form, are available for viewing as PDF files and for downloading as Mathematica notebook files. The links below to these source files are organized into categories based on the form of the integrands handled by each file.
4
4
5
-
A zip file containing all the rule files organized in a hierarchical directory structure is also available for downloading by clicking on <ahref="PdfRuleFiles/Rubi-4.16.1.0.zip">PDF rule files</a> or <ahref="NotebookRuleFiles/Rubi-4.16.1.0.zip">Notebook rule files</a>.
5
+
The integration rules are sequentially assigned a rule number as they are loaded into Rubi. Shown below is the range of numbers of the rules defined in each source file. The <ahref="PdfRuleFiles/Rubi4.16.1 Integration Rule Index.pdf">Integration Rule Index</a> also lists the range of rule numbers in each file, but arranged in numerical order. To download the rule index as a Mathematica notebook file, click on <ahref="NotebookRuleFiles/Rubi4.16.1 Integration Rule Index.nb">Integration Rule Index File</a>.
6
6
7
-
When displaying integration steps, the rule number of each rule applied can be shown as described in the "Displaying integration steps" section of [Using Rubi](https://rulebasedintegration.org/usingRubi.html). To see the numbers of the rules defined in each of the rule files, click on <ahref="PdfRuleFiles/Rubi 4.16.1 Integration Rule Index.pdf">Integration Rule Index</a>. To download the rule index as a notebook file, click on <ahref="NotebookRuleFiles/Rubi 4.16.1 Integration Rule Index.nb">Integration Rule Index File</a>. Once you know the file a rule is in, its definition, application conditions and derivation can be found in the file by a quick text search.
7
+
When displaying integration steps, the rule number of each rule applied can be shown as described in the "Displaying integration steps" section of [Using Rubi](https://rulebasedintegration.org/usingRubi.html). Using the Integration Rule Index you can determine the source file a rule is defined in. Then you can find the rule's definitionin the file by a simple text search.
8
8
9
-
The rules in the files are displayed in standard, 2-dimensional mathematical notation, and followed by the equivalent Mathematica program code. Comments preceding many of the rules document them as follows:
9
+
The rules defined in the source files are displayed in standard, 2-dimensional mathematical notation, and followed by the equivalent Mathematica program code. Comments preceding many of the rules document them as follows:
10
10
11
11
***<fontface="courier">Derivation</font>** gives the integration technique used to derive a rule.
12
12
-**<fontface="courier">Basis</font>** gives the mathematical identity used to transform the integrand into a form easier to integrate.
@@ -18,6 +18,8 @@ The rules in the files are displayed in standard, 2-dimensional mathematical not
18
18
-**<fontface="courier">A&S</font>** is the ["Handbook of Mathematical Functions"](https://isbnsearch.org/isbn/9780486612720),
19
19
Milton Abramowitz and Irene A. Stegun, editors.
20
20
21
+
A zip file containing all the rule files organized in a hierarchical directory structure is also available for downloading by clicking on <ahref="PdfRuleFiles/Rubi-4.16.1.0.zip">PDF rule files</a> or <ahref="NotebookRuleFiles/Rubi-4.16.1.0.zip">Notebook rule files</a>.
0 commit comments