Linked Questions

2 votes
0 answers
452 views

This question has two related parts. I recently started using more python because it is easier to setup remote machines (and cheaper). But I really miss Mathematica's plotting capabilities and syntax. ...
Karolis's user avatar
  • 1,649
1 vote
0 answers
142 views

I am wondering if there is any working example of calling mathematica 9 outputs in python? or plotting mathematica output in python?
Thomas's user avatar
  • 373
15 votes
1 answer
1k views

I want to make use of Mathematica as the backend to solve some computations used in my LaTeX input file. As I have no knowledge to make it in Mathematica, I used Maxima as explained in the following ...
kiss my armpit's user avatar
8 votes
3 answers
3k views

I followed the instructions at https://github.com/WolframResearch/WolframLanguageForJupyter/blob/master/README.md wolframscript configure-jupyter.wls add but I ...
PeterR's user avatar
  • 1,485
10 votes
2 answers
1k views

There are several examples on this site on how to call Mathematica from Python. You can: install the bindings that come with Mathematica; or call a script as a subprocess from within Python; or even ...
bobthechemist's user avatar
5 votes
0 answers
772 views

I am new to Mathematica and I need to interface with a Python code that I have. Basically, I have a Mathematica package (.m) with a bunch of complicated functions. I want to use some code from python ...
Jemme's user avatar
  • 257
0 votes
1 answer
443 views

I have a system of linear equations (here 9) as below: $ 2 a_{\{1,2,1,2,2,1,2,1,2,2\}}+2 a_{\{1,1\}}=1, \\ \left(a_{\{1,2,1,2,2,1,2,1,2,2,2\}}+a_{\{1,2,1,2,2,1,2,2,1,2,2\}}\right)+2 a_{\{1,1,2\}}=1, \\...
R.G.J's user avatar
  • 131
3 votes
1 answer
338 views

I'd like to use (if this already exists) or create a library to use Mathematica together with Kotlin (or Java) (not JLink, please see below). We already have this very useful implementation for ...
GarouDan's user avatar
  • 1,536
4 votes
0 answers
325 views

I have this notebook: ...
Danvil's user avatar
  • 1,534
0 votes
0 answers
378 views

I would like to use the NSolve function from Mathematica in a Python code to solve a polynomial system of equations. So my question is, whether there is an option to call this kind of function in a ...
Nils's user avatar
  • 1