Dream Scatter

Results 108 comments of Dream Scatter

For traditional plotting I prefer to use [Makie.jl](https://github.com/JuliaPlots/Makie.jl) package, which has interoperability with `Grassmann`. There is also a proof of concept available allowing the usage of `ganja.js` together with `Grassmann`...

As it turns out, the space `S"∞++"` is isomorphic to `ℝ^3`, aside from having a dedicated index for the up and down projection of the Riemann sphere. Therefore, it should...

Is this an operation you actually need? I'd rather not spend my free time working on features that are just random test examples and aren't actually used in practice. I'll...

Indeed, the automatic symbolic differentiation is the final finishing feature I would like to add before finalizing the [paper](https://github.com/JuliaCon/proceedings-review/issues/18) I am writing. Everything is already in place for AD and...

Alright, so I got the feature implemented now, need to register a new version of `DirectSum` first before the commits can be pushed on this repository.

Thanks for your interest! [Discrete Morse Theory](https://bookstore.ams.org/stml-90/) is a new book I am interested in.

Alright, so the functionality is designed around the concept of differential operators and tensor fields. ```Julia julia> using Reduce, Grassmann # can also use SymPy or SymEngine, or others if...

Are you using the most recent commit from the master branch? with v0.4.1 of Grassmann?

My bad, I am still on v0.3.0 of Grassmann, got the version numbers mixed up in my head. Try using `pkg> dev Grassmann` this is not registered yet, you are...

Are you sure you have `using Reduce, Grassmann` ? If you don't have `derive(::Expr, ...)` it is because you don't have `Reduce` loaded. PS, I have registered and tagged v0.3.1...