Skip to content

Commit 4291a0d

Browse files
committed
Update Rubi installation docs to latest version
1 parent 61cf544 commit 4291a0d

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

Rubi-4.17.3.0.paclet

23 MB
Binary file not shown.

Rubi-4.17.3.0.zip

20.3 MB
Binary file not shown.

downloadRubi.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ So the following provides installation instructions for the various versions of
2323
Start Mathematica and issue the **<font face="courier">PacletInstall</font>** command
2424

2525
```mathematica
26-
PacletInstall["https://rulebasedintegration.org/Rubi-4.16.1.0.paclet"]
26+
PacletInstall["https://rulebasedintegration.org/Rubi-4.17.3.0.paclet"]
2727
```
28+
2829
This downloads the latest version of Rubi and installs it on your computer as a package in Mathematica's Paclets repository for packages.
2930
Click on [Using Rubi](https://rulebasedintegration.org/usingRubi.html) for instructions how to load and use Rubi to integrate expressions.
3031

@@ -38,27 +39,37 @@ to see the full path name of the package.
3839

3940
## Instructions for Mathematica 9 or later
4041

41-
Click on [https://rulebasedintegration.org/Rubi-4.16.1.0.paclet](https://rulebasedintegration.org/Rubi-4.16.1.0.paclet) to download the Rubi paclet file to the Downloads directory on your computer. Then start Mathematica and issue the **<font face="courier">PacletInstall</font>** command
42+
Click on [https://rulebasedintegration.org/Rubi-4.17.3.0.paclet](https://rulebasedintegration.org/Rubi-4.17.3.0.paclet)
43+
to download the Rubi paclet file to the Downloads directory on your computer.
44+
Then start Mathematica and issue the **<font face="courier">PacletInstall</font>** command
45+
4246
```mma
43-
PacletInstall[FileNameJoin[{path, "Rubi-4.16.1.0.paclet"}]
47+
PacletInstall[FileNameJoin[{path, "Rubi-4.17.3.0.paclet"}]
4448
```
49+
4550
where **<font face="courier">path</font>** is the full path name of the Downloads directory on your computer.
4651
This installs the latest version of Rubi on your computer as a package in Mathematica's Paclets repository for packages.
4752
Click on [Using Rubi](https://rulebasedintegration.org/usingRubi.html) for instructions how to load and use Rubi to integrate expressions.
4853

4954
Use the command
55+
5056
```mma
5157
First[PacletFind["Rubi"]]["Location"]
5258
```
59+
5360
to see the full path name of the package.
5461

5562

5663
## Instructions for Mathematica 7 or later
5764

58-
Click on [https://rulebasedintegration.org/Rubi-4.16.1.0.zip](https://rulebasedintegration.org/Rubi-4.16.1.0.zip) to download the Rubi zip file to the Downloads directory on your computer. Then extract from the zip file the **<font face="courier">Rubi</font>** folder with all its contents into the directory returned by the Mathematica commmand
65+
Click on [https://rulebasedintegration.org/Rubi-4.17.3.0.zip](https://rulebasedintegration.org/Rubi-4.17.3.0.zip) to download the Rubi zip
66+
file to the Downloads directory on your computer.
67+
Then extract from the zip file the **<font face="courier">Rubi</font>** folder with all its contents into the directory returned by the Mathematica commmand
68+
5969
```mma
6070
FileNameJoin[{$UserBaseDirectory, "Applications"}]
6171
```
72+
6273
This installs the latest version of Rubi on your computer in Mathematica's Applications repository for packages.
6374
Click on [Using Rubi](https://rulebasedintegration.org/usingRubi.html) for instructions how to load and use Rubi to integrate expressions.
6475

0 commit comments

Comments
 (0)