Colin B. Macdonald
Colin B. Macdonald
Those ideas sound good to me. New names sound fine. Uncertain about lack of indexing in tableForm but as you say should be easy to refactor later.
re: TableForm versus Array. I'm less certain about the lack indexing: I've just filed #1223 and #1224 which are examples of using linear indexing into Matrix needing adjustment b/c linear...
### list of methods that have failing tests (feel free to edit!) - [x] stuff from uniop_helper and elementwise op - #1223 - #1224 - various things fixed - [x]...
Agree this could be useful. But I like the idea that most of our Makefile is very similar to other packages. In the past we did some effort to make...
Good idea for a wiki page. I don't think I have anything written down about it, but I can jot down a few things...
I started https://github.com/cbm755/octsympy/wiki/Setting-up-a-development-environment, feel free to add to it My best guess on this particular issue is that we put a Python None in a SymPy Matrix, which was kind...
MWE in Python: ``` var('x') e = Eq(x, 7) Matrix([[e]]) ``` We do this a lot. Perhaps SymPy's Array is an alternative.
Before closing this, we should look at https://github.com/sympy/sympy/issues/21504
@AlexanderMisel good catch. Can you file a separate issue for this?
@AlexanderMisel see #226.