-
```
a,x=Symbol('a x')
integrate(sqrt(x/(a-x)),x)
```
Result:
```
Integral(sqrt(x/(a-x))
```
Wolfram alpha is able to do this (GIF of result attached).
BTW, this integral appears when calcul…
-
Unfortunately, web searches for "sympy beta" mostly give results of beta versions of SymPy itself.
For a better name, I suggest to either move from gamma to delta, or even better to call it "Sympy …
jondo updated
2 years ago
-
A couple of leftovers from #337.
gcd(a^a,a^(a-1)) => a should=> a^(a-1)
My implementation for gcd of EX is mainly targetted for gcd(2^a,6^a) => 2^a
And Wolfram Alpha gives gcd(2^a,6^(a-2)) => 2…
-
Hello, my example cases for exponential regression are giving incorrect results. Would it be possible for someone to check the algorithm on this? (Wolfram alpha gives correct results on this data, so …
-
It appears that currently sympy can't solve equations of the form 4^x + 6^x == 9^x. However they are solved by
https://www.symbolab.com/solver/step-by-step/4%5E%7Bx%7D%2B6%5E%7Bx%7D%3D9%5E%7Bx%7D?…
-
### 前置确认
##### 1. 网络能够访问openai接口
##### 2. `git pull` 拉取最新代码
##### 3. 执行`pip install -r requirements.txt`,检查依赖是否满足
##### 4. 在已有 issue 中未搜索到类似问题
已拉取更新最新代码,依赖
chatgpt-on-wechat版本:1.2.5
chatgpt…
-
Instead, it is interpreted as a function x evaluated at point x, which breaks the rule of least surprise _(edit: at least for mathematicians, which are certainly one target group)_.
See https://gamma…
jondo updated
4 years ago
-
This has a lot of open questions, e.g. how to precisely specify the match / race.
Sources:
- [x] Investigate Yahoo Fantasy - bad, see wiki
- [X] Investigate scraping NBCSports - against ToS
- [ ] Inv…
pasky updated
5 years ago
-
When I do the following using your miller_rabin algorithm
```
println!("{}",miller_rabin(&Int::from_str_radix("88226444277756205957751154761308930176866878779555635344293203609008467192573112421347…
-
Hello,
I've been looking at frameworks for natural language date parsing, and natty seems to be the most promising one I've found. I've also looked closely at DateJS, Chronic, and Wolfram|Alpha.
My …