Symja: Evaluating expressions against each other

Issue #142 resolved
Andreas Piculell created an issue

Hi!

UPDATE: RESOLVED. I USED AN OLDER VERSION OF THE SOFTWARE - MY BAD :)

if you calculate Simplify(5x(6x+30)) it becomes x(150+30*x)

Is there a way to make sure that the answer is only the most simplified one?

Best Andreas

Comments (7)

  1. Axel Kramer repo owner

    From the current sources

    Simplify(5*x*(6*x+30)) 
    

    gives

    30*x*(5+x)
    

    you are prpobably using an older version?

  2. Andreas Piculell reporter

    Thank you for the quick response!

    I downloaded the package last July and i am using the "symja_java8-2016-07-24.jar" file from "https://bitbucket.org/axelclk/symja_android_library/downloads". I can't seem find a newer jar file.

    Is this outdated?

  3. Log in to comment