Skip to content

simplify_fractions throws error #380

@itsdfish

Description

@itsdfish

As discussed on Discourse, simplify_fractions does not work in the example below. Also, as far as I can tell, simplify_fractions is not in the documentation.

Example

using Symbolics

@variables a b c d e f g
x1 = (a+b) / (c + d) + (g+f) / (e + d)

simplify_fractions(x1)

Version

Julia 1.6.3, Symbolics 3.4.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingsimplify

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions