Mathematica.jl icon indicating copy to clipboard operation
Mathematica.jl copied to clipboard

Call Mathematica from Julia

Results 14 Mathematica.jl issues
Sort by recently updated
recently updated
newest added

This PR contains a full implementation that works.

You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...

I tried adding it today and got ``` ERROR: Unsatisfiable requirements detected for package Mathematica [253502cb]: Mathematica [253502cb] log: ├─possible versions are: [0.1.0-0.1.1, 0.2.0] or uninstalled ├─restricted to versions *...

Hey @MikeInnes per this thread: https://stackoverflow.com/questions/59956279/how-use-julia-package-mathematica might it be useful to add some sort of deprecation warning and point people to a different package?

I am using Mathematica 10 on Windows 7. Pkg.add("Mathematica") worked smoothly, but then I get the following error: ``` In [4]: using Mathematica Out [4]: ERROR: error compiling Open: could...

julia> ToString([1 2; 3 4]) WARNING: Error occured in meval: you may need to restart Julia/MathLink ERROR: MethodError: no method matching to_mma(::Array{Int64,2}) Closest candidates are: to_mma(::Bool) at /Users/genindi1/.julia/v0.5/MathLink/src/types.jl:65 to_mma(::QuoteNode) at...

``` julia> @Solve(x == 4, x) Symbol("$Aborted") ```

Hi, when installing Mathematica.jl through Pkg.add(...) it does not automatically install MathLink, which, it appears, is not yet registered as a package. Am I missing something?

Hi, I used the command Pkg.checkout("Mathematica") to get the package. When trying to initialise the package I am receiving the following error: ERROR: meval not defined in anonymous at no...

``` julia> @Integrate( cos(x), x) :(Integrate(cos(x),x)) ``` The other examples in README worked fine for me