You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
equations like : 'x - y = 10'
here, coefficient of y is outputted as 1 but it should be -1
equations like : 'x -y -z = 10'
gives error as float('-') is not defined
The text was updated successfully, but these errors were encountered:
equations like :
'x - y = 10'
here, coefficient of
y
is outputted as1
but it should be-1
equations like :
'x -y -z = 10'
gives error as
float('-')
is not definedThe text was updated successfully, but these errors were encountered: