Dream Scatter

Results 108 comments of Dream Scatter
trafficstars

Thanks for the report, I will look into the bug sometime if I can, but I have a job at Wolfram Research now along with various other personal priorities. Indeed,...

Unicode characters are very tricky to support, there is a bit of functionality for it built in, but I don't have the time available to make unicode support more robust....

Have you tried using `Reduce.Reset()` to reset the REDUCE instance?

Reduce.Reset() works fine on my computer, I cant reproduce your issue. You'll have to provide more details, as I cannot confirm or reproduce the issue on my computer.

Sorry, I'm not sure what you mean by Julia markdown, it's not clear how to reproduce your problem.

Why do you want to use the `@latex` macro for that? ```Julia julia> latex(RExpr(:n)) "\\begin{displaymath}\nn\n\\end{displaymath}\n" ``` Probably better to just stick with a regular function call, since macro is not...

Perhaps it may be beneficial to convert the polynomial to a different representation in Julia and to then use this new representation of a polynomial as a data structure after...

@abrombo the next version 0.9 of [Grassmann.jl](https://github.com/chakravala/Grassmann.jl) will support the fully general metric tensor symbolically, this is the main remanining final feature before the final release of v1.0 Grassmann.jl is...

Self loops would be good, is there a way to manually add them from the output of quiver?

It seems this similar browser tool has self loops implemented https://github.com/yishn/tikzcd-editor/issues/18