We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue migrated from trac ticket # 3137
milestone: HeuristicLab 3.3.17 | component: Problems.DataAnalysis.Symbolic | priority: medium
The simplifier for symbolic expressions should try to reduce the number of parameters within fractions when possible. (c1 x) / (c2 y) should be simplified to c3 x / y with c3 = c1 / c2 Similarly, (c1 a + c2 b) / (c3 c + c4 d) should be simplified to (c5 a + c6 b) / (c7 c + d)
The simplifier for symbolic expressions should try to reduce the number of parameters within fractions when possible.
(c1 x) / (c2 y) should be simplified to c3 x / y with c3 = c1 / c2
(c1 x) / (c2 y)
c3 x / y
c3 = c1 / c2
Similarly, (c1 a + c2 b) / (c3 c + c4 d) should be simplified to (c5 a + c6 b) / (c7 c + d)
(c1 a + c2 b) / (c3 c + c4 d)
(c5 a + c6 b) / (c7 c + d)
The text was updated successfully, but these errors were encountered:
gkronber
No branches or pull requests
Issue migrated from trac ticket # 3137
milestone: HeuristicLab 3.3.17 | component: Problems.DataAnalysis.Symbolic | priority: medium
2021-11-03 18:05:32: @gkronber created the issue
The text was updated successfully, but these errors were encountered: