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

Ratio of two symbolic expressions involving derivative does not simplify #6524

Closed
golam-m-hossain opened this issue Jul 13, 2009 · 9 comments

Comments

@golam-m-hossain
Copy link

In new symbolics, ratio of two symbolic expressions involving derivative does not simplify

sage: f(x) = function('f', x)
sage: g = f(x).diff(x)
sage: h = f(x).diff(x)*sin(x)
sage: h/g
sin(x)*D[0](f)(x)/D[0](f)(x)

However, for some ordering it does simplify

sage: f(x) = function('f', x)
sage: g = f(x).diff(x)
sage: h = sin(x)*f(x).diff(x)
sage: h/g
sin(x)

Component: symbolics

Author: Burcin Erocal

Reviewer: Karl-Dieter Crisman

Merged: Sage 4.1.2.alpha4

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

@burcin
Copy link

burcin commented Sep 19, 2009

Attachment: trac_6524-fderivative_compare.patch.gz

@burcin
Copy link

burcin commented Sep 19, 2009

Author: Burcin Erocal

@burcin
Copy link

burcin commented Sep 19, 2009

comment:1

This is fixed in my pynac tree, attachment: trac_6524-fderivative_compare.patch contains doctests for Sage.

I will post a new pynac package and review instructions soon.

@burcin burcin added this to the sage-4.1.2 milestone Sep 19, 2009
@burcin burcin changed the title Ratio of two symbolic expressions involving derivative does not simplify [waiting for new pynac] Ratio of two symbolic expressions involving derivative does not simplify Sep 19, 2009
@burcin burcin self-assigned this Sep 19, 2009
@burcin
Copy link

burcin commented Sep 22, 2009

comment:2

New pynac package available at #6993.

@burcin burcin changed the title [waiting for new pynac] Ratio of two symbolic expressions involving derivative does not simplify Ratio of two symbolic expressions involving derivative does not simplify Sep 22, 2009
@kcrisman
Copy link
Member

Reviewer: Karl-Dieter Crisman

@kcrisman
Copy link
Member

comment:3

Looks like it's fixed. Pending of course positive review of the Pynac package as a whole.

@sagetrac-mvngu
Copy link
Mannequin

sagetrac-mvngu mannequin commented Sep 25, 2009

Merged: Sage 4.1.2.alpha3

@sagetrac-mvngu sagetrac-mvngu mannequin closed this as completed Sep 25, 2009
@sagetrac-mvngu
Copy link
Mannequin

sagetrac-mvngu mannequin commented Sep 27, 2009

Changed merged from Sage 4.1.2.alpha3 to Sage 4.1.2.alpha4

@sagetrac-mvngu
Copy link
Mannequin

sagetrac-mvngu mannequin commented Sep 27, 2009

comment:5

There is no 4.1.2.alpha3. Sage 4.1.2.alpha3 was William Stein's release for working on making the notebook a standalone package.

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

3 participants