https://github.com/xlisp/jim-emacs-fun-mma
https://github.com/xlisp/jim-emacs-fun-mma
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xlisp/jim-emacs-fun-mma
- Owner: xlisp
- Created: 2022-09-17T07:40:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T07:48:56.000Z (about 3 years ago)
- Last Synced: 2025-06-12T21:14:35.789Z (5 months ago)
- Language: Mathematica
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]:=
```