login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #15 integrate(1/(1+z^4), z=0..1) :: Complex Float revision 3 of 7

1 2 3 4 5 6 7
Editor: kratt6
Time: 2007/12/28 14:57:53 GMT-8
Note:

added:

From kratt6 Fri Dec 28 14:57:53 -0800 2007
From: kratt6
Date: Fri, 28 Dec 2007 14:57:53 -0800
Subject: 
Message-ID: <20071228145753-0800@axiom-wiki.newsynthesis.org>

Category: Axiom Mathematics => Axiom Library 


Submitted by : (unknown) at: 2007-11-17T21:59:57-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

axiom
integrate(1/(1+z^4), z=0..1) :: Complex Float
LatexWiki Image(1)
Type: Complex Float
  • 0.2437477471 9968052418

Status: open => fix proposed

fixed in FriCAS?, see also #293

axiom
romberg(z+->1/(1+z^4), 0,1,0.1,0.1,10,20)
LatexWiki Image(2)
Type: Record(value: Float,error: Float,totalpts: Integer,success: Boolean)

Category: Axiom Mathematics => Axiom Library