Colin B. Macdonald

Results 291 comments of Colin B. Macdonald

Another example: ``` sympref digits 64 a = sym(2) / 3 b = vpa(a) c = b * pi c = (sym) 0.6666666666666666666666666666666666666666666666666666666666666667⋅π ``` And as in @goofyseeker311's example, we...

Looks like: https://savannah.gnu.org/bugs/?38128 which is supposed to be solved by still see this on Octave dev. Will investigate further. [updated comment, wrong link before]

https://savannah.gnu.org/bugs/index.php?42152 filled upstream. can't fix it here.

Workaround, extract brackets around the row vec: ``` B = [sym(0) 1; [2 3]]; ```

maybe I should leave this open so people see it? E.g., [this upstream](http://savannah.gnu.org/bugs/?45423)

Thanks for confirming, but note there is nothing we can do here until this is fixed in upstream Octave---see https://github.com/cbm755/octsympy/issues/8#issuecomment-40898024, see also workaround noted above.

no problem! Any chance you want to take a deep dive into Octave's parsing, see if you can fix it? I'm sure someone like @mtmiller (who knows the internals better...

This might be #1010, try doing `setenv PYTHON python` at the Octave prompt...

"Microsoft Store" python provides both `python` and `python3`.

Not if they click "Add python.exe to path" during the install of the installer python.org...