Skip to content

Commit 7c7e67f

Browse files
authored
Update testProblems.md
1 parent 3f9a858 commit 7c7e67f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

testProblems.md

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

1616
## Installing the Integration Test Program
1717

18-
You can click on the [Test Results](/testResults.html) menu option to see the results of running Rubi and Mathematica on the integration test-suite. However, if you have access to Mathematica and want to run the test-suite yourself, you can download and install the integration test program used to create these test results.
18+
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

2020
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:
2121

@@ -43,7 +43,7 @@ where **<font face="courier">path</font>** is the full path name of the Download
4343

4444
### Mathematica 7 or later
4545

46-
Click on [https://rulebasedintegration.org/IntegrationTestProgram-2018.12.22.zip](https://rulebasedintegration.org/IntegrationTestProgram-2018.12.22.zip) to download the test program zip file 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 the directory returned by the Mathematica commmand
46+
Click on [https://rulebasedintegration.org/IntegrationTestProgram-2018.12.22.zip](https://rulebasedintegration.org/IntegrationTestProgram-2018.12.22.zip) to download the test program zip file for Mathematica 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 the directory returned by the Mathematica commmand
4747
```mma
4848
FileNameJoin[{$UserBaseDirectory, "Applications"}]
4949
```
@@ -54,6 +54,11 @@ To remove the test program package, delete the **<font face="courier">Integratio
5454
FileNameJoin[{$UserBaseDirectory, "Applications"}]
5555
```
5656

57+
### Maple
58+
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.
60+
61+
5762
## Running the Integration Test Program
5863

5964
After the test program has been installed, load it using the Mathematica's **<font face="courier">Get</font>** command

0 commit comments

Comments
 (0)