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-05T01:36:44-06:00c++add_c_lindiff ( y , x , 1 ) = 0.3 + ( 0.1 * x + 0.2 ) ; 0.1110.0116133001.02042e-13900.0 SecondsDone 207 add_c_lin diffeq.cppadd_c_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:44-06:00c++add_c_sindiff ( y , x , 1 ) = 1.0 + sin ( x ) ; -555.010.0116123001.85138e-1210010.0 SecondsDone 207 add_c_sin diffeq.cppadd_c_sin c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:45-06:00c++add_full_lindiff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) + ( 0.1 * x + 0.2 ) ; -555.010.0116123001.47567e-1210010.0 SecondsDone 207 add_full_lin diffeq.cppadd_full_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:46-06:00c++add_lin_cdiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + 0.3 ; -555.010.0116123001.66978e-1210010.0 SecondsDone 207 add_lin_c diffeq.cppadd_lin_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:47-06:00c++add_lin_fulldiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + sin ( 0.3 * x + 0.1 ) ; -555.010.0116123001.47567e-1210010.0 SecondsDone 207 add_lin_full diffeq.cppadd_lin_full c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:48-06:00c++add_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + ( 0.3 * x + 0.1 ) ; -555.010.0116133005.739e-1310010.0 SecondsDone 207 add_lin_lin diffeq.cppadd_lin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:49-06:00c++adddiff ( y , x , 1 ) = sin ( x ) + sin ( x ) ; -555.010.0116133001.23989e-1310010.0 SecondsDone 207 add diffeq.cppadd c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:50-06:00c++add_sin_cdiff ( y , x , 1 ) = sin ( x ) + 1 , 0 ; -555.010.0116123001.85138e-1210010.0 SecondsDone 207 add_sin_c diffeq.cppadd_sin_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:51-06:00c++add_sub_sin_c_cos_c_tan_cdiff ( y , x , 1 ) = sin ( 0.1 ) + cos ( 0.05 ) - tan ( 0.02 ) ; -555.010.0116133007.74061e-1310010.0 SecondsDone 207 add_sub_sin_c_cos_c_tan_c diffeq.cppadd_sub_sin_c_cos_c_tan_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:52-06:00c++arccos_sqrtdiff ( y , x , 1 ) = arccos ( sqrt ( 0.1 * x + 0.2 ) ) ; 00.50.50.011663002.06326e-06500.0 SecondsDone 207 arccos_sqrt diffeq.cpparccos_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:53-06:00c++arcsin_c_arccos_c_arctan_cdiff ( y , x , 1 ) = arcsin ( 0.1 ) + arccos ( 0.1 ) + arctan ( 0.1 ) ; -555.010.0116133007.23106e-1310010.0 SecondsDone 207 arcsin_c_arccos_c_arctan_c diffeq.cpparcsin_c_arccos_c_arctan_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:54-06:00c++arcsin_sqrtdiff ( y , x , 1 ) = arcsin ( sqrt ( 0.1 * x + 0.2 ) ) ; 00.50.50.011663007.42152e-06500.0 SecondsDone 207 arcsin_sqrt diffeq.cpparcsin_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:55-06:00c++arctan_sqrtdiff ( y , x , 1 ) = arctan ( sqrt ( 0.1 * x + 0.2 ) ) ; -10.50.50.011653002.83462e-051500.0 SecondsDone 207 arctan_sqrt diffeq.cpparctan_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:56-06:00c++cosh_sqrtdiff ( y , x , 1 ) = cosh ( sqrt ( 0.1 * x + 0.2 ) ) ; -155.010.011623000.01367176010.0 SecondsDone 207 cosh_sqrt diffeq.cppcosh_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:57-06:00c++cosdiff ( y , x , 1 ) = cos ( x ) ; -555.010.0116103001.99269e-1010010.0 SecondsDone 207 cos diffeq.cppcos c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:36:58-06:00c++cos_sqrt_lindiff ( y , x , 1 ) = cos ( sqrt ( 2.0 * x + 3.0 ) ) ; 2550.00011653003.1941e-05300001.0 SecondsDone 207 cos_sqrt_lin diffeq.cppcos_sqrt_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:00-06:00c++diff0diff ( y , x , 1 ) = y ; -555.010.0116113001.24095e-1110010.0 SecondsDone 207 diff0 diffeq.cppdiff0 c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:01-06:00c++diff2diff ( y , x , 3 ) = m1 * diff ( y , x , 1 ) ; -1110.0116133002.63043e-132000.0 SecondsDone 207 diff2 diffeq.cppdiff2 c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:02-06:00c++diffdiff ( y , x , 2 ) = diff ( y , x , 1 ) ; -555.010.0116113001.22123e-1110010.0 SecondsDone 207 diff diffeq.cppdiff c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:03-06:00c++div_c_expdiff ( y , x , 1 ) = 2.0 / exp ( x ) ; 155.010.0116113003.69835e-114010.0 SecondsDone 207 div_c_exp diffeq.cppdiv_c_exp c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:03-06:00c++div_c_lindiff ( y , x , 1 ) = 2.0 / ( 0.2 * x + 0.3 ) ; 0.155.010.0116103001.27355e-104910.0 SecondsDone 207 div_c_lin diffeq.cppdiv_c_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:04-06:00c++div_exp_expdiff ( y , x , 1 ) = exp ( 0.1 * x ) / exp ( 0.2 * x ) ; -555.010.0116123001.80116e-1210010.0 SecondsDone 207 div_exp_exp diffeq.cppdiv_exp_exp c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:06-06:00c++div_lin_cdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / 2.0 ; -555.010.0116133009.21485e-1310010.0 SecondsDone 207 div_lin_c diffeq.cppdiv_lin_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:07-06:00c++div_lin_expdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / exp ( x ) ; 155.010.0116113002.2536e-114010.0 SecondsDone 207 div_lin_exp diffeq.cppdiv_lin_exp c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:08-06:00c++div_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) / ( 0.2 * x + 0.3 ) ; 0.155.010.0116123001.10272e-124910.0 SecondsDone 207 div_lin_lin diffeq.cppdiv_lin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:09-06:00c++divdiff ( y , x , 1 ) = sin ( x ) / cos ( x ) ; 01.51.5010.00116123004.58861e-1215010.0 SecondsDone 207 div diffeq.cppdiv c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:10-06:00c++div_sin_cdiff ( y , x , 1 ) = sin ( x ) / 2.0 ; -555.010.0116143007.82778e-1410010.0 SecondsDone 207 div_sin_c diffeq.cppdiv_sin_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:11-06:00c++div_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.1110.00116133003.56163e-139000.0 SecondsDone 207 div_sin_lin_new diffeq.cppdiv_sin_lin_new c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:12-06:00c++exp_sqrtdiff ( y , x , 1 ) = exp ( sqrt ( 0.1 * x + 0.2 ) ) ; 2550.00011643000.000280926300001.0 SecondsDone 207 exp_sqrt diffeq.cppexp_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:14-06:00c++expt_c_cdiff ( y , x , 1 ) = expt ( 2.0 , 3.0 ) ; -555.010.011616300010010.0 SecondsDone 207 expt_c_c diffeq.cppexpt_c_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:15-06:00c++expt_c_lindiff ( y , x , 1 ) = expt ( 2.0 , ( 0.2 * x + 0.3 ) ) ; 155.010.0116133007.60082e-134010.0 SecondsDone 207 expt_c_lin diffeq.cppexpt_c_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T01:37:16-06:00c++expt_c_sin_newdiff ( y , x , 1 ) = expt ( 2.0 , sin ( x ) ) * cos ( x ) * ln ( 2.0 ) ; 2.112.42118e+070.411387161630005885292330 Minutes 0.0 SecondsUnknown 207 expt_c_sin_new diffeq.cppexpt_c_sin_new c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:17-06:00c++expt_c_sindiff ( y , x , 1 ) = expt ( 2.0 , sin ( x ) ) ; 0.155.010.0116Unknown30-1-14910.0 SecondsDone 207 expt_c_sin diffeq.cppexpt_c_sin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:18-06:00c++expt_lin_cdiff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , 2.0 ) ; 0.155.010.0116123001.84347e-124910.0 SecondsDone 207 expt_lin_c diffeq.cppexpt_lin_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:19-06:00c++expt_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.111.000011e-0516103007.64573e-10900012.0 SecondsDone 207 expt_lin_lin_new diffeq.cppexpt_lin_lin_new c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:23-06:00c++expt_lin_lindiff ( y , x , 1 ) = expt ( ( 0.1 * x + 0.2 ) , ( 0.2 * x + 0.3 ) ) ; 0.155.010.0116Unknown30-1-14910.0 SecondsDone 207 expt_lin_lin diffeq.cppexpt_lin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:24-06:00c++expt_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.111.000011e-0516103002.5558e-10900015.0 SecondsDone 207 expt_lin_sin_new diffeq.cppexpt_lin_sin_new c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:29-06:00c++expt_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.111.000011e-0516103002.5558e-10900015.0 SecondsDone 207 expt_lin_sin_new_sm_h diffeq.cppexpt_lin_sin_new_sm_h c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:35-06:00c++expt_lin_sindiff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , sin ( x ) ) ; 0.155.010.0116Unknown30-1-14910.0 SecondsDone 207 expt_lin_sin diffeq.cppexpt_lin_sin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:36-06:00c++expt_sin_cdiff ( y , x , 1 ) = expt ( sin ( 0.2 * x + 0.3 ) , 2.0 ) ; 0.10.20.21e-0516103001.79851e-10100000.0 SecondsDone 207 expt_sin_c diffeq.cppexpt_sin_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:38-06:00c++expt_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.110.0001161630001000.0 SecondsDone 207 expt_sin_lin_new diffeq.cppexpt_sin_lin_new c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:39-06:00c++expt_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.110011e-051616300010010.0 SecondsDone 207 expt_sin_lin_new_sm_h diffeq.cppexpt_sin_lin_new_sm_h c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:40-06:00c++expt_sin_lindiff ( y , x , 1 ) = expt ( sin ( x ) , ( 0.2 * x + 0.3 ) ) ; 0.133.010.0116Unknown30-1-12910.0 SecondsDone 207 expt_sin_lin diffeq.cppexpt_sin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:41-06:00c++expt_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.811e-051616300010000.0 SecondsDone 207 expt_sin_sin_new diffeq.cppexpt_sin_sin_new c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:42-06:00c++expt_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.811e-0616163000100011.0 SecondsDone 207 expt_sin_sin_new_sm_h diffeq.cppexpt_sin_sin_new_sm_h c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:44-06:00c++expt_sin_sindiff ( y , x , 1 ) = expt ( sin ( 0.1 * x ) , sin ( 0.2 * x ) ) ; 0.155.010.0116Unknown30-1-14910.0 SecondsDone 207 expt_sin_sin diffeq.cppexpt_sin_sin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:46-06:00c++h2sindiff ( y , x , 2 ) = sin ( x ) ; 0.155.010.0116123001.54587e-124910.0 SecondsDone 207 h2sin diffeq.cpph2sin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:47-06:00c++h3sindiff ( y , x , 3 ) = sin ( x ) ; 0.11.51.50.0116143002.05462e-141400.0 SecondsDone 207 h3sin diffeq.cpph3sin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:48-06:00c++h5h3diff ( y , x , 5 ) = m1 * diff ( y , x , 3 ) ; 0.11.51.50.0116123001.54755e-121400.0 SecondsDone 207 h5h3 diffeq.cpph5h3 c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:49-06:00c++lin_arccosdiff ( y , x , 1 ) = arccos ( 0.1 * x + 0.2 ) ; -0.80.80.80.0011693009.44849e-0916001.0 SecondsDone 207 lin_arccos diffeq.cpplin_arccos c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:50-06:00c++lin_arcsindiff ( y , x , 1 ) = arcsin ( 0.1 * x + 0.2 ) ; -0.80.80.80.011673005.45689e-071600.0 SecondsDone 207 lin_arcsin diffeq.cpplin_arcsin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:51-06:00c++lin_arctandiff ( y , x , 1 ) = arctan ( 0.1 * x + 0.2 ) ; -1-0.6-0.60.0011673003.13304e-074000.0 SecondsDone 207 lin_arctan diffeq.cpplin_arctan c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:53-06:00c++lin_coshdiff ( y , x , 1 ) = cosh ( 2.0 * x + 3.0 ) ; 0.1220.0116123002.53832e-121900.0 SecondsDone 207 lin_cosh diffeq.cpplin_cosh c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:55-06:00c++lin_expdiff ( y , x , 1 ) = exp ( 0.1 * x + 0.2 ) ; 11010.010.0116123001.11286e-129010.0 SecondsDone 207 lin_exp diffeq.cpplin_exp c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:56-06:00c++lin_lndiff ( y , x , 1 ) = ln ( 0.1 * x + 0.2 ) ; 2030300.0116113002.96333e-1110000.0 SecondsDone 207 lin_ln diffeq.cpplin_ln c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:07:58-06:00c++lin_sin_cosdiff ( y , x , 1 ) = sin ( 2.0 * x + 3.0 ) + cos ( 1.5 * x - 2.0 ) ; 0.155.010.0116123002.57106e-124910.0 SecondsDone 207 lin_sin_cos diffeq.cpplin_sin_cos c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:08:00-06:00c++lin_sinhdiff ( y , x , 1 ) = sinh ( 2.0 * x + 3.0 ) ; 01010.010.0116133003.71887e-1310010.0 SecondsDone 207 lin_sinh diffeq.cpplin_sinh c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:08:01-06:00c++lin_tanhdiff ( y , x , 1 ) = tanh ( 3.0 * x + 1.0 ) ; 1.1220.0116143004.24502e-14900.0 SecondsDone 207 lin_tanh diffeq.cpplin_tanh c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:08:02-06:00c++lin_tandiff ( y , x , 1 ) = tan ( 2.0 * x + 3.0 ) ; 00.10.110.0116123005.45062e-12110.0 SecondsDone 207 lin_tan diffeq.cpplin_tan c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:08:04-06:00c++ln_c_exp_c_sqrt_cdiff ( y , x , 1 ) = ln ( 0.1 ) + exp ( 0.1 ) + sqrt ( 0.1 ) ; 0.155.010.0116123001.47158e-124910.0 SecondsDone 207 ln_c_exp_c_sqrt_c diffeq.cppln_c_exp_c_sqrt_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:08:06-06:00c++ln_sqrtdiff ( y , x , 1 ) = ln ( sqrt ( 0.1 * x + 0.2 ) ) ; 101111.010.011673005.57348e-071010.0 SecondsDone 207 ln_sqrt diffeq.cppln_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:08:07-06:00c++mtest1diff ( y1 , x , 1 ) = m1 * y2 + 1.0 ; 0.11010.010.0116113005.86576e-119910.0 SecondsDone 207 mtest1 diffeq.cppmtest1 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y2 , x , 1 ) = y1 - 1.0 ; dittodittodittodittoditto11ditto03.03621e-11dittodittodittodittodittodittoditto
2014-01-05T02:08:09-06:00c++mtest2diff ( y1 , x , 1 ) = m1 * y2 + 1.0 ; 0.11010.010.0116113005.86576e-119911.0 SecondsDone 207 mtest2 diffeq.cppmtest2 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y2 , x , 1 ) = y1 - 1.0 ; dittodittodittodittoditto11ditto03.03621e-11dittodittodittodittodittodittoditto
2014-01-05T02:08:11-06:00c++mtest3diff ( y2 , x , 1 ) = m1 * y1 + 1.0 ; 0.10.50.50.0116143002.09724e-14400.0 SecondsDone 207 mtest3 diffeq.cppmtest3 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y1 , x , 1 ) = y2 - 1.0 ; dittodittodittodittoditto14ditto01.17962e-14dittodittodittodittodittodittoditto
2014-01-05T02:08:12-06:00c++mtest4diff ( y2 , x , 3 ) = m1 * cos ( x ) ; 0.155.010.0116123002.96392e-124911.0 SecondsDone 207 mtest4 diffeq.cppmtest4 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * y2 ; dittodittodittodittoditto11ditto01.89432e-11dittodittodittodittodittodittoditto
2014-01-05T02:08:13-06:00c++mtest5diff ( y1 , x , 1 ) = m1 * y2 ; 0.555.010.0116103001.00822e-104510.0 SecondsDone 207 mtest5 diffeq.cppmtest5 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y2 , x , 2 ) = diff ( y1 , x , 1 ) ; dittodittodittodittoditto11ditto02.60616e-11dittodittodittodittodittodittoditto
2014-01-05T02:08:15-06:00c++mtest6_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.800011e-051633000.00669002300018.0 SecondsDone 207 mtest6_rev_sm_h diffeq.cppmtest6_rev_sm_h c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( x1 , t , 1 ) = 4.0 * x2 - 2.0 * diff ( x2 , t , 1 ) - 2.0 * x1 ; dittodittodittodittoditto3ditto00.00462153dittodittodittodittodittodittoditto
2014-01-05T02:08:24-06:00c++mtest6_sm_hdiff ( x1 , t , 1 ) = 4.0 * x2 - 2.0 * diff ( x2 , t , 1 ) - 2.0 * x1 ; 0.50.80.80010.00011633000.0046244230010.0 SecondsDone 207 mtest6_sm_h diffeq.cppmtest6_sm_h c++ resultsAll Tests - C++ 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 ; dittodittodittodittoditto3ditto00.00669494dittodittodittodittodittodittoditto
2014-01-05T02:08:26-06:00c++mtest7diff ( y2 , x , 5 ) = y1 ; 00.50.5000011e-0616130-14.166425000016 Minutes 4.0 SecondsDone 207 mtest7 diffeq.cppmtest7 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * y2 ; dittodittodittodittoditto1ditto00.272235dittodittodittodittodittodittoditto
2014-01-05T02:14:31-06:00c++mtest8diff ( y2 , x , 4 ) = y1 - 1.0 ; 0.11.41.40.0116143002.23869e-141300.0 SecondsDone 207 mtest8 diffeq.cppmtest8 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 3 ) ; dittodittodittodittoditto14ditto02.23869e-14dittodittodittodittodittodittoditto
2014-01-05T02:14:33-06:00c++mult2diff ( y , x , 1 ) = sin ( x ) * cos ( x ) ; 0.11010.010.0116133001.48211e-139910.0 SecondsDone 207 mult2 diffeq.cppmult2 c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:36-06:00c++mult_c_lindiff ( y , x , 1 ) = 2.0 * ( 0.2 * x + 0.3 ) ; 0.155.010.0116123001.55431e-124910.0 SecondsDone 207 mult_c_lin diffeq.cppmult_c_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:38-06:00c++mult_c_sindiff ( y , x , 1 ) = 2.0 * sin ( x ) ; 0.155.010.0116123005.75342e-124910.0 SecondsDone 207 mult_c_sin diffeq.cppmult_c_sin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:39-06:00c++mult_div_sinh_cosh_tanhdiff ( y , x , 1 ) = sinh ( 0.1 ) * cosh ( 0.05 ) / tanh ( 0.02 ) ; 0.155.010.0116133002.97519e-134910.0 SecondsDone 207 mult_div_sinh_cosh_tanh diffeq.cppmult_div_sinh_cosh_tanh c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:40-06:00c++mult_lin_cdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * 2.0 ; 0.155.010.0116123001.55431e-124910.0 SecondsDone 207 mult_lin_c diffeq.cppmult_lin_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:42-06:00c++mult_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) * ( 0.2 * x + 0.3 ) ; 0.155.010.0116123001.74687e-124910.0 SecondsDone 207 mult_lin_lin diffeq.cppmult_lin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:44-06:00c++mult_lin_sindiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * sin ( x ) ; 0.155.010.0116123004.11967e-124910.0 SecondsDone 207 mult_lin_sin diffeq.cppmult_lin_sin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:45-06:00c++multdiff ( y , x , 1 ) = x * x ; 0.11010.010.0116123002.09125e-129910.0 SecondsDone 207 mult diffeq.cppmult c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:47-06:00c++mult_sin_cdiff ( y , x , 1 ) = sin ( x ) * 2.0 ; 0.155.010.0116123005.75342e-124910.0 SecondsDone 207 mult_sin_c diffeq.cppmult_sin_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:48-06:00c++mult_sin_lindiff ( y , x , 1 ) = sin ( x ) * ( 0.2 * x + 0.3 ) ; 0.155.010.0116123004.11967e-124910.0 SecondsDone 207 mult_sin_lin diffeq.cppmult_sin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:49-06:00c++mult_sin_sindiff ( y , x , 1 ) = sin ( x ) * sin ( x ) ; 0.155.010.0116123001.21299e-124910.0 SecondsDone 207 mult_sin_sin diffeq.cppmult_sin_sin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:50-06:00c++nonlinear1diff ( y , x , 1 ) = y * y ; 00.50.50.0116142001.13243e-14500.0 SecondsDone 207 nonlinear1 diffeq.cppnonlinear1 c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:51-06:00c++nonlinear2diff ( y , x , 1 ) = y * y ; 00.20.20.0116162000200.0 SecondsDone 207 nonlinear2 diffeq.cppnonlinear2 c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:53-06:00c++sing1diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 0.000001 ) / ( x * x + 0.000001 ) ; -2-1.5-1.50.0116162000500.0 SecondsDone 207 sing1 diffeq.cppsing1 c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:53-06:00c++sing2diff ( y , x , 1 ) = 1.0 / ( x * x + 1.0 ) ; -2-1.5-1.50.0116142007.88306e-14500.0 SecondsDone 207 sing2 diffeq.cppsing2 c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:54-06:00c++sing3diff ( y , x , 1 ) = m1 * 2.0 / x / x / x ; -2-0.7-0.70.011682001.54073e-081300.0 SecondsDone 207 sing3 diffeq.cppsing3 c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:56-06:00c++sing4diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 1.0 ) / ( x * x + 1.0 ) ; -2110.0116142002.19835e-143000.0 SecondsDone 207 sing4 diffeq.cppsing4 c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:57-06:00c++sing5diff ( y , x , 1 ) = m1 * 3.0 / x / x / x / x ; -1-0.7-0.70.011682006.58826e-08300.0 SecondsDone 207 sing5 diffeq.cppsing5 c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:58-06:00c++sing6diff ( y , x , 1 ) = m1 * 2.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 233.010.0116122009.20514e-121010.0 SecondsDone 207 sing6 diffeq.cppsing6 c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:14:58-06:00c++sing6diff ( y , x , 1 ) = m1 * 2.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 233.010.0116122009.20514e-121010.0 SecondsDone 207 sing6 diffeq.cppsing6 c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:00-06:00c++sinh_sqrtdiff ( y , x , 1 ) = sinh ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.155.010.011623000.05538594910.0 SecondsDone 207 sinh_sqrt diffeq.cppsinh_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:01-06:00c++sindiff ( y , x , 1 ) = sin ( x ) ; 0.1110.0116164000900.0 SecondsDone 207 sin diffeq.cppsin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:02-06:00c++sin_sqrt_lindiff ( y , x , 1 ) = sin ( sqrt ( 2.0 * x + 3.0 ) ) ; 0.155.010.011613000.2564454910.0 SecondsDone 207 sin_sqrt_lin diffeq.cppsin_sqrt_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:03-06:00c++sqrt_sqrtdiff ( y , x , 1 ) = sqrt ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.10.50.50.0116163000400.0 SecondsDone 207 sqrt_sqrt diffeq.cppsqrt_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:04-06:00c++sub_c_lindiff ( y , x , 1 ) = 0.3 - ( 0.1 * x + 0.2 ) ; 0.155.010.0116123002.13163e-124910.0 SecondsDone 207 sub_c_lin diffeq.cppsub_c_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:05-06:00c++sub_c_sindiff ( y , x , 1 ) = 1.0 - sin ( x ) ; 0.155.010.0116123001.08528e-124910.0 SecondsDone 207 sub_c_sin diffeq.cppsub_c_sin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:06-06:00c++sub_full_lindiff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) - ( 0.1 * x + 0.2 ) ; 0.155.010.0116123001.05212e-124910.0 SecondsDone 207 sub_full_lin diffeq.cppsub_full_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:07-06:00c++sub_lin_cdiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - 0.3 ; 0.155.010.0116123002.13163e-124910.0 SecondsDone 207 sub_lin_c diffeq.cppsub_lin_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:09-06:00c++sub_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - ( 0.3 * x + 0.1 ) ; 0.155.010.0116123001.89848e-124910.0 SecondsDone 207 sub_lin_lin diffeq.cppsub_lin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:10-06:00c++sub_lin_sindiff ( y , x , 1 ) = ( 0.1 * x + 1.0 ) - sin ( x ) ; 0.155.010.0116123001.48173e-124910.0 SecondsDone 207 sub_lin_sin diffeq.cppsub_lin_sin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:11-06:00c++subdiff ( y , x , 1 ) = sin ( x ) - cos ( x ) ; 01010.010.0116123001.20766e-1210010.0 SecondsDone 207 sub diffeq.cppsub c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:12-06:00c++sub_sin_cdiff ( y , x , 1 ) = sin ( x ) - 1 , 0 ; 0.155.010.0116123002.42083e-124910.0 SecondsDone 207 sub_sin_c diffeq.cppsub_sin_c c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:13-06:00c++sub_sin_cosdiff ( y , x , 1 ) = m1 * sin ( x ) - cos ( x ) ; 0.155.010.0116123004.48526e-124910.0 SecondsDone 207 sub_sin_cos diffeq.cppsub_sin_cos c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:15-06:00c++tanh_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.1110.011623000.0969318900.0 SecondsDone 207 tanh_sqrt_new diffeq.cpptanh_sqrt_new c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:16-06:00c++tanh_sqrtdiff ( y , x , 1 ) = tanh ( sqrt ( 2.0 * x + 3.0 ) ) ; 0.155.010.0116Unknown30-1-14910.0 SecondsDone 207 tanh_sqrt diffeq.cpptanh_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:17-06:00c++tan_sqrt_lindiff ( y , x , 1 ) = tan ( sqrt ( 2.0 * x + 3.0 ) ) ; 0.155.010.0116Unknown30-1-14910.0 SecondsDone 207 tan_sqrt_lin diffeq.cpptan_sqrt_lin c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:19-06:00c++tandiff ( y , x , 1 ) = tan ( x ) ; 0.11.51.50.0116142005.29326e-141400.0 SecondsDone 207 tan diffeq.cpptan c++ resultsAll Tests - C++ only - to save time
2014-01-05T02:15:21-06:00c++tan_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.10.0011613000.1030755000.0 SecondsDone 207 tan_sqrt_new diffeq.cpptan_sqrt_new c++ resultsAll Tests - C++ only - to save time