Missing +
overload when trying to create a point with symbolic coefficients
#38
Labels
+
overload when trying to create a point with symbolic coefficients
#38
So I wanted to make a symbolic sphere using
Reduce.jl
symbols. I started off by making a point like this:But I get an error:
I can get around this by first defining:
It fixes the problem, for now, but seems a little too hacky to make a PR worthy solution. I tried:
and got:
By this point I got kinda lost trying to define
The text was updated successfully, but these errors were encountered: