-
From [Docs Basic_operations.html](http://docs.sympy.org/latest/tutorial/basic_operations.html)
In lambdify example:
```
Python console for SymPy 1.0 (Python 2.7.5)
These commands were executed:
…
-
as seen in error log...
https://rebuildingtogethercaptain-hrd.appspot.com/room/site_summary/5284857886277632
File "/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue330.403909366477026…
-
19037EPA
https://rebuildingtogethercaptain-hrd.appspot.com/room/site_summary/5906047285854208
looks like it's in a vendor receipt purchase date:
File "/base/data/home/apps/s~rebuildingtogetherc…
-
> What application are you using?
Other / Not sure
> Describe the problem.
The OCE Asset Management group has an asset management training presentation that we currently provide in pers…
-
This input:
```
H = MatrixSymbol('H', 3,3)
X = MatrixSymbol('x', 3, 1)
C = MatrixSymbol('c', 3, 1)
f = (1/2)*X.T*H*X + C.T*X
```
Gives
```
>>> hessian(f, [X])
Traceback (most recent call last):
…
-
As LaTeX parser requires [antlr-python-runtime](https://docs.sympy.org/latest/modules/parsing.html#runtime-installation), the following code block from the docstring throws an error:
```
>>> fro…
-
Currently that endpoint is failing
```
File "/base/data/home/apps/s~tbatv-prod-hrd/prod-2.434856162632711406/controllers/cron_controller.py", line 504, in get
district_points = DistrictHelp…
-
Can you provide convenient commands for execution?
Such as
```
git clone https://github.com/broadinstitute/DirectHRD
cd DirectHRD
pip install -r requirements.txt
python download_deps.py
pytho…
-
While browsing [this page](https://docs.sympy.org/1.5.1/tutorial/matrices.html#basic-operations) in the docs, I saw that trying to assign a `Matrix` object to `N` fails.
[clickable](https://live.sy…
-
A few examples in live.sympy.org with sympy 1.4:
A = MatrixSymbol('A', 2, 2)
B = MatrixSymbol('B', 2, 2)
exp(A)*B
leads to:
```
[...]
File "/base/data/home/apps/s~sympy-live-h…