Skip to content

Commit 710c2cc

Browse files
authored
Update testProblems.md
1 parent 7c7e67f commit 710c2cc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

testProblems.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Note that the optimal antiderivatives (i.e. the correct answers) in the test-sui
1717

1818
You can click on the [Test Results](/testResults.html) menu option to see the results of running Rubi, Mathematica and Maple on the integration test-suite. However, if you have access to Mathematica or Maple and want to run the test-suite yourself, you can download and install the integration test program used to create these test results.
1919

20-
Mathematica version 7 or later is required to run the test program. However, the installation procedure is a little simpler for more recent versions of Mathematica. Instructions for installing and uninstalling the test program for the various versions of Mathematica are as follows:
20+
Mathematica version 7 or later is required to run the test program. However, the installation procedure is a little simpler for more recent versions of Mathematica. Instructions for installing and uninstalling the test program for Mathematica and Maple are as follows:
2121

2222
### Mathematica 11.2 or later
2323

@@ -49,14 +49,15 @@ FileNameJoin[{$UserBaseDirectory, "Applications"}]
4949
```
5050
This installs the latest version of the test program on your computer in Mathematica's Applications repository for packages.
5151

52-
To remove the test program package, delete the **<font face="courier">IntegrationTestProgram</font>** folder from the directory returned by the Mathematica commmand
53-
```mma
54-
FileNameJoin[{$UserBaseDirectory, "Applications"}]
55-
```
52+
To remove the test program package for Mathematica, just delete the **<font face="courier">IntegrationTestProgram</font>** folder from the "Applications" directory.
5653

5754
### Maple
5855

59-
Click on [https://rulebasedintegration.org/MapleIntegrationTestProgram.zip](https://rulebasedintegration.org/MapleIntegrationTestProgram.zip) to download the test program zip file for Maple to the Downloads directory on your computer. Then extract from the zip file the **<font face="courier">IntegrationTestProgram</font>** folder with all its contents into a directory of your choice. Comments at the beginning of the file **<font face="courier">IntegrationTestProgram.mpl</font>** describe how to run the test program and the effect of the control variables.
56+
Click on [https://rulebasedintegration.org/MapleIntegrationTestProgram.zip](https://rulebasedintegration.org/MapleIntegrationTestProgram.zip) to download the test program zip file for Maple to the Downloads directory on your computer. Then extract from the zip file the **<font face="courier">IntegrationTestProgram</font>** folder with all its contents into a directory of your choice.
57+
58+
Comments at the beginning of the file **<font face="courier">IntegrationTestProgram.mpl</font>** describe how to run the test program and the effect of the control variables.
59+
60+
To remove the test program for Maple, just delete the **<font face="courier">IntegrationTestProgram</font>** folder.
6061

6162

6263
## Running the Integration Test Program

0 commit comments

Comments
 (0)