-
```
Limit((Sqrt(((t+4)*(t-2)^4))/((3*t)-6)^2),t->2)
```
![image](https://user-images.githubusercontent.com/19369448/120919522-46f16380-c6e4-11eb-9d0c-f5657a50a152.png)
Wolfram|Alpha result:
!…
-
To go along with the recent additions of `simplify` and `derivative` in version 3.9.0, it would be very good to begin implementing `integral` as well. This issue will discuss ideas on how to do this a…
-
## Description
As I update the docs, I'm finding the units documentation for each parameter cumbersome. For example:
```
sigma (in energy units)
gamma (in units of force/velocity)
```
We cou…
-
I'm trying to plot the imaginary part of a function. Comparing the results with [wolfram alpha](https://www.wolframalpha.com/input/?i=imag%28sqrt%28-x%29%29), it appears that NumPy has a bug. In t…
-
Here would be the 0.8 version. However, the theme isn't available yet:
```python
import datetime
import json
import os
import PyDictionary
import pyperclip
import random
import re
import re…
-
Thank's for putting together this package, it will be very useful.
But the Braket package doesn't seem to add aliases properly in version 12.3.1.0 on macOS with a machine using Apple silicon (i.e. …
-
Can you add a link to the Wikipedia definition to `LegendreEllipticIntegral.bigE(x, m)` and
describe the relaton of your `LegendreEllipticIntegral.bigE(x, m)` to the definition in Mathematica?
- …
-
I am getting the following error after scanning QR code in terminal....I first ran npm install then npm start and it seems that QR is successfully scanned but canvas is not loading.
![image](http…
-
Hello everyone,
I think I found a bug which was not reported yet. There are a few issues which might be related, but as I don't know the details of the background work, I'm not sure about it. The iss…
-
eval expressions for examples (check with Python)
> ++1 , --1, +-1, -+1
Tokenizer add previousToken.type == TokenType.UNARY_OPERATOR
```
if (previousToken == null
|| previousToken.type =…