Samith Karunathilake
Samith Karunathilake
Is this still open?
Now this has the issue with `sympy/solvers/tests/test_simplex.py::test_lp` test case
Do you have the domain knowledge of this? I have some knowledge, but not sure this is the right way to express the wedge product of `e_x^e_y^(2*e_x)`
> > print(WedgeProduct(dx, dy)(e_x, e_y, 2*e_x)) > > This expression calculates the wedge product of the base one-forms `dx` and `dy`, and then evaluates the resulting multivector on the vectors...
if this error only can be seen in reciprocals then we can do this hack I guess. But I think we should also must provide a way to solve more...
If this issue is solved better to close this issue @davidggphy
I think this problem comes because `xi` and `eta` are also taken for the internal representation of the PDE for another meaning. for that it is better to introduce the...
@oscarbenjamin Do we need to implement a method to handle those variables or are we supposed to throw a warning.
May I work on this issue?