-
Hi Steven,
did you make any progress in using a different languge than english? As Voicecommand is using Wolfram Alpha to answer to questions, couldn´t you just let google translate the question to e…
-
Three changes in the formatting for references to Mathematica documentations are desirable.
1. `https://` instead of `http://`
2. Link URL in the bottom of the text instead of inline
3. When spac…
-
A tensor product of two matrices is supposed to create a rank-4 tensor.
The operation that mixes two matrices to a matrix isomorphic to the rank-4 tensor is usually called a _Kronecker product_.
In …
-
https://reference.wolfram.com/language/ref/Entity.html
rocky updated
3 years ago
-
https://reference.wolfram.com/language/ref/StringRiffle.html
-
Someone pointed me to this very nice analysis and your paper (which was linked from CNN). Have you considered doing a writeup of the Wolfram Language (Mathematica) aspects of this analysis on https://…
-
When hovering over any MaTeX function, it will be nice to have the information icon point to the documentation like shown here: https://reference.wolfram.com/language/workflow/FindHelpOnAFunction.ht…
-
After running `jupyter-run-repl` and selecting [Wolfram Language 12.0](https://github.com/WolframResearch/WolframLanguageForJupyter):
![image](https://user-images.githubusercontent.com/10677444/759…
-
https://reference.wolfram.com/language/ref/ConditionalExpression.html
This is mentioned in passing in Issue #62
rocky updated
3 years ago
-
```python
In [1]: limit(elliptic_k(2+x), x, 0, dir=+I)
Out[1]: K(2)
In [2]: limit(elliptic_k(2+x), x, 0, dir=-I)
Out[2]: K(2)
```
c.f. https://reference.wolfram.com/language/ref/Limit.html:
`…