-
> Notes on basic Calculus concepts.
## Study resources
- [x] [Khan academy: AP Calculus BC](https://www.khanacademy.org/math/ap-calculus-bc)
- [x] [Kristan King: Calculus I (Differential Calc…
-
Using Sympy Gamma for [`integrate(2/(log(n)**2*n), (n,2, oo))`](http://gamma.sympy.org/input/?i=integrate%282%2F%28log%28n%29**2*n%29%2C+%28n%2C2%2C+oo%29%29), one substitution is wrong and incomplete…
-
## 指数爆炸
一个叫杰米的百万富翁,一天,碰上一件奇怪的事,一个叫韦伯的人对他说,我想和你定个合同,我将在整整一个月中每天给你10万元,而你第一天只需给我一分钱,而后每一天给我的钱是前一天的两倍。杰米说:“真的?!你说话算数?”
合同开始生效了,杰米欣喜若狂。第一天杰米支出一分钱,收入10万元;第二天,杰米支出2分钱,收入10万元;第三天,杰米支出4分钱,收入10万元;第四天,杰米支…
-
1. NumPy
2. Pandas
3. Scipy
4. matplotlib
5. Patsy
6. Sympy
7. Plotly
8. statsmodels
9. ADiPy
10. matalg27
11. mplstyler
12. Scikit-image
13. Scikit-learn
14. Gnuplot.py
15. NetworkX
1…
-
Based on the comments in #4 and #5, I believe that what I have presented as the definition of a language in [What is a Language?](https://github.com/Zistack/program-modeling-language/wiki/What-Is-A-La…
-
**Describe the bug**
I believe MeTTa should seamlessly offer single sided matching alongside double sided matching. In the sense that the developer should be able to easily specify when reduction …
-
Sufficiently many calls to Maxima eventually causes that interface to throw an exception, some samples of which are given below. A minimal piece of code exhibiting this problem is
```
def prob()…
-
Hi all, well the actual integrate function don't returns the constant:
```
>>> integrate(x, x)
x**2/2
```
obvs, if the user send an interval of integration shouldn't exist the constant.
Well, would…
latot updated
3 years ago
-
I need to find a solution to Reset the sensor using a I2C Block. Exist a solution for Arduino and to reading I2C registers but I am not sure if exist a solution to write.
```
I2C Registers:
XGL_P…
-
Following some recent discussions on Slack, I'm considering writing a HOL conversion for computing indefinite integrals (antiderivatives) of real functions, which may be called `INTEGRATE_CONV`.
Af…