An open API service indexing awesome lists of open source software.

https://github.com/xlisp/jim-emacs-fun-mma


https://github.com/xlisp/jim-emacs-fun-mma

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## 计算论文 Wolfram Mathematica

* https://reference.wolfram.com/language/ref/program/wolfram.html

```
➜ ~ wolfram
Mathematica 12.0.0 Kernel for Mac OS X x86 (64-bit)
Copyright 1988-2019 Wolfram Research, Inc.

In[1]:= Integrate[Sin[x], x]

Out[1]= -Cos[x]

In[2]:=
```