-
Wolfram Alpha provides step by step solutions for some problems through their API.
This would be an extremely useful feature for this bot and it shouldn't be difficult to implement assuming you alr…
-
**My Environment:**
Activated MMA 12.0 works correctly on my Ubuntu 16.04 system.
**I install WolframClient with following code:**
```
pip install wolframclient -i https://pypi.doubanio.com/simp…
-
**Is your feature request related to a problem? Please describe.**
A bit lazy to re-implement a homeroll graph.due to graph and path are fundamental inputs in graph theory.
Is it possible to imple…
-
Hello there, after putting in some effort I got this to work on my rpi3. It recognizes spoken queries and gives me back answers in speech also. The only thing not working is the verification keyword. …
-
That is a very interesting idea. EBNF is a family of metasyntax notations that can be used to express context-free grammars, such as those of programming languages¹. HoTT is a branch of mathematics an…
-
`-2^2` evaluates to a positive number, unlike in (most) mathematics, since unary `-` has higher precedance than `^` in Elm.
I expected it to evaluate to a negative number. It is extra easy to make…
-
First of all, thank you for this package. So far, we didn't really have a seamless way to automatically typeset symbolic math code (`sagetex` was unsatisfactory).
I'd like to propose a solution tha…
-
# Software tools
The software tools listed here are ones that we've found useful for various [Wild Peaches](https://wildpeaches.xyz/) articles, or maybe we think they'll cool once we get around to th…
-
Few of us have mentioned that `Random` is no longer useful, because `Uniform` and `UniformRange` was introduced as a more correct interface. `Complex` is an example of a type where `Random` can be ve…
-
The floor function is defined for `mpc` types, so floor division should also be defined for `mpc` type: `z1 // z2 = floor(z1 / z2)`. So, the mod function should also be defined for `mpc` types: `z1 % …