Coefficient issue

Issue #28 resolved
Former user created an issue

I have tested in online Symja

Input : Coefficient[10(x^2)+2(y^2)+2*x, x,2]

Output: 10

The above equation gives result 10.. thats fine..

but i change y^2 Coefficient to 1

Input : Coefficient[10(x^2)+1(y^2)+2*x, x,2]

Output: y^2+10

Comments (1)

  1. Log in to comment