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

AsymptoticRing: multiplication with zero fails #20043

Closed
dkrenn opened this issue Feb 12, 2016 · 15 comments
Closed

AsymptoticRing: multiplication with zero fails #20043

dkrenn opened this issue Feb 12, 2016 · 15 comments

Comments

@dkrenn
Copy link
Contributor

dkrenn commented Feb 12, 2016

sage: A.<x> = AsymptoticRing('x^ZZ', ZZ)
A(1) * A(0)

fails.

CC: @behackl @cheuberg

Component: asymptotic expansions

Author: Daniel Krenn

Branch/Commit: 98e1fc7

Reviewer: Clemens Heuberger

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

@dkrenn
Copy link
Contributor Author

dkrenn commented Feb 12, 2016

Branch: u/dkrenn/asy/one-times-zero

@dkrenn
Copy link
Contributor Author

dkrenn commented Feb 12, 2016

Commit: 2e2f422

@dkrenn
Copy link
Contributor Author

dkrenn commented Feb 12, 2016

Dependencies: #19316

@dkrenn
Copy link
Contributor Author

dkrenn commented Feb 12, 2016

New commits:

d3194afMerge commit '37917b287453015084690b3b5dcbd6240f799ca4' of git://trac.sagemath.org/sage into asy/pow-var
f0a8292new NotImplementedOZero in misc
0af02b7remove old NotImplementedOZero and use new one
56c5473O(0) in asymptotic expansion
862c3d21*0 in asymptotic ring
ef5a6bbcorrect other empty sums
5e8d4e2fix O(0)-doctest
3817fc7forbid asymptotic rings as base in growth groups
2e2f422move code of NotImplementedOZero to avoid merge-conflicts

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 12, 2016

Changed commit from 2e2f422 to 83223e2

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 12, 2016

Branch pushed to git repo; I updated commit sha1. New commits:

83223e2Trac #20043: add additional doctest to check parent

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 12, 2016

Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:

ea85895new NotImplementedOZero in misc
d5c664eremove old NotImplementedOZero and use new one
143c048O(0) in asymptotic expansion
fb8a9d41*0 in asymptotic ring
b1c3f1bcorrect other empty sums
a87009dfix O(0)-doctest
ba0a5adforbid asymptotic rings as base in growth groups
c2f30f5move code of NotImplementedOZero to avoid merge-conflicts
ebac5c2Trac #20043: add additional doctest to check parent

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 12, 2016

Changed commit from 83223e2 to ebac5c2

@dkrenn
Copy link
Contributor Author

dkrenn commented Feb 12, 2016

Changed dependencies from #19316 to none

@dkrenn
Copy link
Contributor Author

dkrenn commented Feb 12, 2016

comment:5

Sits now on 7.1.beta3.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 12, 2016

Branch pushed to git repo; I updated commit sha1. New commits:

98e1fc7Trac #20043: make error message more precise and flexibel

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 12, 2016

Changed commit from ebac5c2 to 98e1fc7

@cheuberg
Copy link
Contributor

comment:7

LGTM

@cheuberg
Copy link
Contributor

Reviewer: Clemens Heuberger

@vbraun
Copy link
Member

vbraun commented Feb 13, 2016

Changed branch from u/dkrenn/asy/one-times-zero to 98e1fc7

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