Skip to content

Commit e5d1c83

Browse files
committed
Added link to Symbolics and SymbolicsMathLink in the readme.
1 parent 280af5c commit e5d1c83

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Printing in Jupyter notebooks is, by default, done in latex.
192192
This can be turned off with the command `MathLink.set_texOutput(false)`
193193

194194
## Escaping dollars for Mathematica
195-
The `$` sign has a special meaning in Julia, but it does not in Mathematica. We can send dollar signs to Mathematica that same way we add them to normal strings. Below are a few exampoles of how it works:
195+
The `$` sign has a special meaning in Julia, but it does not in Mathematica. We can send dollar signs to Mathematica that same way we add them to normal strings. Below are a few examples of how it works:
196196

197197
using Test
198198
x = exp(1)
@@ -252,6 +252,11 @@ julia> using MathLink
252252
[ Info: Pretending fake installation works
253253
```
254254
255+
## Relation to other packages
256+
The MathLink package is a free standing package with verry few dependencies. However, it can be made to work with e.g. the [Symbolics](https://github.com/JuliaSymbolics/Symbolics.jl) package with the help of the package [SymbolicsMathLink](https://github.com/eswagel/SymbolicsMathLink.jl).
257+
258+
For documenation of these for packages, see their respective project pages.
259+
255260
256261
## Notes
257262

0 commit comments

Comments
 (0)