Grassmann.jl icon indicating copy to clipboard operation
Grassmann.jl copied to clipboard

Reversion operator (~) is not defined for Symbolic Coefficients when using Grassmann and Reduce

Open ajahraus opened this issue 3 years ago • 1 comments

I was following along with the examples presented in Symbolic Coefficients by Declairing Albegra, and all was working as expected, until I tried to rotate a point P using the symbolically defined R, as in the equation Q = R*P*~R.

At this point, an error was thrown, indicating

ERROR: MethodError: no method matching grade(::Expr)
Closest candidates are:
  grade(::Any, ::SubManifold{V, G, B} where G) where {V, B} at ~/.julia/packages/DirectSum/XQ4T8/src/generic.jl:139

ajahraus avatar Dec 10 '21 22:12 ajahraus

If you want this to be investigated further, you'll need to provide a minimum reproducible example of the error.

chakravala avatar Dec 15 '21 03:12 chakravala