-
Sometimes I want to deal with a poly by completing the square. Whether sympy have this function?
-
```
As noted in issue 5838 , some of the docstrings in the polys are really good, but they are buried in the internals. The docstring of dup_decompose is an example of this (compare it to the docstri…
-
```
I just noticed this bug noted in the IRC logs, but it was never reported here. Read more at http://kottnet.net/irclogs/freenode/chn-%23sympy/2011-06-18.log .
22:51 < vks> andy: yes, for indefini…
-
Hi all,
Having a tough time finding mylar sheets quickly, does anyone know if poly (polyethelene) sheeting (from places like Uline.ca) would be a good substitute?
-
```
What steps will reproduce the problem?
1. Start android-xserver on emulator
2. run "export DISPLAY=127.0.0.1:0". WM will use android-xserver
3. run "adb forward tcp:6000 tcp:6000". Adb forwa…
-
```
What steps will reproduce the problem?
1. Start android-xserver on emulator
2. run "export DISPLAY=127.0.0.1:0". WM will use android-xserver
3. run "adb forward tcp:6000 tcp:6000". Adb forwa…
-
```python
>>> s = x*cos(30) + y*cos(60) - 10*cos(15)
>>> Poly(s).as_dict()
{(1, 0, 0, 1, 0): 1, (0, 1, 0, 0, 1): 1, (0, 0, 1, 0, 0): -10}
>>> Poly(s.n()).as_dict()
{(0, 1): -0.952412980415156, (1…
-
In our ESMF mesh files for the mediator, we include a grid cell area field (_elementArea_) [calculated](https://github.com/COSIMA/om3-scripts/blob/dd38b80f948a5584ad9f2232a9694af4b75b4dc1/mesh_generat…
-
Hi I noticed that there are extremely weird abstraction for use that mainly served as a way to save typing.
one particularly bad example is https://github.com/HOL-Theorem-Prover/HOL/blob/develop/tool…
-
```
I currently get an anonymized list of errors in the Read/Write IFC tab, like:
Error: convertIfcBooleanOperand problems in extrude: poly_data->points.size()
!= 2*polygonal_boundary.size()
convert…