File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ Start Mathematica and issue the **<font face="courier">PacletInstall</font>** co
2626PacletInstall["https://rulebasedintegration.org/Rubi-4.16.1.0.paclet"]
2727```
2828This downloads the latest version of Rubi and installs it on your computer as a package in Mathematica's Paclets repository for packages.
29+ Click on [ Using Rubi] ( https://rulebasedintegration.org/usingRubi.html ) for instructions how to load and use Rubi to integrate expressions.
30+
2931Use the command
3032
3133``` mma
@@ -42,6 +44,8 @@ PacletInstall[FileNameJoin[{path, "Rubi-4.16.1.0.paclet"}]
4244```
4345where ** <font face =" courier " >path</font >** is the full path name of the Downloads directory on your computer.
4446This installs the latest version of Rubi on your computer as a package in Mathematica's Paclets repository for packages.
47+ Click on [ Using Rubi] ( https://rulebasedintegration.org/usingRubi.html ) for instructions how to load and use Rubi to integrate expressions.
48+
4549Use the command
4650``` mma
4751First[PacletFind["Rubi"]]["Location"]
@@ -55,7 +59,8 @@ Click on [https://rulebasedintegration.org/Rubi-4.16.1.0.zip](https://rulebasedi
5559``` mma
5660FileNameJoin[{$UserBaseDirectory, "Applications"}]
5761```
58- This installs the latest version of Rubi on your computer in Mathematica's Applications repository for packages.
62+ This installs the latest version of Rubi on your computer in Mathematica's Applications repository for packages.
63+ Click on [ Using Rubi] ( https://rulebasedintegration.org/usingRubi.html ) for instructions how to load and use Rubi to integrate expressions.
5964
6065
6166# Instructions for Uninstalling Rubi
You can’t perform that action at this time.
0 commit comments