Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve Error #37

Closed
GoogleCodeExporter opened this issue Mar 9, 2016 · 2 comments
Closed

Solve Error #37

GoogleCodeExporter opened this issue Mar 9, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
Following  Equation could not be solved in online Symja Application 
Solve[a+2x==0,x] 

What is the expected output?
{{x->(-1/2)*a}}

 What do you see instead?
Error:
Error in evaluateString: a


Solution:

Symbol.java  class not override the method negate();

Code:
@Override
    public IExpr negate() {
        return F.function(F.Times, F.CN1, this);
    }



Original issue reported on code.google.com by msafiyul...@gmail.com on 5 Sep 2011 at 6:49

@GoogleCodeExporter
Copy link
Author

Fixed in SVN with
http://code.google.com/p/symja/source/detail?r=798

Original comment by axelclk@gmail.com on 5 Sep 2011 at 4:22

@GoogleCodeExporter
Copy link
Author

Fixed in Symja online version

Original comment by axelclk@gmail.com on 5 Sep 2011 at 4:42

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant