Processing Math: 88%
jsMath
Differences between revisions 6 and 7
Revision 6 as of 2008-08-12 12:16:36
Size: 4853
Editor: RobertMiller
Comment:
Revision 7 as of 2008-08-12 12:30:41
Size: 6370
Editor: RobertMiller
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<-2> Problem Key ||
|| || simplify ||
|| A(...) || assume ... ||
|| S(...,x) || solve ... for x ||
|| (p.v.) || principal value ||
||<-2> Problem Key              ||
|| || simplify              ||
|| A(...) || assume ...              ||
|| S(...,x) || solve ... for x              ||
|| T(...,x=b) || Taylor series of ... based at b
||
|| (p.v.) || principal value              ||
|| (div) || divergent ||
Line 43: Line 45:
|| 111xdx0(p.v.) || || || || || || || || || 111xdx0 (p.v.) || || || || || || || ||
|| 111x2dx (div) || || || || || || || ||
|| 01x+1x2dx43 || || || || || || || ||
|| 12x+1x2dx483|| || || || || || || ||
|| 02x+1x2dx883|| || || || || || || ||
|| A(a>0);cosxx2+a2dxπaea|| || || || || || || ||
|| A(0<a<1);0ta1t+1dtπsin(πa)|| || || || || || || ||
|| T(\frac1\sqrt{1-(x/c)^2},x=0) || || || || || || || ||
|| T((logx)aebx,x=1) || || || || || || || ||
|| T(log(sinhz)+log(cosh(z+w))) || || || || || || || ||
|| T(log(sinxx),x=0) || || || || || || || ||
Line 45: Line 57:



Problem Key

simplify

A(...)

assume ...

S(...,x)

solve ... for x

T(...,x=b)

Taylor series of ... based at b

(p.v.)

principal value

(div)

divergent

Performance Key

×

wrong answer/cannot do the problem

s sec/ms/μs

performs correctly in time s

>s sec/ms/μs

does not finish in time s

>.<,s or >.<,×

very difficult to convince system to do what you want (regardless of performance)

Problem

Maple

Mathematica

GiNaC

Maxima

Sage

Symbolics

Notes (such as code used/version etc.)

23+41+3 

23

ex1ex/2+1ex/21

A(xy,yz,zx);x=z?

A(x>y,y>0);2x2>2y2?

cosxcos(3x)cos2x3sin2x

cosxcos(3x)2cos(2x)1

A(x,y>0);x1/ny1/n(xy)1/n0

log(tan(21x+4π))sinh1(tan(x))0

log2r+14r+4r+10

x|z|xy|z|2xxy/y

Note x=±x

2x=0+12x+1=1

S(e2x+2ex+1=z,x)

S((x+1)(sin2x+1)2cos3(3x)=0,x)

M1, where M=[[x,1],[y,ez]]

nk=1k34n2(n+1)2

k=1(1k2+1k3)6π2+ζ(3)

nk=1kn!

limn(1+n1)ne

limx0xsinx1

limx0x21cosx21

d2dx2y(x(t))dx2d2y(dtdx)2+dxdydt2d2x

ddx(1x3+2dx)1x3+2 

1a+bcosxdx(a<b

ddx1a+bcosxdx=1a+bcosx 

ddx|x|x|x|

|x|dx2x|x| 

x1+x+1xdx3(1+x)3/2+(1x)3/2 

21+x+1xdx3(1+x)3/2+(1x)3/2 

11x1dx0  (p.v.)

111x2dx  (div)

01x+x12dx34 

12x+x12dx348 

02x+x12dx388 

A(a>0); \int_{-\infty}^\infty\frac{\cos x}{x^2+a^2}dx \rightarrow \frac\pi ae^{-a}

A(0 < a < 1); \int_0^\infty\frac{t^{a-1}}{t+1}dt \rightarrow \frac{\pi}{\sin(\pi a)}

T(\frac1\sqrt{1-(x/c)^2},x=0)

T((\log x)^ae^{-bx},x=1)

T(\log(\sinh z) + \log(\cosh(z + w)))

T(\log(\frac{\sin x}{x}), x=0)

WesterBenchmarks (last edited 2017-09-01 06:55:22 by chapoton)