Error evaluating Solve[-1-4/3*Limit[1/x^2,x->0]==(2*a2)/a3+(-2*a5)/a3,a3]

Issue #99 resolved
Former user created an issue

Formula evaluation using ExprEvaluator throws exception:

org.matheclipse.core.eval.exception.JASConversionException: JAS conversion error at org.matheclipse.core.convert.JASIExpr.expr2IExprJAS(JASIExpr.java:165) at org.matheclipse.core.reflection.system.Roots.rootsOfExprPolynomial(Roots.java:181) at org.matheclipse.core.reflection.system.Roots.rootsOfVariable(Roots.java:156) at org.matheclipse.core.reflection.system.Solve.rootsOfUnivariatePolynomial(Solve.java:545) at org.matheclipse.core.reflection.system.Solve.analyzeSublist(Solve.java:469) at org.matheclipse.core.reflection.system.Solve.evaluate(Solve.java:583) at org.matheclipse.core.eval.EvalEngine.evalASTBuiltinFunction(EvalEngine.java:871) at org.matheclipse.core.eval.EvalEngine.evalRules(EvalEngine.java:660) at org.matheclipse.core.eval.EvalEngine.evalAST(EvalEngine.java:633) at org.matheclipse.core.expression.AbstractAST.evaluate(AbstractAST.java:601) at org.matheclipse.core.eval.EvalEngine.evalLoop(EvalEngine.java:915) at org.matheclipse.core.eval.EvalEngine.evalWithoutNumericReset(EvalEngine.java:1348) at org.matheclipse.core.eval.EvalEngine.evaluate(EvalEngine.java:1250) at org.matheclipse.core.eval.ExprEvaluator.evaluate(ExprEvaluator.java:168) at org.matheclipse.core.eval.ExprEvaluator.evaluate(ExprEvaluator.java:187)

Comments (2)

  1. Log in to comment