Skip to main content

Timeline for Polynomial -> Integrate

Current License: CC BY-SA 3.0

14 events
when toggle format what by license comment
Jun 17, 2020 at 9:04 history edited CommunityBot
Commonmark migration
Apr 25, 2018 at 14:02 history edited mbomb007 CC BY-SA 3.0
deleted 67 characters in body
Apr 25, 2018 at 13:37 history edited mbomb007 CC BY-SA 3.0
deleted 67 characters in body
Apr 25, 2018 at 0:34 comment added l4m2 or Z=lambda n:N(Z(-n))if n<0else[1,t,N(1),Z(n-1)]if n>1else[[1,t,1,1],1][n]
Apr 25, 2018 at 0:32 comment added l4m2 Define Z(n) as def Z(n):return N(Z(-n)) if n<0 else[1,t,1,1] if n<1 else 1 if n<2 else[1,t,N(1),Z(n-1)]?
Apr 24, 2018 at 18:24 comment added mbomb007 @l4m2 I added the links to the question so we can remove these comments. Thanks.
Apr 24, 2018 at 18:24 history edited mbomb007 CC BY-SA 3.0
added 814 characters in body
Apr 24, 2018 at 17:09 history edited mbomb007 CC BY-SA 3.0
added 546 characters in body
Apr 24, 2018 at 1:21 history edited mbomb007 CC BY-SA 3.0
added 15 characters in body
Apr 24, 2018 at 1:16 history edited mbomb007 CC BY-SA 3.0
added 120 characters in body
Apr 24, 2018 at 1:09 history edited mbomb007 CC BY-SA 3.0
added 68 characters in body
Apr 24, 2018 at 1:02 history edited mbomb007 CC BY-SA 3.0
added 115 characters in body
Apr 24, 2018 at 0:56 history edited mbomb007 CC BY-SA 3.0
added 115 characters in body
Apr 23, 2018 at 22:10 history answered mbomb007 CC BY-SA 3.0