Record of Testing of Omnisode


ode.over(Overrides .ode files)
TimeLanguageOde FileEquationStartEndActual EndHDigitsCorrect DigitsTermsGiven Least SingRatio Least SingThree Least SingSix Least SingIterationsExecution TimeEstimated Total TimeLast Savediffeq programdiffeq resultsComment
2014-01-08T17:49:11-06:00Rubyadd_c_lindiff ( y , x , 1 ) = 0.3 + ( 0.1 * x + 0.2 ) ; 0.11.01.00000000000000070.01161530NOT GIVENNONENONENONE900 SecondsDone 225 add_c_lin diffeq.rbadd_c_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:12-06:00Rubyadd_c_sindiff ( y , x , 1 ) = 1.0 + sin ( x ) ; -5.05.05.0099999999998750.01161430NOT GIVENNONE6.230779781013496e-14NONE10010 SecondsDone 225 add_c_sin diffeq.rbadd_c_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:13-06:00Rubyadd_full_lindiff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) + ( 0.1 * x + 0.2 ) ; -5.05.05.0099999999998750.01161430NOT GIVENNONE0.0026544215276001746NONE10010 SecondsDone 225 add_full_lin diffeq.rbadd_full_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:14-06:00Rubyadd_lin_cdiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + 0.3 ; -5.05.05.0099999999998750.01161430NOT GIVENNONENONENONE10010 SecondsDone 225 add_lin_c diffeq.rbadd_lin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:15-06:00Rubyadd_lin_fulldiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + sin ( 0.3 * x + 0.1 ) ; -5.05.05.0099999999998750.01161430NOT GIVENNONE0.0026544215276001746NONE10010 SecondsDone 225 add_lin_full diffeq.rbadd_lin_full Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:15-06:00Rubyadd_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + ( 0.3 * x + 0.1 ) ; -5.05.05.0099999999998750.01161530NOT GIVENNONENONENONE10010 SecondsDone 225 add_lin_lin diffeq.rbadd_lin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:16-06:00Rubyadddiff ( y , x , 1 ) = sin ( x ) + sin ( x ) ; -5.05.05.0099999999998750.01161530NOT GIVENNONE6.230779781013496e-14NONE10011 SecondsDone 225 add diffeq.rbadd Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:17-06:00Rubyadd_sin_cdiff ( y , x , 1 ) = sin ( x ) + 1 , 0 ; -5.05.05.0099999999998750.01161430NOT GIVENNONE6.230779781013496e-14NONE10011 SecondsDone 225 add_sin_c diffeq.rbadd_sin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:18-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.01161530NOT GIVENNONENONENONE10011 SecondsDone 225 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-08T17:49:19-06:00Rubyarccos_sqrtdiff ( y , x , 1 ) = arccos ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.00.50.50009999999996120.0001161230NOT GIVENNONE2.000220414158401NONE50015 SecondsDone 225 arccos_sqrt diffeq.rbarccos_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:25-06:00Rubyarcsin_c_arccos_c_arctan_cdiff ( y , x , 1 ) = arcsin ( 0.1 ) + arccos ( 0.1 ) + arctan ( 0.1 ) ; -5.05.05.0099999999998750.01161530NOT GIVENNONENONENONE10010 SecondsDone 225 arcsin_c_arccos_c_arctan_c diffeq.rbarcsin_c_arccos_c_arctan_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:25-06:00Rubyarcsin_sqrtdiff ( y , x , 1 ) = arcsin ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.00.50.50009999999996120.0001161230NOT GIVENNONE2.000220414158401NONE50015 SecondsDone 225 arcsin_sqrt diffeq.rbarcsin_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:31-06:00Rubyarctan_sqrtdiff ( y , x , 1 ) = arctan ( sqrt ( 0.1 * x + 0.2 ) ) ; -1.00.50.50009999999986740.0001161130NOT GIVENNONE0.9998713929753472NONE1500127 SecondsDone 225 arctan_sqrt diffeq.rbarctan_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:49:59-06:00Rubycosh_sqrtdiff ( y , x , 1 ) = cosh ( sqrt ( 0.1 * x + 0.2 ) ) ; 2.03.03.0000000000065511.0e-0516830NOT GIVENNONENONENONE1000002 Minutes 2 SecondsDone 225 cosh_sqrt diffeq.rbcosh_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:52:01-06:00Rubycosdiff ( y , x , 1 ) = cos ( x ) ; -5.05.05.0099999999998750.01161230NOT GIVENNONE6.230779781013496e-14NONE10011 SecondsDone 225 cos diffeq.rbcos Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:52:02-06:00Rubycos_sqrt_lindiff ( y , x , 1 ) = cos ( sqrt ( 2.0 * x + 3.0 ) ) ; 2.03.03.0000000000065511.0e-0516730NOT GIVENNONENONENONE1000002 Minutes 7 SecondsDone 225 cos_sqrt_lin diffeq.rbcos_sqrt_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:11-06:00Rubydiff0diff ( y , x , 1 ) = y ; -5.05.05.0099999999998750.01161330NOT GIVENNONENONENONE10010 SecondsDone 225 diff0 diffeq.rbdiff0 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:12-06:00Rubydiff2diff ( y , x , 3 ) = m1 * diff ( y , x , 1 ) ; -1.01.01.00000000000000130.01161530NOT GIVENNONE1.9428902930940244e-16NONE2000 SecondsDone 225 diff2 diffeq.rbdiff2 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:13-06:00Rubydiffdiff ( y , x , 2 ) = diff ( y , x , 1 ) ; -5.05.05.0099999999998750.01161330NOT GIVENNONENONENONE10010 SecondsDone 225 diff diffeq.rbdiff Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:14-06:00Rubydiv_c_expdiff ( y , x , 1 ) = 2.0 / exp ( x ) ; 1.05.05.0099999999999370.01161330NOT GIVENNONENONENONE4011 SecondsDone 225 div_c_exp diffeq.rbdiv_c_exp Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:15-06:00Rubydiv_c_lindiff ( y , x , 1 ) = 2.0 / ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.01161230NOT GIVENNONENONENONE4910 SecondsDone 225 div_c_lin diffeq.rbdiv_c_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:16-06:00Rubydiv_exp_expdiff ( y , x , 1 ) = exp ( 0.1 * x ) / exp ( 0.2 * x ) ; -5.05.05.0099999999998750.01161430NOT GIVENNONENONENONE10010 SecondsDone 225 div_exp_exp diffeq.rbdiv_exp_exp Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:17-06:00Rubydiv_lin_cdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / 2.0 ; -5.05.05.0099999999998750.01161530NOT GIVENNONENONENONE10010 SecondsDone 225 div_lin_c diffeq.rbdiv_lin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:18-06:00Rubydiv_lin_expdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / exp ( x ) ; 1.05.05.0099999999999370.01161330NOT GIVENNONENONENONE4010 SecondsDone 225 div_lin_exp diffeq.rbdiv_lin_exp Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:19-06:00Rubydiv_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) / ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONE1.600000000000001NONE4910 SecondsDone 225 div_lin_lin diffeq.rbdiv_lin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:20-06:00Rubydivdiff ( y , x , 1 ) = sin ( x ) / cos ( x ) ; 0.01.51.50099999999994550.0011614300.07979632700005346NONE0.07979632679495043NONE15011 SecondsDone 225 div diffeq.rbdiv Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:21-06:00Rubydiv_sin_cdiff ( y , x , 1 ) = sin ( x ) / 2.0 ; -5.05.05.0099999999998750.01161630NOT GIVENNONE6.230779781013496e-14NONE10011 SecondsDone 225 div_sin_c diffeq.rbdiv_sin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:22-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.001161530NOT GIVENNONE0.6000000000000016NONE9001 SecondsDone 225 div_sin_lin_new diffeq.rbdiv_sin_lin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:54:24-06:00Rubyexp_sqrtdiff ( y , x , 1 ) = exp ( sqrt ( 0.1 * x + 0.2 ) ) ; 2.03.03.0000000000065511.0e-0516830NOT GIVENNONENONENONE1000001 Minutes 34 SecondsDone 225 exp_sqrt diffeq.rbexp_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:55:58-06:00Rubyexpt_c_cdiff ( y , x , 1 ) = expt ( 2.0 , 3.0 ) ; -5.05.05.0099999999998750.01161630NOT GIVENNONENONENONE10010 SecondsDone 225 expt_c_c diffeq.rbexpt_c_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:55:59-06:00Rubyexpt_c_lindiff ( y , x , 1 ) = expt ( 2.0 , ( 0.2 * x + 0.3 ) ) ; 1.05.05.0099999999999370.01161530NOT GIVENNONENONENONE4010 SecondsDone 225 expt_c_lin diffeq.rbexpt_c_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:56:00-06:00Rubyexpt_c_sin_newdiff ( y , x , 1 ) = expt ( 2.0 , sin ( x ) ) * cos ( x ) * ln ( 2.0 ) ; 1.41.00.999900000000044-0.000116630NOT GIVENNONENONENONE40013 Seconds3.0 Seconds 225 expt_c_sin_new diffeq.rbexpt_c_sin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:56:05-06:00Rubyexpt_c_sindiff ( y , x , 1 ) = expt ( 2.0 , sin ( x ) ) ; 0.15.05.0099999999999380.0116Unknown30NOT GIVENNONENONENONE4910 SecondsDone 225 expt_c_sin diffeq.rbexpt_c_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:56:06-06:00Rubyexpt_lin_cdiff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , 2.0 ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONENONENONE4910 SecondsDone 225 expt_lin_c diffeq.rbexpt_lin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:56:07-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-05161230NOT GIVENNONENONENONE900011 Minutes 25 SecondsDone 225 expt_lin_lin_new diffeq.rbexpt_lin_lin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:57:32-06:00Rubyexpt_lin_lindiff ( y , x , 1 ) = expt ( ( 0.1 * x + 0.2 ) , ( 0.2 * x + 0.3 ) ) ; 0.15.05.0099999999999380.0116Unknown30NOT GIVENNONENONENONE4910 SecondsDone 225 expt_lin_lin diffeq.rbexpt_lin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T17:57:34-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-05161230NOT GIVENNONENONENONE900012 Minutes 51 SecondsDone 225 expt_lin_sin_new diffeq.rbexpt_lin_sin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:00:25-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-05161230NOT GIVENNONENONENONE900012 Minutes 57 SecondsDone 225 expt_lin_sin_new_sm_h diffeq.rbexpt_lin_sin_new_sm_h Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:03:24-06:00Rubyexpt_lin_sindiff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , sin ( x ) ) ; 0.15.05.0099999999999380.0116Unknown30NOT GIVENNONENONENONE4910 SecondsDone 225 expt_lin_sin diffeq.rbexpt_lin_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:03:25-06:00Rubyexpt_sin_cdiff ( y , x , 1 ) = expt ( sin ( 0.2 * x + 0.3 ) , 2.0 ) ; 0.10.20.200000000000065321.0e-05161230NOT GIVENNONE1.6000946158257991NONE1000012 SecondsDone 225 expt_sin_c diffeq.rbexpt_sin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:03:38-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.0001161630NOT GIVENNONE0.10000044494560985NONE1000 SecondsDone 225 expt_sin_lin_new diffeq.rbexpt_sin_lin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:03:39-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-05161630NOT GIVENNONENONENONE10013 SecondsDone 225 expt_sin_lin_new_sm_h diffeq.rbexpt_sin_lin_new_sm_h Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:03:42-06:00Rubyexpt_sin_lindiff ( y , x , 1 ) = expt ( sin ( x ) , ( 0.2 * x + 0.3 ) ) ; 0.13.03.009999999999980.0116Unknown30NOT GIVENNONENONENONE2911 SecondsDone 225 expt_sin_lin diffeq.rbexpt_sin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:03:43-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-05161630NOT GIVENNONE0.15840744901295245NONE10003 SecondsDone 225 expt_sin_sin_new diffeq.rbexpt_sin_sin_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:03:46-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-06161630NOT GIVENNONE0.15840744901295467NONE1000131 SecondsDone 225 expt_sin_sin_new_sm_h diffeq.rbexpt_sin_sin_new_sm_h Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:04:18-06:00Rubyexpt_sin_sindiff ( y , x , 1 ) = expt ( sin ( 0.1 * x ) , sin ( 0.2 * x ) ) ; 0.15.05.0099999999999380.0116Unknown30NOT GIVENNONENONENONE4910 SecondsDone 225 expt_sin_sin diffeq.rbexpt_sin_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:04:20-06:00Rubyh2sindiff ( y , x , 2 ) = sin ( x ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONE0.0007963264582423046NONE4910 SecondsDone 225 h2sin diffeq.rbh2sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:04:21-06:00Rubyh3sindiff ( y , x , 3 ) = sin ( x ) ; 0.11.51.5000000000000010.01161630NOT GIVENNONE0.0804451574837268NONE1400 SecondsDone 225 h3sin diffeq.rbh3sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:04:22-06:00Rubyh5h3diff ( y , x , 5 ) = m1 * diff ( y , x , 3 ) ; 0.11.51.5000000000000010.01161430NOT GIVENNONE0.0804451574837281NONE1401 SecondsDone 225 h5h3 diffeq.rbh5h3 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:04:23-06:00Rubylin_arccosdiff ( y , x , 1 ) = arccos ( 0.1 * x + 0.2 ) ; -0.80.80.80000999999798781.0e-05161330NOT GIVENNONENONENONE1600011 Minutes 23 SecondsDone 225 lin_arccos diffeq.rblin_arccos Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:05:48-06:00Rubylin_arcsindiff ( y , x , 1 ) = arcsin ( 0.1 * x + 0.2 ) ; -0.80.80.80000999999798781.0e-05161430NOT GIVENNONENONENONE1600011 Minutes 59 SecondsDone 225 lin_arcsin diffeq.rblin_arcsin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:07:48-06:00Rubylin_arctandiff ( y , x , 1 ) = arctan ( 0.1 * x + 0.2 ) ; -1.0-0.6-0.59999000000182051.0e-05161230NOT GIVENNONENONENONE400011 Minutes 17 SecondsDone 225 lin_arctan diffeq.rblin_arctan Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:09:05-06:00Rubylin_coshdiff ( y , x , 1 ) = cosh ( 2.0 * x + 3.0 ) ; 0.12.02.00000000000000130.01161430NOT GIVENNONE0.2499986196175249NONE1900 SecondsDone 225 lin_cosh diffeq.rblin_cosh Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:09:06-06:00Rubylin_expdiff ( y , x , 1 ) = exp ( 0.1 * x + 0.2 ) ; 1.010.010.0099999999998310.01161430NOT GIVENNONENONENONE9011 SecondsDone 225 lin_exp diffeq.rblin_exp Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:09:07-06:00Rubylin_lndiff ( y , x , 1 ) = ln ( 0.1 * x + 0.2 ) ; 20.030.030.0000000000015630.01161330NOT GIVENNONE21.9999999999999NONE10001 SecondsDone 225 lin_ln diffeq.rblin_ln Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:09:08-06:00Rubylin_sin_cosdiff ( y , x , 1 ) = sin ( 2.0 * x + 3.0 ) + cos ( 1.5 * x - 2.0 ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONENONENONE4911 SecondsDone 225 lin_sin_cos diffeq.rblin_sin_cos Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:09:09-06:00Rubylin_sinhdiff ( y , x , 1 ) = sinh ( 2.0 * x + 3.0 ) ; 0.010.010.0099999999998310.01161530NOT GIVENNONE0.24999692791269887NONE10010 SecondsDone 225 lin_sinh diffeq.rblin_sinh Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:09:10-06:00Rubylin_tanhdiff ( y , x , 1 ) = tanh ( 3.0 * x + 1.0 ) ; 1.12.02.0000000000000010.01161630NOT GIVENNONENONENONE900 SecondsDone 225 lin_tanh diffeq.rblin_tanh Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:09:11-06:00Rubylin_tandiff ( y , x , 1 ) = tan ( 2.0 * x + 3.0 ) ; 0.00.10.109999999999999990.011614300.7561944NONE0.0007965773181296943NONE110 SecondsDone 225 lin_tan diffeq.rblin_tan Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:09:11-06:00Rubyln_c_exp_c_sqrt_cdiff ( y , x , 1 ) = ln ( 0.1 ) + exp ( 0.1 ) + sqrt ( 0.1 ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONENONENONE4911 SecondsDone 225 ln_c_exp_c_sqrt_c diffeq.rbln_c_exp_c_sqrt_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:09:12-06:00Rubyln_sqrtdiff ( y , x , 1 ) = ln ( sqrt ( 0.1 * x + 0.2 ) ) ; 10.011.011.0000099999621421.0e-05161330NOT GIVENNONENONENONE1000011 Minutes 46 SecondsDone 225 ln_sqrt diffeq.rbln_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:10:58-06:00Rubymtest1diff ( y1 , x , 1 ) = m1 * y2 + 1.0 ; 0.110.010.0099999999998310.01161330NOT GIVENNONE0.0007963264582437485NONE99114 SecondsDone 225 mtest1 diffeq.rbmtest1 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y2 , x , 1 ) = y1 - 1.0 ; dittodittodittodittoditto13dittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-08T18:11:13-06:00Rubymtest2diff ( y1 , x , 1 ) = m1 * y2 ; 0.20.60.6000999999999560.000116330NOT GIVENNONENONENONE400141 SecondsDone 225 mtest2 diffeq.rbmtest2 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y2 , x , 1 ) = y1 ; dittodittodittodittoditto2dittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-08T18:11:55-06:00Rubymtest3diff ( y2 , x , 1 ) = m1 * y1 + 1.0 ; 0.10.50.50000000000000030.01161630NOT GIVENNONE0.09933466539753057NONE401 SecondsDone 225 mtest3 diffeq.rbmtest3 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y1 , x , 1 ) = y2 - 1.0 ; dittodittodittodittoditto16dittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-08T18:11:57-06:00Rubymtest4diff ( y2 , x , 3 ) = m1 * cos ( x ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONE0.0007963264582423046NONE49113 SecondsDone 225 mtest4 diffeq.rbmtest4 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * y2 ; dittodittodittodittoditto13dittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-08T18:12:12-06:00Rubymtest5diff ( y1 , x , 1 ) = m1 * y2 ; 0.55.05.0099999999999380.01161230NOT GIVENNONENONENONE4516 SecondsDone 225 mtest5 diffeq.rbmtest5 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y2 , x , 2 ) = diff ( y1 , x , 1 ) ; dittodittodittodittoditto13dittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-08T18:12:18-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-0516530NOT GIVENNONENONENONE300015 Minutes 23 SecondsDone 225 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 ; dittodittodittodittoditto5dittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-08T18:17:42-06:00Rubymtest6_sm_hdiff ( x1 , t , 1 ) = 4.0 * x2 - 2.0 * diff ( x2 , t , 1 ) - 2.0 * x1 ; 0.50.80.8000999999999670.000116530NOT GIVENNONENONENONE300133 SecondsDone 225 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 ; dittodittodittodittoditto5dittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-08T18:18:16-06:00Rubymtest7diff ( y2 , x , 5 ) = y1 ; 0.10.50.50009999999995950.0001161430NOT GIVENNONE0.0993346653975306NONE40011 Minutes 17 SecondsDone 225 mtest7 diffeq.rbmtest7 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 4 ) ; dittodittodittodittoditto14dittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-08T18:19:34-06:00Rubymtest8diff ( y2 , x , 4 ) = y1 - 1.0 ; 0.11.41.4000000000000010.01161630NOT GIVENNONE0.0993346653975307NONE1302 SecondsDone 225 mtest8 diffeq.rbmtest8 Ruby resultsAll Tests - Ruby only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 3 ) ; dittodittodittodittoditto16dittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-08T18:19:37-06:00Rubymult2diff ( y , x , 1 ) = sin ( x ) * cos ( x ) ; 0.110.010.0099999999998310.01161530NOT GIVENNONE0.0006202019917645131NONE9911 SecondsDone 225 mult2 diffeq.rbmult2 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:39-06:00Rubymult_c_lindiff ( y , x , 1 ) = 2.0 * ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONENONENONE4910 SecondsDone 225 mult_c_lin diffeq.rbmult_c_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:40-06:00Rubymult_c_sindiff ( y , x , 1 ) = 2.0 * sin ( x ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONE0.0007963264582423052NONE4910 SecondsDone 225 mult_c_sin diffeq.rbmult_c_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:41-06:00Rubymult_div_sinh_cosh_tanhdiff ( y , x , 1 ) = sinh ( 0.1 ) * cosh ( 0.05 ) / tanh ( 0.02 ) ; 0.15.05.0099999999999380.01161530NOT GIVENNONENONENONE4910 SecondsDone 225 mult_div_sinh_cosh_tanh diffeq.rbmult_div_sinh_cosh_tanh Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:41-06:00Rubymult_lin_cdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * 2.0 ; 0.15.05.0099999999999380.01161430NOT GIVENNONENONENONE4910 SecondsDone 225 mult_lin_c diffeq.rbmult_lin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:42-06:00Rubymult_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) * ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONENONENONE4910 SecondsDone 225 mult_lin_lin diffeq.rbmult_lin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:43-06:00Rubymult_lin_sindiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * sin ( x ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONENONENONE4910 SecondsDone 225 mult_lin_sin diffeq.rbmult_lin_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:44-06:00Rubymultdiff ( y , x , 1 ) = x * x ; 0.110.010.0099999999998310.01161430NOT GIVENNONENONENONE9910 SecondsDone 225 mult diffeq.rbmult Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:46-06:00Rubymult_sin_cdiff ( y , x , 1 ) = sin ( x ) * 2.0 ; 0.15.05.0099999999999380.01161430NOT GIVENNONE0.0007963264582423052NONE4910 SecondsDone 225 mult_sin_c diffeq.rbmult_sin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:47-06:00Rubymult_sin_lindiff ( y , x , 1 ) = sin ( x ) * ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONENONENONE4910 SecondsDone 225 mult_sin_lin diffeq.rbmult_sin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:48-06:00Rubymult_sin_sindiff ( y , x , 1 ) = sin ( x ) * sin ( x ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONE0.0007963254482833878NONE4910 SecondsDone 225 mult_sin_sin diffeq.rbmult_sin_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:49-06:00Rubynonlinear1diff ( y , x , 1 ) = y * y ; 0.00.50.50000000000000020.011616200.50999999999999980.50999999999999990.5099999999999992NONE500 SecondsDone 225 nonlinear1 diffeq.rbnonlinear1 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:50-06:00Rubynonlinear2diff ( y , x , 1 ) = y * y ; 0.00.20.200000000000000040.011616200.309999999999999940.309999999999999940.31000000000000044NONE200 SecondsDone 225 nonlinear2 diffeq.rbnonlinear2 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:50-06:00Rubysing1diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 0.000001 ) / ( x * x + 0.000001 ) ; -2.0-1.5-1.49999999999999960.011616201.510000331125791NONE1.51000662260545431.510000460461359500 SecondsDone 225 sing1 diffeq.rbsing1 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:51-06:00Rubysing2diff ( y , x , 1 ) = 1.0 / ( x * x + 1.0 ) ; -2.0-1.5-1.49999999999999960.011616201.811104635298579NONENONE1.8111046352985773500 SecondsDone 225 sing2 diffeq.rbsing2 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:19:52-06:00Rubysing3diff ( y , x , 1 ) = m1 * 2.0 / x / x / x ; -2.0-0.7-0.69990000000014320.00011613200.7099000000001421NONE0.7099000000001459NONE130017 SecondsDone 225 sing3 diffeq.rbsing3 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:20:00-06:00Rubysing4diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 1.0 ) / ( x * x + 1.0 ) ; -2.01.01.00000000000000220.011616201.0NONE1.6410484082740591e-150.99999999999999963000 SecondsDone 225 sing4 diffeq.rbsing4 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:20:01-06:00Rubysing5diff ( y , x , 1 ) = m1 * 3.0 / x / x / x / x ; -1.0-0.7-0.6999000000000330.00011614200.709900000000032NONE0.7099000000000312NONE30012 SecondsDone 225 sing5 diffeq.rbsing5 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:20:04-06:00Rubysing6diff ( y , x , 1 ) = m1 * 2.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 2.03.03.00999999999997850.011614203.0000000000000213NONE3.0000000000000413NONE1010 SecondsDone 225 sing6 diffeq.rbsing6 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:20:05-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.00000000000211030.00011612303.009999999997911NONE3.009999999997926NONE1000020 SecondsDone 225 sing7 diffeq.rbsing7 Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:20:26-06:00Rubysinh_sqrtdiff ( y , x , 1 ) = sinh ( sqrt ( 0.1 * x + 0.2 ) ) ; 2.03.03.0000000000065511.0e-0516730NOT GIVENNONE3.9991932055796546NONE1000002 Minutes 20 SecondsDone 225 sinh_sqrt diffeq.rbsinh_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:22:46-06:00Rubysindiff ( y , x , 1 ) = sin ( x ) ; 0.11.01.00000000000000070.01161640NOT GIVENNONE0.09933466539753058NONE900 SecondsDone 225 sin diffeq.rbsin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:22:47-06:00Rubysin_sqrt_lindiff ( y , x , 1 ) = sin ( sqrt ( 2.0 * x + 3.0 ) ) ; 2.03.03.00000000000211030.000116630NOT GIVENNONENONENONE1000018 SecondsDone 225 sin_sqrt_lin diffeq.rbsin_sqrt_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:05-06:00Rubysqrt_sqrtdiff ( y , x , 1 ) = sqrt ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.10.50.50000000000000030.01161630NOT GIVENNONE2.0999999999999712NONE400 SecondsDone 225 sqrt_sqrt diffeq.rbsqrt_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:06-06:00Rubysub_c_lindiff ( y , x , 1 ) = 0.3 - ( 0.1 * x + 0.2 ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONENONENONE4911 SecondsDone 225 sub_c_lin diffeq.rbsub_c_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:07-06:00Rubysub_c_sindiff ( y , x , 1 ) = 1.0 - sin ( x ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONE0.0007963264582423052NONE4910 SecondsDone 225 sub_c_sin diffeq.rbsub_c_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:08-06:00Rubysub_full_lindiff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) - ( 0.1 * x + 0.2 ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONE0.002654421527538NONE4910 SecondsDone 225 sub_full_lin diffeq.rbsub_full_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:09-06:00Rubysub_lin_cdiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - 0.3 ; 0.15.05.0099999999999380.01161430NOT GIVENNONENONENONE4910 SecondsDone 225 sub_lin_c diffeq.rbsub_lin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:09-06:00Rubysub_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - ( 0.3 * x + 0.1 ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONENONENONE4910 SecondsDone 225 sub_lin_lin diffeq.rbsub_lin_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:10-06:00Rubysub_lin_sindiff ( y , x , 1 ) = ( 0.1 * x + 1.0 ) - sin ( x ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONE0.0007963264582423052NONE4910 SecondsDone 225 sub_lin_sin diffeq.rbsub_lin_sin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:11-06:00Rubysubdiff ( y , x , 1 ) = sin ( x ) - cos ( x ) ; 0.010.010.0099999999998310.01161430NOT GIVENNONE0.0006202024688876365NONE10010 SecondsDone 225 sub diffeq.rbsub Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:13-06:00Rubysub_sin_cdiff ( y , x , 1 ) = sin ( x ) - 1 , 0 ; 0.15.05.0099999999999380.01161430NOT GIVENNONE0.0007963264582423052NONE4910 SecondsDone 225 sub_sin_c diffeq.rbsub_sin_c Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:13-06:00Rubysub_sin_cosdiff ( y , x , 1 ) = m1 * sin ( x ) - cos ( x ) ; 0.15.05.0099999999999380.01161430NOT GIVENNONE0.0030091648469508536NONE4910 SecondsDone 225 sub_sin_cos diffeq.rbsub_sin_cos Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:15-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 ) ; 2.03.03.00000000000211030.000116730NOT GIVENNONENONENONE1000040 SecondsDone 225 tanh_sqrt_new diffeq.rbtanh_sqrt_new Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:55-06:00Rubytanh_sqrtdiff ( y , x , 1 ) = tanh ( sqrt ( 2.0 * x + 3.0 ) ) ; 0.15.05.0099999999999380.0116Unknown30NOT GIVENNONENONENONE4911 SecondsDone 225 tanh_sqrt diffeq.rbtanh_sqrt Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:56-06:00Rubytan_sqrt_lindiff ( y , x , 1 ) = tan ( sqrt ( 2.0 * x + 3.0 ) ) ; 0.15.05.0099999999999380.0116Unknown30NOT GIVENNONENONENONE4910 SecondsDone 225 tan_sqrt_lin diffeq.rbtan_sqrt_lin Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:58-06:00Rubytandiff ( y , x , 1 ) = tan ( x ) ; 0.11.51.5000000000000010.011616200.08079632699999895NONE0.08079632679489586NONE1400 SecondsDone 225 tan diffeq.rbtan Ruby resultsAll Tests - Ruby only - to save time
2014-01-08T18:23:59-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 ) ; 1.42.12.1000000000001450.000116430NOT GIVENNONENONENONE700027 SecondsDone 225 tan_sqrt_new diffeq.rbtan_sqrt_new Ruby resultsAll Tests - Ruby only - to save time