Skip to content
New issue

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

symbolic relations metaticket #19162

Open
rwst opened this issue Sep 8, 2015 · 4 comments
Open

symbolic relations metaticket #19162

rwst opened this issue Sep 8, 2015 · 4 comments

Comments

@rwst
Copy link
Contributor

rwst commented Sep 8, 2015

We should provide a detailed interface for symbolic relations:

  • bool(rel) equivalent to (not)(LHS-RHS).is_trivial_zero() for ==,!= ; and for <, >, <=, >= the result follows alpha order of lhs and rhs
  • satisfiable(rel) returning (Yes,example)/No/Undecidable/NotImplemented
  • solve(rel) in case of satisfiable=Yes returning the full solution set
  • is(rel) attempting simplification/proof, returning True/False, throwing NotImplementedError
  • ex.is_zero(simplify=False) (default) calling the fast bool(ex==0) (Fix usage of symbolic comparison in several places #24992)
  • ex.is_zero(simplify=True) attempting simplification/proof (Fix usage of symbolic comparison in several places #24992)
  • prove(rel) showing more or less steps of simplification (which is out of reach for the moment)

Tickets:

See also https://trac.sagemath.org/wiki/symbolics/nonzero

CC: @videlec @slel

Component: symbolics

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

@rwst rwst added this to the sage-6.9 milestone Sep 8, 2015
@rwst

This comment has been minimized.

@rwst

This comment has been minimized.

@rwst

This comment has been minimized.

@rwst rwst modified the milestones: sage-6.9, sage-8.2 Mar 15, 2018
@rwst

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants