Processing Math: Done
jsMath
Differences between revisions 1 and 2
Revision 1 as of 2008-08-12 09:13:38
Size: 35
Editor: RobertMiller
Comment:
Revision 2 as of 2008-08-12 11:10:09
Size: 1259
Editor: RobertMiller
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe SymbolicBenchmarks here. ||<-2> Problem Key ||
|| || simplify ||
|| A(...) || assume ... ||

||<-2> Performance Key ||
|| × || wrong answer/cannot do the problem ||
|| s sec/ms/μs || performs correctly in time s ||
|| >.<,s || performs correctly in time s, very difficult to convince system to do what you want ||

|| 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? || || || || || || || ||
|| cos(3x)cosxcos2x3sin2x || || || || || || || ||
|| cos(3x)cosx2cos(2x)1 || || || || || || || ||
|| A(x,y>0);x1/ny1/n(xy)1/n0 || || || || || || || ||
|| log(tan(12x+π4))sinh1(tan(x))0 || || || || || || || ||
|| log2r+14r+4r+10 || || || || || || || ||

Problem Key

simplify

A(...)

assume ...

Performance Key

×

wrong answer/cannot do the problem

s sec/ms/μs

performs correctly in time s

>.<,s

performs correctly in time s, very difficult to convince system to do what you want

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

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