Skip to content

solve of equation system misses trivial simplifications #16753

@rwst

Description

@rwst

Some trivial substitutions are not done by solve:

sage: x,y=var('x,y')
sage: solve([y==exp(x),2*y-exp(x)==1],x,y)
[y == e^x, 2*y - e^x == 1]

and, as reported in http://ask.sagemath.org/question/23652/solve-equations-with-sinx/

sage: solve([y==sin(x),y+4*sin(x)==5],x,y)
[y == sin(x), y + 4*sin(x) == 5]

Component: calculus

Author: Akshay Ajagekar

Branch/Commit: u/ajagekar.akshay/Trac16753 @ 88dec5a

Issue created by migration from https://trac.sagemath.org/ticket/16753

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions