Colin B. Macdonald
Colin B. Macdonald
Oh I hope not! Bundle is really just a kludge. At any rate, it seems like "python3" is not commonly the correct binary for windows (except maybe when one uses...
I see. That is strange behaviour IMHO, because I think of vpasolve as basically Newton's method. I guess it must be done by companion matrix eigenvalues or similar. I'd worry...
Question: is the README.md file on Github really the first point of contact? Right now, maybe. But in upcoming 2.8.0, the DESCRIPTION file points the homepage to https://octave.sourceforge.io/symbolic/, and I...
Does the Interval manual (written in texinfo, with a makefile to build html and pdf) seem like the right approach? I don't need an immediate answer: not going to start...
Idea: the links @mtmiller refers to can point the manual as hosted on Octave-Forge (i.e., sourceforge). Then the manual's section on Development can point back here to Github.com (and Gitlab.com...
Without `D` is does finish but the result is wrong: ``` >> A A = (sym 4×4 matrix) ⎡1 1 1 0 ⎤ ⎢ ⎥ ⎢-2 -1 0 -1⎥ ⎢...
I bisected this to a regression upstream: https://github.com/sympy/sympy/issues/15858
Now the command is ``` sympref python 'LD_LIBRARY_PATH="" python' ```
Also see this on Ubuntu 14.04.1 with Matlab 2013a.
Also on Ubuntu 14.04.3 LTS with Matlab 2014b