Record of Testing of Omnisode


ode.over(Overrides .ode files)
TimeLanguageOde FileEquationStartEndActual EndHDigitsCorrect DigitsTerms1st Relative Error PercentLast Relative Error PercentIterationsExecution TimeEstimated Total TimeLast Savediffeq programdiffeq resultsComment
2014-01-05T02:24:36-06:00Rubyadd_c_lindiff ( y , x , 1 ) = 0.3 + ( 0.1 * x + 0.2 ) ; 0.11.01.00000000000000070.011613300.01.020416195278679e-13900.0 SecondsDone 207 add_c_lin diffeq.rbadd_c_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:37-06:00Rubyadd_c_sindiff ( y , x , 1 ) = 1.0 + sin ( x ) ; -5.05.05.0099999999998750.011612300.01.8513806510578817e-1210011.0 SecondsDone 207 add_c_sin diffeq.rbadd_c_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:38-06:00Rubyadd_full_lindiff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) + ( 0.1 * x + 0.2 ) ; -5.05.05.0099999999998750.011612300.01.4756737517419616e-1210010.0 SecondsDone 207 add_full_lin diffeq.rbadd_full_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:39-06:00Rubyadd_lin_cdiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + 0.3 ; -5.05.05.0099999999998750.011612300.01.6697754290362908e-1210010.0 SecondsDone 207 add_lin_c diffeq.rbadd_lin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:40-06:00Rubyadd_lin_fulldiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + sin ( 0.3 * x + 0.1 ) ; -5.05.05.0099999999998750.011612300.01.4756737517419616e-1210010.0 SecondsDone 207 add_lin_full diffeq.rbadd_lin_full Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:41-06:00Rubyadd_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + ( 0.3 * x + 0.1 ) ; -5.05.05.0099999999998750.011613300.05.738999019601062e-1310010.0 SecondsDone 207 add_lin_lin diffeq.rbadd_lin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:42-06:00Rubyadddiff ( y , x , 1 ) = sin ( x ) + sin ( x ) ; -5.05.05.0099999999998750.011613300.01.2398876642779578e-1310010.0 SecondsDone 207 add diffeq.rbadd Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:42-06:00Rubyadd_sin_cdiff ( y , x , 1 ) = sin ( x ) + 1 , 0 ; -5.05.05.0099999999998750.011612300.01.8513806510578817e-1210010.0 SecondsDone 207 add_sin_c diffeq.rbadd_sin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:43-06:00Rubyadd_sub_sin_c_cos_c_tan_cdiff ( y , x , 1 ) = sin ( 0.1 ) + cos ( 0.05 ) - tan ( 0.02 ) ; -5.05.05.0099999999998750.011613300.07.740612033936015e-1310010.0 SecondsDone 207 add_sub_sin_c_cos_c_tan_c diffeq.rbadd_sub_sin_c_cos_c_tan_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:44-06:00Rubyarccos_sqrtdiff ( y , x , 1 ) = arccos ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.00.50.50000000000000020.01166300.02.063259478069828e-06501.0 SecondsDone 207 arccos_sqrt diffeq.rbarccos_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:45-06:00Rubyarcsin_c_arccos_c_arctan_cdiff ( y , x , 1 ) = arcsin ( 0.1 ) + arccos ( 0.1 ) + arctan ( 0.1 ) ; -5.05.05.0099999999998750.011613300.07.231056417048955e-1310010.0 SecondsDone 207 arcsin_c_arccos_c_arctan_c diffeq.rbarcsin_c_arccos_c_arctan_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:46-06:00Rubyarcsin_sqrtdiff ( y , x , 1 ) = arcsin ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.00.50.50000000000000020.01166300.07.4215156720144446e-06500.0 SecondsDone 207 arcsin_sqrt diffeq.rbarcsin_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:46-06:00Rubyarctan_sqrtdiff ( y , x , 1 ) = arctan ( sqrt ( 0.1 * x + 0.2 ) ) ; -1.00.50.5000000000000010.01165300.02.8346161012862276e-051500.0 SecondsDone 207 arctan_sqrt diffeq.rbarctan_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:47-06:00Rubycosh_sqrtdiff ( y , x , 1 ) = cosh ( sqrt ( 0.1 * x + 0.2 ) ) ; -1.05.05.00999999999993850.01162300.00.0136717070544962956011.0 SecondsDone 207 cosh_sqrt diffeq.rbcosh_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:48-06:00Rubycosdiff ( y , x , 1 ) = cos ( x ) ; -5.05.05.0099999999998750.011610300.01.992690130711006e-1010010.0 SecondsDone 207 cos diffeq.rbcos Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:24:49-06:00Rubycos_sqrt_lindiff ( y , x , 1 ) = cos ( sqrt ( 2.0 * x + 3.0 ) ) ; 2.05.05.000000000001890.0001165300.03.1940990326214374e-053000034.0 SecondsDone 207 cos_sqrt_lin diffeq.rbcos_sqrt_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:24-06:00Rubydiff0diff ( y , x , 1 ) = y ; -5.05.05.0099999999998750.011611300.01.2409457370403986e-1110011.0 SecondsDone 207 diff0 diffeq.rbdiff0 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:25-06:00Rubydiff2diff ( y , x , 3 ) = m1 * diff ( y , x , 1 ) ; -1.01.01.00000000000000130.011613300.02.630429384065675e-132000.0 SecondsDone 207 diff2 diffeq.rbdiff2 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:26-06:00Rubydiffdiff ( y , x , 2 ) = diff ( y , x , 1 ) ; -5.05.05.0099999999998750.011611300.01.2212269363633958e-1110010.0 SecondsDone 207 diff diffeq.rbdiff Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:27-06:00Rubydiv_c_expdiff ( y , x , 1 ) = 2.0 / exp ( x ) ; 1.05.05.0099999999999370.011611300.03.698352441149734e-114010.0 SecondsDone 207 div_c_exp diffeq.rbdiv_c_exp Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:28-06:00Rubydiv_c_lindiff ( y , x , 1 ) = 2.0 / ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.011610300.01.273545092619124e-104910.0 SecondsDone 207 div_c_lin diffeq.rbdiv_c_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:28-06:00Rubydiv_exp_expdiff ( y , x , 1 ) = exp ( 0.1 * x ) / exp ( 0.2 * x ) ; -5.05.05.0099999999998750.011612300.01.8011611428657767e-1210010.0 SecondsDone 207 div_exp_exp diffeq.rbdiv_exp_exp Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:29-06:00Rubydiv_lin_cdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / 2.0 ; -5.05.05.0099999999998750.011613300.09.21485110438917e-1310010.0 SecondsDone 207 div_lin_c diffeq.rbdiv_lin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:30-06:00Rubydiv_lin_expdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / exp ( x ) ; 1.05.05.0099999999999370.011611300.02.2535963593129787e-114011.0 SecondsDone 207 div_lin_exp diffeq.rbdiv_lin_exp Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:31-06:00Rubydiv_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) / ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.011612300.01.102717006900958e-124910.0 SecondsDone 207 div_lin_lin diffeq.rbdiv_lin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:32-06:00Rubydivdiff ( y , x , 1 ) = sin ( x ) / cos ( x ) ; 0.01.51.50099999999994550.0011612300.04.5886107810990044e-1215011.0 SecondsDone 207 div diffeq.rbdiv Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:33-06:00Rubydiv_sin_cdiff ( y , x , 1 ) = sin ( x ) / 2.0 ; -5.05.05.0099999999998750.011614300.07.827783056896399e-1410011.0 SecondsDone 207 div_sin_c diffeq.rbdiv_sin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:34-06:00Rubydiv_sin_lin_newdiff ( y , x , 1 ) = cos ( x ) / ( 2.0 * x + 1.0 ) - 2.0 * sin ( x ) / ( 2.0 * x + 1.0 ) / ( 2.0 * x + 1.0 ) ; 0.11.01.00000000000000070.0011613300.03.561633523672438e-139001.0 SecondsDone 207 div_sin_lin_new diffeq.rbdiv_sin_lin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:25:35-06:00Rubyexp_sqrtdiff ( y , x , 1 ) = exp ( sqrt ( 0.1 * x + 0.2 ) ) ; 2.05.05.000000000001890.0001164300.00.000280925904041220753000024.0 SecondsDone 207 exp_sqrt diffeq.rbexp_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:26:00-06:00Rubyexpt_c_cdiff ( y , x , 1 ) = expt ( 2.0 , 3.0 ) ; -5.05.05.0099999999998750.011616300.00.010010.0 SecondsDone 207 expt_c_c diffeq.rbexpt_c_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:26:01-06:00Rubyexpt_c_lindiff ( y , x , 1 ) = expt ( 2.0 , ( 0.2 * x + 0.3 ) ) ; 1.05.05.0099999999999370.011613300.07.600816836593357e-134010.0 SecondsDone 207 expt_c_lin diffeq.rbexpt_c_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:26:02-06:00Rubyexpt_c_sin_newdiff ( y , x , 1 ) = expt ( 2.0 , sin ( x ) ) * cos ( x ) * ln ( 2.0 ) ; 2.11.0939174.30532605750.41139903795437491616300.00.0228287430 Minutes 0.0 Seconds Unknown 207 expt_c_sin_new diffeq.rbexpt_c_sin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:56:02-06:00Rubyexpt_c_sindiff ( y , x , 1 ) = expt ( 2.0 , sin ( x ) ) ; 0.15.05.0099999999999380.0116Unknown30-1.0-1.04911.0 SecondsDone 207 expt_c_sin diffeq.rbexpt_c_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:56:03-06:00Rubyexpt_lin_cdiff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , 2.0 ) ; 0.15.05.0099999999999380.011612300.01.843465450083153e-124910.0 SecondsDone 207 expt_lin_c diffeq.rbexpt_lin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:56:04-06:00Rubyexpt_lin_lin_newdiff ( y , x , 1 ) = expt ( 2.0 * x + 1.0 , 3.0 * x + 2.0 ) * ( 3.0 * ln ( 2.0 * x + 1.0 ) + ( 2.0 * ( 3.0 * x + 2.0 ) ) / ( 2.0 * x + 1.0 ) ) ; 0.11.01.00000999999808981.0e-051610300.07.645725686062717e-10900011 Minutes 34.0 SecondsDone 207 expt_lin_lin_new diffeq.rbexpt_lin_lin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:57:40-06:00Rubyexpt_lin_lindiff ( y , x , 1 ) = expt ( ( 0.1 * x + 0.2 ) , ( 0.2 * x + 0.3 ) ) ; 0.15.05.0099999999999380.0116Unknown30-1.0-1.04910.0 SecondsDone 207 expt_lin_lin diffeq.rbexpt_lin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T02:57:41-06:00Rubyexpt_lin_sin_newdiff ( y , x , 1 ) = expt ( 2.0 * x + 1.0 , sin ( x ) ) * ( cos ( x ) * ln ( 2.0 * x + 1.0 ) + ( 2.0 * sin ( x ) ) / ( 2.0 * x + 1.0 ) ) ; 0.11.01.00000999999808981.0e-051610300.02.5558003830300613e-10900013 Minutes 6.0 SecondsDone 207 expt_lin_sin_new diffeq.rbexpt_lin_sin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:00:48-06:00Rubyexpt_lin_sin_new_sm_hdiff ( y , x , 1 ) = expt ( 2.0 * x + 1.0 , sin ( x ) ) * ( cos ( x ) * ln ( 2.0 * x + 1.0 ) + ( 2.0 * sin ( x ) ) / ( 2.0 * x + 1.0 ) ) ; 0.11.01.00000999999808981.0e-051610300.02.5558003830300613e-10900013 Minutes 8.0 SecondsDone 207 expt_lin_sin_new_sm_h diffeq.rbexpt_lin_sin_new_sm_h Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:03:57-06:00Rubyexpt_lin_sindiff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , sin ( x ) ) ; 0.15.05.0099999999999380.0116Unknown30-1.0-1.04910.0 SecondsDone 207 expt_lin_sin diffeq.rbexpt_lin_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:03:58-06:00Rubyexpt_sin_cdiff ( y , x , 1 ) = expt ( sin ( 0.2 * x + 0.3 ) , 2.0 ) ; 0.10.20.200000000000065321.0e-051610300.01.7985147922709405e-101000016.0 SecondsDone 207 expt_sin_c diffeq.rbexpt_sin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:04:14-06:00Rubyexpt_sin_lin_newdiff ( y , x , 1 ) = ( expt ( sin ( x ) , ( 2.0 * x + 1.0 ) ) ) * ( ( 2.0 * ln ( sin ( x ) ) ) + ( ( ( 2.0 * x + 1.0 ) * cos ( x ) ) / sin ( x ) ) ) ; 0.10.110.110000000000000290.00011616300.00.01001.0 SecondsDone 207 expt_sin_lin_new diffeq.rbexpt_sin_lin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:04:15-06:00Rubyexpt_sin_lin_new_sm_hdiff ( y , x , 1 ) = ( expt ( sin ( x ) , ( 2.0 * x + 1.0 ) ) ) * ( ( 2.0 * ln ( sin ( x ) ) ) + ( ( ( 2.0 * x + 1.0 ) * cos ( x ) ) / sin ( x ) ) ) ; 0.10.110.110009999999996121.0e-051616300.00.010012.0 SecondsDone 207 expt_sin_lin_new_sm_h diffeq.rbexpt_sin_lin_new_sm_h Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:04:18-06:00Rubyexpt_sin_lindiff ( y , x , 1 ) = expt ( sin ( x ) , ( 0.2 * x + 0.3 ) ) ; 0.13.03.009999999999980.0116Unknown30-1.0-1.02910.0 SecondsDone 207 expt_sin_lin diffeq.rbexpt_sin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:04:19-06:00Rubyexpt_sin_sin_newdiff ( y , x , 1 ) = expt ( sin ( 2.0 * x + 3.0 ) , sin ( x + 1.0 ) ) * ( ( cos ( x + 1.0 ) * ln ( sin ( 2.0 * x + 3.0 ) ) ) + ( ( 2.0 * sin ( x + 1.0 ) * cos ( 2.0 * x + 3.0 ) ) / sin ( 2.0 * x + 3.0 ) ) ) ; 1.81.811.81000000000006561.0e-051616300.00.010003.0 SecondsDone 207 expt_sin_sin_new diffeq.rbexpt_sin_sin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:04:23-06:00Rubyexpt_sin_sin_new_sm_hdiff ( y , x , 1 ) = expt ( sin ( 2.0 * x + 3.0 ) , sin ( x + 1.0 ) ) * ( ( cos ( x + 1.0 ) * ln ( sin ( 2.0 * x + 3.0 ) ) ) + ( ( 2.0 * sin ( x + 1.0 ) * cos ( 2.0 * x + 3.0 ) ) / sin ( 2.0 * x + 3.0 ) ) ) ; 1.81.811.81000099999917731.0e-061616300.00.01000137.0 SecondsDone 207 expt_sin_sin_new_sm_h diffeq.rbexpt_sin_sin_new_sm_h Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:01-06:00Rubyexpt_sin_sindiff ( y , x , 1 ) = expt ( sin ( 0.1 * x ) , sin ( 0.2 * x ) ) ; 0.15.05.0099999999999380.0116Unknown30-1.0-1.04910.0 SecondsDone 207 expt_sin_sin diffeq.rbexpt_sin_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:02-06:00Rubyh2sindiff ( y , x , 2 ) = sin ( x ) ; 0.15.05.0099999999999380.011612300.01.5458722281685842e-124910.0 SecondsDone 207 h2sin diffeq.rbh2sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:03-06:00Rubyh3sindiff ( y , x , 3 ) = sin ( x ) ; 0.11.51.5000000000000010.011614300.02.054620792892953e-141400.0 SecondsDone 207 h3sin diffeq.rbh3sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:03-06:00Rubyh5h3diff ( y , x , 5 ) = m1 * diff ( y , x , 3 ) ; 0.11.51.5000000000000010.011612300.01.5475466653318204e-121400.0 SecondsDone 207 h5h3 diffeq.rbh5h3 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:04-06:00Rubylin_arccosdiff ( y , x , 1 ) = arccos ( 0.1 * x + 0.2 ) ; -0.80.80.80000000000000130.001169300.09.448485801245872e-0916001.0 SecondsDone 207 lin_arccos diffeq.rblin_arccos Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:06-06:00Rubylin_arcsindiff ( y , x , 1 ) = arcsin ( 0.1 * x + 0.2 ) ; -0.80.80.8000000000000010.01167300.05.456885775027171e-071601.0 SecondsDone 207 lin_arcsin diffeq.rblin_arcsin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:07-06:00Rubylin_arctandiff ( y , x , 1 ) = arctan ( 0.1 * x + 0.2 ) ; -1.0-0.6-0.59999999999999960.001167300.03.133036023491384e-074001.0 SecondsDone 207 lin_arctan diffeq.rblin_arctan Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:08-06:00Rubylin_coshdiff ( y , x , 1 ) = cosh ( 2.0 * x + 3.0 ) ; 0.12.02.00000000000000130.011612300.02.5383196998962957e-121900.0 SecondsDone 207 lin_cosh diffeq.rblin_cosh Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:09-06:00Rubylin_expdiff ( y , x , 1 ) = exp ( 0.1 * x + 0.2 ) ; 1.010.010.0099999999998310.011612300.01.1128590685014767e-129010.0 SecondsDone 207 lin_exp diffeq.rblin_exp Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:10-06:00Rubylin_lndiff ( y , x , 1 ) = ln ( 0.1 * x + 0.2 ) ; 20.030.030.0000000000015630.011611300.02.963325055955338e-1110001.0 SecondsDone 207 lin_ln diffeq.rblin_ln Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:11-06:00Rubylin_sin_cosdiff ( y , x , 1 ) = sin ( 2.0 * x + 3.0 ) + cos ( 1.5 * x - 2.0 ) ; 0.15.05.0099999999999380.011612300.02.571063108051355e-124910.0 SecondsDone 207 lin_sin_cos diffeq.rblin_sin_cos Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:12-06:00Rubylin_sinhdiff ( y , x , 1 ) = sinh ( 2.0 * x + 3.0 ) ; 0.010.010.0099999999998310.011613300.03.7188665962677334e-1310010.0 SecondsDone 207 lin_sinh diffeq.rblin_sinh Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:13-06:00Rubylin_tanhdiff ( y , x , 1 ) = tanh ( 3.0 * x + 1.0 ) ; 1.12.02.0000000000000010.011614300.04.2450173055443106e-14900.0 SecondsDone 207 lin_tanh diffeq.rblin_tanh Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:14-06:00Rubylin_tandiff ( y , x , 1 ) = tan ( 2.0 * x + 3.0 ) ; 0.00.10.109999999999999990.011612300.05.4506152152078086e-12110.0 SecondsDone 207 lin_tan diffeq.rblin_tan Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:15-06:00Rubyln_c_exp_c_sqrt_cdiff ( y , x , 1 ) = ln ( 0.1 ) + exp ( 0.1 ) + sqrt ( 0.1 ) ; 0.15.05.0099999999999380.011612300.01.4715847630680629e-124910.0 SecondsDone 207 ln_c_exp_c_sqrt_c diffeq.rbln_c_exp_c_sqrt_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:15-06:00Rubyln_sqrtdiff ( y , x , 1 ) = ln ( sqrt ( 0.1 * x + 0.2 ) ) ; 10.011.011.0099999999999780.01167300.05.573478789439116e-071010.0 SecondsDone 207 ln_sqrt diffeq.rbln_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:05:16-06:00Rubymtest1diff ( y1 , x , 1 ) = m1 * y2 + 1.0 ; 0.110.010.0099999999998310.011611300.05.865755893104392e-1199111.0 SecondsDone 207 mtest1 diffeq.rbmtest1 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y2 , x , 1 ) = y1 - 1.0 ; dittodittodittodittoditto11ditto0.03.0362109842573075e-11dittodittodittodittodittodittoditto
2014-01-05T03:05:29-06:00Rubymtest2diff ( y1 , x , 1 ) = m1 * y2 + 1.0 ; 0.110.010.0099999999998310.011611300.05.865755893104392e-1199115.0 SecondsDone 207 mtest2 diffeq.rbmtest2 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y2 , x , 1 ) = y1 - 1.0 ; dittodittodittodittoditto11ditto0.03.0362109842573075e-11dittodittodittodittodittodittoditto
2014-01-05T03:05:44-06:00Rubymtest3diff ( y2 , x , 1 ) = m1 * y1 + 1.0 ; 0.10.50.50000000000000030.011614300.02.097237095311748e-14400.0 SecondsDone 207 mtest3 diffeq.rbmtest3 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y1 , x , 1 ) = y2 - 1.0 ; dittodittodittodittoditto14ditto0.01.1796245489173727e-14dittodittodittodittodittodittoditto
2014-01-05T03:05:46-06:00Rubymtest4diff ( y2 , x , 3 ) = m1 * cos ( x ) ; 0.15.05.0099999999999380.011612300.02.963915940118189e-1249115.0 SecondsDone 207 mtest4 diffeq.rbmtest4 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * y2 ; dittodittodittodittoditto11ditto0.01.8943234997685304e-11dittodittodittodittodittodittoditto
2014-01-05T03:06:02-06:00Rubymtest5diff ( y1 , x , 1 ) = m1 * y2 ; 0.55.05.0099999999999380.011610300.01.0082184577280443e-104514.0 SecondsDone 207 mtest5 diffeq.rbmtest5 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y2 , x , 2 ) = diff ( y1 , x , 1 ) ; dittodittodittodittoditto11ditto0.02.6061620239086106e-11dittodittodittodittodittodittoditto
2014-01-05T03:06:08-06:00Rubymtest6_rev_sm_hdiff ( x2 , t , 2 ) = 3.0 * diff ( x2 , t , 1 ) - 2.0 * x2 - diff ( x1 , t , 2 ) - diff ( x1 , t , 1 ) + x1 ; 0.50.80.80000999999863461.0e-05163300.00.006690017141913179300015 Minutes 46.0 SecondsDone 207 mtest6_rev_sm_h diffeq.rbmtest6_rev_sm_h Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( x1 , t , 1 ) = 4.0 * x2 - 2.0 * diff ( x2 , t , 1 ) - 2.0 * x1 ; dittodittodittodittoditto3ditto0.00.004621528343770953dittodittodittodittodittodittoditto
2014-01-05T03:11:55-06:00Rubymtest6_sm_hdiff ( x1 , t , 1 ) = 4.0 * x2 - 2.0 * diff ( x2 , t , 1 ) - 2.0 * x1 ; 0.50.80.8000999999999670.0001163300.00.004624417486723573300132.0 SecondsDone 207 mtest6_sm_h diffeq.rbmtest6_sm_h Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( x2 , t , 2 ) = 3.0 * diff ( x2 , t , 1 ) - 2.0 * x2 - diff ( x1 , t , 2 ) - diff ( x1 , t , 1 ) + x1 ; dittodittodittodittoditto3ditto0.00.006694939211056829dittodittodittodittodittodittoditto
2014-01-05T03:12:28-06:00Rubymtest7diff ( y2 , x , 5 ) = y1 ; 0.00.50.085022000000064371.0e-0616130-1.00.10678052937940578502230 Minutes 0.0 Seconds2 Hours 56 Minutes 25.37101724614149 Seconds 207 mtest7 diffeq.rbmtest7 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * y2 ; dittodittodittodittoditto4ditto0.00.00017121425874030147dittodittodittodittodittodittoditto
2014-01-05T03:42:29-06:00Rubymtest8diff ( y2 , x , 4 ) = y1 - 1.0 ; 0.11.41.4000000000000010.011614300.02.238690464480713e-141303.0 SecondsDone 207 mtest8 diffeq.rbmtest8 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 3 ) ; dittodittodittodittoditto14ditto0.02.238690464480713e-14dittodittodittodittodittodittoditto
2014-01-05T03:42:33-06:00Rubymult2diff ( y , x , 1 ) = sin ( x ) * cos ( x ) ; 0.110.010.0099999999998310.011613300.01.482112293920559e-139911.0 SecondsDone 207 mult2 diffeq.rbmult2 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:36-06:00Rubymult_c_lindiff ( y , x , 1 ) = 2.0 * ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.011612300.01.5543122344752507e-124910.0 SecondsDone 207 mult_c_lin diffeq.rbmult_c_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:37-06:00Rubymult_c_sindiff ( y , x , 1 ) = 2.0 * sin ( x ) ; 0.15.05.0099999999999380.011612300.05.753420546817644e-124910.0 SecondsDone 207 mult_c_sin diffeq.rbmult_c_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:38-06:00Rubymult_div_sinh_cosh_tanhdiff ( y , x , 1 ) = sinh ( 0.1 ) * cosh ( 0.05 ) / tanh ( 0.02 ) ; 0.15.05.0099999999999380.011613300.02.833518611124057e-134910.0 SecondsDone 207 mult_div_sinh_cosh_tanh diffeq.rbmult_div_sinh_cosh_tanh Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:39-06:00Rubymult_lin_cdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * 2.0 ; 0.15.05.0099999999999380.011612300.01.5543122344752507e-124910.0 SecondsDone 207 mult_lin_c diffeq.rbmult_lin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:40-06:00Rubymult_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) * ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.011612300.01.7468737383314158e-124910.0 SecondsDone 207 mult_lin_lin diffeq.rbmult_lin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:40-06:00Rubymult_lin_sindiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * sin ( x ) ; 0.15.05.0099999999999380.011612300.04.119671076873615e-124910.0 SecondsDone 207 mult_lin_sin diffeq.rbmult_lin_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:42-06:00Rubymultdiff ( y , x , 1 ) = x * x ; 0.110.010.0099999999998310.011612300.02.0912484107317264e-129910.0 SecondsDone 207 mult diffeq.rbmult Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:43-06:00Rubymult_sin_cdiff ( y , x , 1 ) = sin ( x ) * 2.0 ; 0.15.05.0099999999999380.011612300.05.753420546817644e-124910.0 SecondsDone 207 mult_sin_c diffeq.rbmult_sin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:44-06:00Rubymult_sin_lindiff ( y , x , 1 ) = sin ( x ) * ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.011612300.04.119671076873615e-124910.0 SecondsDone 207 mult_sin_lin diffeq.rbmult_sin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:44-06:00Rubymult_sin_sindiff ( y , x , 1 ) = sin ( x ) * sin ( x ) ; 0.15.05.0099999999999380.011612300.01.2129878259133423e-124910.0 SecondsDone 207 mult_sin_sin diffeq.rbmult_sin_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:45-06:00Rubynonlinear1diff ( y , x , 1 ) = y * y ; 0.00.50.50000000000000020.011614200.01.1324274851176592e-14500.0 SecondsDone 207 nonlinear1 diffeq.rbnonlinear1 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:46-06:00Rubynonlinear2diff ( y , x , 1 ) = y * y ; 0.00.20.200000000000000040.011616200.00.0200.0 SecondsDone 207 nonlinear2 diffeq.rbnonlinear2 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:47-06:00Rubysing1diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 0.000001 ) / ( x * x + 0.000001 ) ; -2.0-1.5-1.49999999999999960.011616200.00.0500.0 SecondsDone 207 sing1 diffeq.rbsing1 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:48-06:00Rubysing2diff ( y , x , 1 ) = 1.0 / ( x * x + 1.0 ) ; -2.0-1.5-1.49999999999999960.011614200.07.883055156624687e-14500.0 SecondsDone 207 sing2 diffeq.rbsing2 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:49-06:00Rubysing3diff ( y , x , 1 ) = m1 * 2.0 / x / x / x ; -2.0-0.7-0.69999999999999880.01168200.01.540733265859013e-081300.0 SecondsDone 207 sing3 diffeq.rbsing3 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:49-06:00Rubysing4diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 1.0 ) / ( x * x + 1.0 ) ; -2.01.01.00000000000000220.011614200.02.1983526110602774e-143000.0 SecondsDone 207 sing4 diffeq.rbsing4 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:50-06:00Rubysing5diff ( y , x , 1 ) = m1 * 3.0 / x / x / x / x ; -1.0-0.7-0.69999999999999970.01168200.06.58825546325125e-08300.0 SecondsDone 207 sing5 diffeq.rbsing5 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:51-06:00Rubysing6diff ( y , x , 1 ) = m1 * 2.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 2.03.03.00999999999997850.011612200.09.20513665292346e-121010.0 SecondsDone 207 sing6 diffeq.rbsing6 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:51-06:00Rubysing7diff ( y , x , 1 ) = m1 * 5.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 2.03.03.00999999999997850.011610200.04.021681425381427e-101010.0 SecondsDone 207 sing7 diffeq.rbsing7 Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:52-06:00Rubysinh_sqrtdiff ( y , x , 1 ) = sinh ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.15.05.0099999999999380.01162300.00.055385884347138154910.0 SecondsDone 207 sinh_sqrt diffeq.rbsinh_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:54-06:00Rubysindiff ( y , x , 1 ) = sin ( x ) ; 0.11.01.00000000000000070.011616400.00.0900.0 SecondsDone 207 sin diffeq.rbsin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:55-06:00Rubysin_sqrt_lindiff ( y , x , 1 ) = sin ( sqrt ( 2.0 * x + 3.0 ) ) ; 0.15.05.0099999999999380.01161300.00.25644458178436894910.0 SecondsDone 207 sin_sqrt_lin diffeq.rbsin_sqrt_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:56-06:00Rubysqrt_sqrtdiff ( y , x , 1 ) = sqrt ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.10.50.50000000000000030.011616300.00.0400.0 SecondsDone 207 sqrt_sqrt diffeq.rbsqrt_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:57-06:00Rubysub_c_lindiff ( y , x , 1 ) = 0.3 - ( 0.1 * x + 0.2 ) ; 0.15.05.0099999999999380.011612300.02.1316282072803712e-124910.0 SecondsDone 207 sub_c_lin diffeq.rbsub_c_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:57-06:00Rubysub_c_sindiff ( y , x , 1 ) = 1.0 - sin ( x ) ; 0.15.05.0099999999999380.011612300.01.0852765729728195e-124911.0 SecondsDone 207 sub_c_sin diffeq.rbsub_c_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:58-06:00Rubysub_full_lindiff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) - ( 0.1 * x + 0.2 ) ; 0.15.05.0099999999999380.011612300.01.0521151881023856e-124911.0 SecondsDone 207 sub_full_lin diffeq.rbsub_full_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:42:59-06:00Rubysub_lin_cdiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - 0.3 ; 0.15.05.0099999999999380.011612300.02.1316282072803712e-124910.0 SecondsDone 207 sub_lin_c diffeq.rbsub_lin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:43:00-06:00Rubysub_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - ( 0.3 * x + 0.1 ) ; 0.15.05.0099999999999380.011612300.01.898481372109071e-124910.0 SecondsDone 207 sub_lin_lin diffeq.rbsub_lin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:43:01-06:00Rubysub_lin_sindiff ( y , x , 1 ) = ( 0.1 * x + 1.0 ) - sin ( x ) ; 0.15.05.0099999999999380.011612300.01.481733291364713e-124910.0 SecondsDone 207 sub_lin_sin diffeq.rbsub_lin_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:43:02-06:00Rubysubdiff ( y , x , 1 ) = sin ( x ) - cos ( x ) ; 0.010.010.0099999999998310.011612300.01.2076585436519148e-1210010.0 SecondsDone 207 sub diffeq.rbsub Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:43:03-06:00Rubysub_sin_cdiff ( y , x , 1 ) = sin ( x ) - 1 , 0 ; 0.15.05.0099999999999380.011612300.02.4208327188794e-124910.0 SecondsDone 207 sub_sin_c diffeq.rbsub_sin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:43:04-06:00Rubysub_sin_cosdiff ( y , x , 1 ) = m1 * sin ( x ) - cos ( x ) ; 0.15.05.0099999999999380.011612300.04.485256972019231e-124910.0 SecondsDone 207 sub_sin_cos diffeq.rbsub_sin_cos Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:43:05-06:00Rubytanh_sqrt_newdiff ( y , x , 1 ) = ( 1.0 - ( tanh ( sqrt ( 2.0 * x + 1.0 ) ) * tanh ( sqrt ( 2.0 * x + 1.0 ) ) ) ) / sqrt ( 2.0 * x + 1.0 ) ; 0.11.01.00000000000000070.01162300.00.09693175709097943901.0 SecondsDone 207 tanh_sqrt_new diffeq.rbtanh_sqrt_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:43:06-06:00Rubytanh_sqrtdiff ( y , x , 1 ) = tanh ( sqrt ( 2.0 * x + 3.0 ) ) ; 0.15.05.0099999999999380.0116Unknown30-1.0-1.04911.0 SecondsDone 207 tanh_sqrt diffeq.rbtanh_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:43:08-06:00Rubytan_sqrt_lindiff ( y , x , 1 ) = tan ( sqrt ( 2.0 * x + 3.0 ) ) ; 0.15.05.0099999999999380.0116Unknown30-1.0-1.04910.0 SecondsDone 207 tan_sqrt_lin diffeq.rbtan_sqrt_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:43:10-06:00Rubytandiff ( y , x , 1 ) = tan ( x ) ; 0.11.51.5000000000000010.011614200.05.2932626139080786e-141400.0 SecondsDone 207 tan diffeq.rbtan Ruby resultsAll Tests - Ruby only - to save time
2014-01-05T03:43:11-06:00Rubytan_sqrt_newdiff ( y , x , 1 ) = ( 1.0 + ( tan ( sqrt ( 2.0 * x + 1.0 ) ) * tan ( sqrt ( 2.0 * x + 1.0 ) ) ) ) / sqrt ( 2.0 * x + 1.0 ) ; -0.40.10.100000000000000410.001161300.00.103075004579362865002.0 SecondsDone 207 tan_sqrt_new diffeq.rbtan_sqrt_new Ruby resultsAll Tests - Ruby only - to save time