Record of Testing of Omnisode


ode.over(Overrides .ode files)
TimeLanguageOde FileEquationStartEndActual EndHH ReasonDigitsCorrect DigitsTermsType Sing GivenGiven Least SingRatio Least SingThree Term Least SingSix Term Least SingIterationsExecution TimeEstimated Total TimeLast Savediffeq programdiffeq resultsComment
2014-01-19T17:33:16-06:00c++add_c_lindiff ( y , x , 1 ) = 0.3 + ( 0.1 * x + 0.2 ) ; 0.1110.01Display Interval161530No PoleNANONENONENONE900.0 SecondsDone 249 add_c_lin diffeq.cppadd_c_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:17-06:00c++add_c_sindiff ( y , x , 1 ) = 1.0 + sin ( x ) ; 0.111.00010.000128Pole Accuracy161440No PoleNANONENONENONE70320.0 SecondsDone 249 add_c_sin diffeq.cppadd_c_sin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:18-06:00c++add_full_lindiff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) + ( 0.1 * x + 0.2 ) ; 155.000260.000512Pole Accuracy161340No PoleNANONENONENONE78130.0 SecondsDone 249 add_full_lin diffeq.cppadd_full_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:19-06:00c++add_lin_cdiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + 0.3 ; -555.010.01Display Interval161430No PoleNANONENONENONE10010.0 SecondsDone 249 add_lin_c diffeq.cppadd_lin_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:20-06:00c++add_lin_fulldiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + sin ( 0.3 * x + 0.1 ) ; -555.000380.000512Pole Accuracy161440No PoleNANONENONENONE195320.0 SecondsDone 249 add_lin_full diffeq.cppadd_lin_full c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:21-06:00c++add_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + ( 0.3 * x + 0.1 ) ; -555.010.01Display Interval161530No PoleNANONENONENONE10010.0 SecondsDone 249 add_lin_lin diffeq.cppadd_lin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:22-06:00c++adddiff ( y , x , 1 ) = sin ( x ) + sin ( x ) ; -5550.000128Pole Accuracy161440No PoleNANONENONENONE781251.0 SecondsDone 249 add diffeq.cppadd c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:24-06:00c++add_sin_cdiff ( y , x , 1 ) = sin ( x ) + 1.0 ; -5550.000128Pole Accuracy161340No PoleNANONENONENONE781251.0 SecondsDone 249 add_sin_c diffeq.cppadd_sin_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:26-06:00c++add_sub_sin_c_cos_c_tan_cdiff ( y , x , 1 ) = sin ( 0.1 ) + cos ( 0.05 ) - tan ( 0.02 ) ; -555.010.01Display Interval161530No PoleNANONENONENONE10010.0 SecondsDone 249 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-19T17:33:27-06:00c++arccos_sqrtdiff ( y , x , 1 ) = arccos ( sqrt ( 0.1 * x + 0.2 ) ) ; 00.50.50.01Display Interval16830Real Sing2NONE2.00022NONE500.0 SecondsDone 249 arccos_sqrt diffeq.cpparccos_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:29-06:00c++arcsin_c_arccos_c_arctan_cdiff ( y , x , 1 ) = arcsin ( 0.1 ) + arccos ( 0.1 ) + arctan ( 0.1 ) ; -555.010.01Display Interval161530No PoleNANONENONENONE10010.0 SecondsDone 249 arcsin_c_arccos_c_arctan_c diffeq.cpparcsin_c_arccos_c_arctan_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:30-06:00c++arcsin_sqrtdiff ( y , x , 1 ) = arcsin ( sqrt ( 0.1 * x + 0.2 ) ) ; 00.50.50.01Display Interval16830Real Sing2NONE2.00022NONE500.0 SecondsDone 249 arcsin_sqrt diffeq.cpparcsin_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:31-06:00c++arctan_sqrtdiff ( y , x , 1 ) = arctan ( sqrt ( 0.1 * x + 0.2 ) ) ; -10.50.50.01Display Interval16740Some Pole????NONE0.999943NONE1500.0 SecondsDone 249 arctan_sqrt diffeq.cpparctan_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:32-06:00c++cosh_sqrtdiff ( y , x , 1 ) = cosh ( sqrt ( 0.1 * x + 0.2 ) ) ; -1.9-1.8-1.85e-06Max H161030Real Sing0.1NONE0.0996766NONE200001.0 SecondsDone 249 cosh_sqrt diffeq.cppcosh_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:33-06:00c++cosdiff ( y , x , 1 ) = cos ( x ) ; -5550.000128Pole Accuracy161140No PoleNANONENONENONE781251.0 SecondsDone 249 cos diffeq.cppcos c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:35-06:00c++cos_sqrt_lindiff ( y , x , 1 ) = cos ( sqrt ( 2.0 * x + 3.0 ) ) ; -1.4-1.3-1.35e-06Max H16730Real Sing0.1NONE0.0996711NONE200000.0 SecondsDone 249 cos_sqrt_lin diffeq.cppcos_sqrt_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:37-06:00c++diff0diff ( y , x , 1 ) = y ; -555.010.01Display Interval161330No PoleNANONENONENONE10010.0 SecondsDone 249 diff0 diffeq.cppdiff0 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:38-06:00c++diff2diff ( y , x , 3 ) = m1 * diff ( y , x , 1 ) ; -1110.000128Pole Accuracy161340No PoleNANONENONENONE156251.0 SecondsDone 249 diff2 diffeq.cppdiff2 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:40-06:00c++diffdiff ( y , x , 2 ) = diff ( y , x , 1 ) ; -555.010.01Display Interval161330No PoleNANONENONENONE10010.0 SecondsDone 249 diff diffeq.cppdiff c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:41-06:00c++div_c_expdiff ( y , x , 1 ) = 2.0 / exp ( x ) ; 155.010.01Display Interval161330No PoleNANONENONENONE4010.0 SecondsDone 249 div_c_exp diffeq.cppdiv_c_exp c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:42-06:00c++div_c_lindiff ( y , x , 1 ) = 2.0 / ( 0.2 * x + 0.3 ) ; 2.53.13.110.01Display Interval161430Real Sing4NONENONENONE610.0 SecondsDone 249 div_c_lin diffeq.cppdiv_c_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:43-06:00c++div_exp_expdiff ( y , x , 1 ) = exp ( 0.1 * x ) / exp ( 0.2 * x ) ; -555.010.01Display Interval161430No PoleNANONENONENONE10010.0 SecondsDone 249 div_exp_exp diffeq.cppdiv_exp_exp c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:45-06:00c++div_lin_cdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / 2.0 ; -555.010.01Display Interval161530No PoleNANONENONENONE10010.0 SecondsDone 249 div_lin_c diffeq.cppdiv_lin_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:46-06:00c++div_lin_expdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / exp ( x ) ; 155.010.01Display Interval161330No PoleNANONENONENONE4010.0 SecondsDone 249 div_lin_exp diffeq.cppdiv_lin_exp c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:47-06:00c++div_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) / ( 0.2 * x + 0.3 ) ; 0.155.010.01Display Interval161430Real Sing1.6NONE1.6NONE4910.0 SecondsDone 249 div_lin_lin diffeq.cppdiv_lin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:47-06:00c++div_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) / ( 0.2 * x + 0.3 ) ; 0.155.010.01Display Interval161430Real Sing1.6NONE1.6NONE4910.0 SecondsDone 249 div_lin_lin diffeq.cppdiv_lin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:49-06:00c++div_sin_cdiff ( y , x , 1 ) = sin ( x ) / 2.0 ; -5550.000128Pole Accuracy161440No PoleNANONENONENONE781252.0 SecondsDone 249 div_sin_c diffeq.cppdiv_sin_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:51-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.01Display Interval161130Some Pole????NONE0.6NONE900.0 SecondsDone 249 div_sin_lin_new diffeq.cppdiv_sin_lin_new c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:52-06:00c++exp_sqrtdiff ( y , x , 1 ) = exp ( sqrt ( 0.1 * x + 0.2 ) ) ; 233.010.01Display Interval16540Real Sing3.5NONE3.99831NONE1010.0 SecondsDone 249 exp_sqrt diffeq.cppexp_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:53-06:00c++expt_c_cdiff ( y , x , 1 ) = expt ( 2.0 , 3.0 ) ; -555.010.01Display Interval161630No PoleNANONENONENONE10010.0 SecondsDone 249 expt_c_c diffeq.cppexpt_c_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:54-06:00c++expt_c_lindiff ( y , x , 1 ) = expt ( 2.0 , ( 0.2 * x + 0.3 ) ) ; 155.010.01Display Interval161530Not GivenNANONENONENONE4010.0 SecondsDone 249 expt_c_lin diffeq.cppexpt_c_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:55-06:00c++expt_c_sin_newdiff ( y , x , 1 ) = expt ( 2.0 , sin ( x ) ) * cos ( x ) * ln ( 2.0 ) ; 1.411-0.01Display Interval16430Not GivenNANONENONENONE400.0 Seconds0.0 Seconds 249 expt_c_sin_new diffeq.cppexpt_c_sin_new c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:56-06:00c++expt_c_sindiff ( y , x , 1 ) = expt ( 2.0 , sin ( x ) ) ; 0.155.010.01Display Interval16Unknown30Not GivenNANONENONENONE4910.0 SecondsDone 249 expt_c_sin diffeq.cppexpt_c_sin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:57-06:00c++expt_lin_cdiff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , 2.0 ) ; 0.155.010.01Display Interval161430No PoleNANONENONENONE4910.0 SecondsDone 249 expt_lin_c diffeq.cppexpt_lin_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:33:58-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.1110.01Display Interval16630Not GivenNANONENONENONE900.0 SecondsDone 249 expt_lin_lin_new diffeq.cppexpt_lin_lin_new c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:00-06:00c++expt_lin_lindiff ( y , x , 1 ) = expt ( ( 0.1 * x + 0.2 ) , ( 0.2 * x + 0.3 ) ) ; 0.155.010.01Display Interval16Unknown30Not GivenNANONENONENONE4910.0 SecondsDone 249 expt_lin_lin diffeq.cppexpt_lin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:00-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.1110.01Display Interval16730Not GivenNANONENONENONE900.0 SecondsDone 249 expt_lin_sin_new diffeq.cppexpt_lin_sin_new c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:02-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.1110.01Display Interval16730Not GivenNANONENONENONE900.0 SecondsDone 249 expt_lin_sin_new_sm_h diffeq.cppexpt_lin_sin_new_sm_h c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:03-06:00c++expt_lin_sindiff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , sin ( x ) ) ; 0.155.010.01Display Interval16Unknown30Not GivenNANONENONENONE4910.0 SecondsDone 249 expt_lin_sin diffeq.cppexpt_lin_sin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:04-06:00c++expt_sin_cdiff ( y , x , 1 ) = expt ( sin ( 0.2 * x + 0.3 ) , 2.0 ) ; 0.10.20.23.2e-05Pole Accuracy161140Not GivenNANONENONENONE31250.0 SecondsDone 249 expt_sin_c diffeq.cppexpt_sin_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:05-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.110011e-05Max H161640Not GivenNANONE0.1NONE10010.0 SecondsDone 249 expt_sin_lin_new diffeq.cppexpt_sin_lin_new c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:06-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.1122070.0061035Pole161630Not GivenNANONENONENONE20.0 SecondsDone 249 expt_sin_lin_new_sm_h diffeq.cppexpt_sin_lin_new_sm_h c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:07-06:00c++expt_sin_lindiff ( y , x , 1 ) = expt ( sin ( x ) , ( 0.2 * x + 0.3 ) ) ; 0.133.000240.00610576Pole16Unknown30Not GivenNANONENONENONE4750.0 SecondsDone 249 expt_sin_lin diffeq.cppexpt_sin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:08-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.812e-06Pole Accuracy161640Not GivenNANONENONENONE50001.0 SecondsDone 249 expt_sin_sin_new diffeq.cppexpt_sin_sin_new c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:10-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.812e-06Pole Accuracy161640Not GivenNANONENONENONE50000.0 SecondsDone 249 expt_sin_sin_new_sm_h diffeq.cppexpt_sin_sin_new_sm_h c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:12-06:00c++expt_sin_sindiff ( y , x , 1 ) = expt ( sin ( 0.1 * x ) , sin ( 0.2 * x ) ) ; 0.155.010.01Display Interval16Unknown30Not GivenNANONENONENONE4910.0 SecondsDone 249 expt_sin_sin diffeq.cppexpt_sin_sin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:13-06:00c++h2sindiff ( y , x , 2 ) = sin ( x ) ; 0.155.00010.000128Pole Accuracy161440No PoleNANONENONENONE382821.0 SecondsDone 249 h2sin diffeq.cpph2sin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:15-06:00c++h3sindiff ( y , x , 3 ) = sin ( x ) ; 0.11.51.500060.000128Pole Accuracy161340No PoleNANONENONENONE109381.0 SecondsDone 249 h3sin diffeq.cpph3sin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:17-06:00c++h5h3diff ( y , x , 5 ) = m1 * diff ( y , x , 3 ) ; 0.11.51.500060.000128Pole Accuracy161240No PoleNANONENONENONE109381.0 SecondsDone 249 h5h3 diffeq.cpph5h3 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:20-06:00c++lin_arccosdiff ( y , x , 1 ) = arccos ( 0.1 * x + 0.2 ) ; -0.80.80.80.01Display Interval16930Not GivenNANONENONENONE1600.0 SecondsDone 249 lin_arccos diffeq.cpplin_arccos c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:21-06:00c++lin_arcsindiff ( y , x , 1 ) = arcsin ( 0.1 * x + 0.2 ) ; -0.80.80.80.01Display Interval16930Not GivenNANONENONENONE1600.0 SecondsDone 249 lin_arcsin diffeq.cpplin_arcsin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:22-06:00c++lin_arctandiff ( y , x , 1 ) = arctan ( 0.1 * x + 0.2 ) ; -1-0.6-0.60.01Display Interval16730Not GivenNANONENONENONE400.0 SecondsDone 249 lin_arctan diffeq.cpplin_arctan c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:34:23-06:00c++lin_coshdiff ( y , x , 1 ) = cosh ( 2.0 * x + 3.0 ) ; 0.1222.56e-07Pole Accuracy161030No PoleNANONENONENONE74218751 Minutes 40.0 SecondsDone 249 lin_cosh diffeq.cpplin_cosh c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:36:04-06:00c++lin_expdiff ( y , x , 1 ) = exp ( 0.1 * x + 0.2 ) ; 11010.010.01Display Interval161430No PoleNANONENONENONE9010.0 SecondsDone 249 lin_exp diffeq.cpplin_exp c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:36:05-06:00c++lin_lndiff ( y , x , 1 ) = ln ( 0.1 * x + 0.2 ) ; 2030300.01Display Interval161330Real Sing21.5NONE22NONE10000.0 SecondsDone 249 lin_ln diffeq.cpplin_ln c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:36:07-06:00c++lin_sin_cosdiff ( y , x , 1 ) = sin ( 2.0 * x + 3.0 ) + cos ( 1.5 * x - 2.0 ) ; 0.155.010.01Display Interval161430No PoleNANONENONENONE4910.0 SecondsDone 249 lin_sin_cos diffeq.cpplin_sin_cos c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:36:08-06:00c++lin_sinhdiff ( y , x , 1 ) = sinh ( 2.0 * x + 3.0 ) ; 0.122.000026.5536e-05Pole Accuracy161340No PoleNANONENONENONE289921.0 SecondsDone 249 lin_sinh diffeq.cpplin_sinh c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:36:09-06:00c++lin_tanhdiff ( y , x , 1 ) = tanh ( 3.0 * x + 1.0 ) ; 1.1220.01Display Interval161640No PoleNANONENONENONE900.0 SecondsDone 249 lin_tanh diffeq.cpplin_tanh c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:36:10-06:00c++lin_tandiff ( y , x , 1 ) = tan ( 2.0 * x + 3.0 ) ; -1-0.9-0.90.01Display Interval161630Real Sing0.195398NONE0.195398NONE100.0 SecondsDone 249 lin_tan diffeq.cpplin_tan c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:36:11-06:00c++ln_c_exp_c_sqrt_cdiff ( y , x , 1 ) = ln ( 0.1 ) + exp ( 0.1 ) + sqrt ( 0.1 ) ; 0.155.010.01Display Interval161430No PoleNANONENONENONE4910.0 SecondsDone 249 ln_c_exp_c_sqrt_c diffeq.cppln_c_exp_c_sqrt_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:36:12-06:00c++ln_sqrtdiff ( y , x , 1 ) = ln ( sqrt ( 0.1 * x + 0.2 ) ) ; 101111.010.01Display Interval16940Real Sing11.5NONE12.0123NONE1010.0 SecondsDone 249 ln_sqrt diffeq.cppln_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:36:14-06:00c++mtest1diff ( y1 , x , 1 ) = m1 * y2 + 1.0 ; 0.110100.000128Pole Accuracy161140No PoleNANONENONENONE773441 Minutes 5.0 SecondsDone 249 mtest1 diffeq.cppmtest1 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y2 , x , 1 ) = y1 - 1.0 ; dittodittodittodittodittoditto11dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-19T17:37:20-06:00c++mtest2diff ( y1 , x , 1 ) = m1 * y2 ; 0.20.60.60.01Display Interval16330No PoleNANONENONENONE400.0 SecondsDone 249 mtest2 diffeq.cppmtest2 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y2 , x , 1 ) = y1 ; dittodittodittodittodittoditto2dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-19T17:37:21-06:00c++mtest3diff ( y2 , x , 1 ) = m1 * y1 + 1.0 ; 0.10.50.50.000128Pole Accuracy161440No PoleNANONENONENONE31253.0 SecondsDone 249 mtest3 diffeq.cppmtest3 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y1 , x , 1 ) = y2 - 1.0 ; dittodittodittodittodittoditto15dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-19T17:37:26-06:00c++mtest4diff ( y2 , x , 3 ) = m1 * cos ( x ) ; 0.155.00010.000128Pole Accuracy161240No PoleNANONENONENONE382821 Minutes 13.0 SecondsDone 249 mtest4 diffeq.cppmtest4 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * y2 ; dittodittodittodittodittoditto13dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-19T17:38:41-06:00c++mtest5diff ( y1 , x , 1 ) = m1 * y2 ; 0.555.010.01Display Interval161230No PoleNANONENONENONE4510.0 SecondsDone 249 mtest5 diffeq.cppmtest5 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y2 , x , 2 ) = diff ( y1 , x , 1 ) ; dittodittodittodittodittoditto13dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-19T17:38:42-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.80.01Display Interval16530Not GivenNANONENONENONE300.0 SecondsDone 249 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 ; dittodittodittodittodittoditto5dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-19T17:38:44-06:00c++mtest6_sm_hdiff ( x1 , t , 1 ) = 4.0 * x2 - 2.0 * diff ( x2 , t , 1 ) - 2.0 * x1 ; 0.50.80.80.01Display Interval16530Not GivenNANONENONENONE300.0 SecondsDone 249 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 ; dittodittodittodittodittoditto5dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-19T17:38:46-06:00c++mtest7diff ( y2 , x , 5 ) = y1 ; 0.10.50.50.000128Pole Accuracy161440No PoleNANONENONENONE31255.0 SecondsDone 249 mtest7 diffeq.cppmtest7 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 4 ) ; dittodittodittodittodittoditto14dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-19T17:38:52-06:00c++mtest8diff ( y2 , x , 4 ) = y1 - 1.0 ; 0.11.41.40010.000128Pole Accuracy161540No PoleNANONENONENONE1015712.0 SecondsDone 249 mtest8 diffeq.cppmtest8 c++ resultsAll Tests - C++ only - to save time
dittodittodittodiff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 3 ) ; dittodittodittodittodittoditto14dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-19T17:39:05-06:00c++mult2diff ( y , x , 1 ) = sin ( x ) * cos ( x ) ; 0.1113.2768e-07Pole Accuracy161130No PoleNANONENONENONE27465831 Minutes 0.0 SecondsDone 249 mult2 diffeq.cppmult2 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:07-06:00c++mult_c_lindiff ( y , x , 1 ) = 2.0 * ( 0.2 * x + 0.3 ) ; 0.155.010.01Display Interval161430No PoleNANONENONENONE4910.0 SecondsDone 249 mult_c_lin diffeq.cppmult_c_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:08-06:00c++mult_c_sindiff ( y , x , 1 ) = 2.0 * sin ( x ) ; 0.155.00010.000128Pole Accuracy161240No PoleNANONENONENONE382821.0 SecondsDone 249 mult_c_sin diffeq.cppmult_c_sin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:10-06:00c++mult_div_sinh_cosh_tanhdiff ( y , x , 1 ) = sinh ( 0.1 ) * cosh ( 0.05 ) / tanh ( 0.02 ) ; 0.155.010.01Display Interval161530No PoleNANONENONENONE4910.0 SecondsDone 249 mult_div_sinh_cosh_tanh diffeq.cppmult_div_sinh_cosh_tanh c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:11-06:00c++mult_lin_cdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * 2.0 ; 0.155.010.01Display Interval161430No PoleNANONENONENONE4910.0 SecondsDone 249 mult_lin_c diffeq.cppmult_lin_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:12-06:00c++mult_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) * ( 0.2 * x + 0.3 ) ; 0.155.010.01Display Interval161430No PoleNANONENONENONE4910.0 SecondsDone 249 mult_lin_lin diffeq.cppmult_lin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:13-06:00c++mult_lin_sindiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * sin ( x ) ; 0.155.010.01Display Interval161430No PoleNANONENONENONE4910.0 SecondsDone 249 mult_lin_sin diffeq.cppmult_lin_sin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:14-06:00c++multdiff ( y , x , 1 ) = x * x ; 0.11010.010.01Display Interval161430No PoleNANONENONENONE9910.0 SecondsDone 249 mult diffeq.cppmult c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:16-06:00c++mult_sin_cdiff ( y , x , 1 ) = sin ( x ) * 2.0 ; 0.155.00010.000128Pole Accuracy161240No PoleNANONENONENONE382821.0 SecondsDone 249 mult_sin_c diffeq.cppmult_sin_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:18-06:00c++mult_sin_lindiff ( y , x , 1 ) = sin ( x ) * ( 0.2 * x + 0.3 ) ; 0.155.010.01Display Interval161430No PoleNANONENONENONE4910.0 SecondsDone 249 mult_sin_lin diffeq.cppmult_sin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:19-06:00c++mult_sin_sindiff ( y , x , 1 ) = sin ( x ) * sin ( x ) ; 0.1111e-06Min H (Pole)161130No PoleNANONE0.00460186NONE2148007.0 SecondsDone 249 mult_sin_sin diffeq.cppmult_sin_sin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:27-06:00c++nonlinear1diff ( y , x , 1 ) = y * y ; 00.50.50.01Display Interval161620Real Sing0.510.510.51NONE500.0 SecondsDone 249 nonlinear1 diffeq.cppnonlinear1 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:28-06:00c++nonlinear2diff ( y , x , 1 ) = y * y ; 00.20.20.01Display Interval161620Real Sing0.310.310.31NONE200.0 SecondsDone 249 nonlinear2 diffeq.cppnonlinear2 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:40:29-06:00c++sing1diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 0.000001 ) / ( x * x + 0.000001 ) ; -2-1.5-1.51e-07Max H161020Complex Sing1.51NONE1.510011.5150000001 Minutes 23.0 SecondsDone 249 sing1 diffeq.cppsing1 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:41:54-06:00c++sing2diff ( y , x , 1 ) = 1.0 / ( x * x + 1.0 ) ; -2-1.5-1.50.01Display Interval161620Complex Sing1.8111NONENONE1.8111500.0 SecondsDone 249 sing2 diffeq.cppsing2 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:41:56-06:00c++sing3diff ( y , x , 1 ) = m1 * 2.0 / x / x / x ; -2-0.7-0.70.01Display Interval161020Real Sing0.71NONE0.71NONE1300.0 SecondsDone 249 sing3 diffeq.cppsing3 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:41:58-06:00c++sing4diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 1.0 ) / ( x * x + 1.0 ) ; -2-1-10.01Display Interval161640Complex Sing1.4213NONENONE1.42131000.0 SecondsDone 249 sing4 diffeq.cppsing4 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:41:59-06:00c++sing5diff ( y , x , 1 ) = m1 * 3.0 / x / x / x / x ; -1-0.7-0.70.01Display Interval161020Real Sing0.71NONE0.71NONE300.0 SecondsDone 249 sing5 diffeq.cppsing5 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:00-06:00c++sing6diff ( y , x , 1 ) = m1 * 2.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 233.010.01Display Interval161420Real Sing3NONE3NONE1010.0 SecondsDone 249 sing6 diffeq.cppsing6 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:01-06:00c++sing7diff ( y , x , 1 ) = m1 * 5.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 233.010.01Display Interval161230Real Sing3NONE3NONE1010.0 SecondsDone 249 sing7 diffeq.cppsing7 c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:02-06:00c++sinh_sqrtdiff ( y , x , 1 ) = sinh ( sqrt ( 0.1 * x + 0.2 ) ) ; 233.010.01Display Interval16440Real Sing3.5NONE3.9997NONE1010.0 SecondsDone 249 sinh_sqrt diffeq.cppsinh_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:03-06:00c++sindiff ( y , x , 1 ) = sin ( x ) ; 0.111.00010.000128Pole Accuracy161440No PoleNANONENONENONE70320.0 SecondsDone 249 sin diffeq.cppsin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:04-06:00c++sin_sqrt_lindiff ( y , x , 1 ) = sin ( sqrt ( 2.0 * x + 3.0 ) ) ; 2335e-06Max H16740Real Sing3.5NONENONE3.9997320000111.0 SecondsDone 249 sin_sqrt_lin diffeq.cppsin_sqrt_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:16-06:00c++sqrt_sqrtdiff ( y , x , 1 ) = sqrt ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.10.50.50.01Display Interval161640Real Sing1.6NONE2.1NONE400.0 SecondsDone 249 sqrt_sqrt diffeq.cppsqrt_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:17-06:00c++sub_c_lindiff ( y , x , 1 ) = 0.3 - ( 0.1 * x + 0.2 ) ; 0.155.010.01Display Interval161430No PoleNANONENONENONE4910.0 SecondsDone 249 sub_c_lin diffeq.cppsub_c_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:18-06:00c++sub_c_sindiff ( y , x , 1 ) = 1.0 - sin ( x ) ; 0.155.00010.000128Pole Accuracy161340No PoleNANONENONENONE382820.0 SecondsDone 249 sub_c_sin diffeq.cppsub_c_sin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:20-06:00c++sub_full_lindiff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) - ( 0.1 * x + 0.2 ) ; 0.155.000350.000512Pole Accuracy161440No PoleNANONENONENONE95710.0 SecondsDone 249 sub_full_lin diffeq.cppsub_full_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:21-06:00c++sub_lin_cdiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - 0.3 ; 0.155.010.01Display Interval161430No PoleNANONENONENONE4910.0 SecondsDone 249 sub_lin_c diffeq.cppsub_lin_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:22-06:00c++sub_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - ( 0.3 * x + 0.1 ) ; 0.155.010.01Display Interval161430No PoleNANONENONENONE4910.0 SecondsDone 249 sub_lin_lin diffeq.cppsub_lin_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:23-06:00c++sub_lin_sindiff ( y , x , 1 ) = ( 0.1 * x + 1.0 ) - sin ( x ) ; 0.155.00010.000128Pole Accuracy161340No PoleNANONENONENONE382821.0 SecondsDone 249 sub_lin_sin diffeq.cppsub_lin_sin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:25-06:00c++subdiff ( y , x , 1 ) = sin ( x ) - cos ( x ) ; 010100.000128Pole Accuracy161340No PoleNANONENONENONE781251.0 SecondsDone 249 sub diffeq.cppsub c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:28-06:00c++sub_sin_cdiff ( y , x , 1 ) = sin ( x ) - 1 , 0 ; 0.155.00010.000128Pole Accuracy161240No PoleNANONENONENONE382821.0 SecondsDone 249 sub_sin_c diffeq.cppsub_sin_c c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:29-06:00c++sub_sin_cosdiff ( y , x , 1 ) = m1 * sin ( x ) - cos ( x ) ; 0.155.00010.000128Pole Accuracy161240No PoleNANONENONENONE382821.0 SecondsDone 249 sub_sin_cos diffeq.cppsub_sin_cos c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:32-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 ) ; 2330.0001Max H16740Real Sing2.5NONE2.51062NONE100003.0 SecondsDone 249 tanh_sqrt_new diffeq.cpptanh_sqrt_new c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:35-06:00c++tanh_sqrtdiff ( y , x , 1 ) = tanh ( sqrt ( 2.0 * x + 3.0 ) ) ; 0.155.010.01Display Interval16Unknown30Real Sing1.6NONENONENONE4910.0 SecondsDone 249 tanh_sqrt diffeq.cpptanh_sqrt c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:37-06:00c++tan_sqrt_lindiff ( y , x , 1 ) = tan ( sqrt ( 2.0 * x + 3.0 ) ) ; 0.155.010.01Display Interval16Unknown40Real Sing1.6NONE1.40629NONE4910.0 SecondsDone 249 tan_sqrt_lin diffeq.cpptan_sqrt_lin c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:39-06:00c++tandiff ( y , x , 1 ) = tan ( x ) ; 0.11.51.504610.0073545Pole161640Real Sing0.073545NONE0.073545NONE1410.0 SecondsDone 249 tan diffeq.cpptan c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:40-06:00c++div_c_lin_backdiff ( y , x , 1 ) = 2.0 / ( 0.2 * x + 0.3 ) ; 3.12.52.49-0.01Display Interval161530Real Sing4NONENONENONE610.0 Seconds0.0 Seconds 249 div_c_lin_back diffeq.cppdiv_c_lin_back c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:41-06:00c++sin_backdiff ( y , x , 1 ) = sin ( x ) ; -0.1-1-1.0001-0.000128Pole Accuracy161440No PoleNANONENONENONE70320.0 Seconds0.0 Seconds 249 sin_back diffeq.cppsin_back c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:42:43-06:00c++sing1_backdiff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 0.000001 ) / ( x * x + 0.000001 ) ; -1.5-2-2-1e-07Max H161020Complex Sing1.5NONE1.500011.550000001 Minutes 22.0 Seconds1 Minutes 22.0 Seconds 249 sing1_back diffeq.cppsing1_back c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:44:07-06:00c++sing2_backdiff ( y , x , 1 ) = 1.0 / ( x * x + 1.0 ) ; -1.5-2-2-0.01Display Interval161620Complex Sing1.80278NONENONE1.80278500.0 Seconds0.0 Seconds 249 sing2_back diffeq.cppsing2_back c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:44:08-06:00c++sing3_backdiff ( y , x , 1 ) = m1 * 2.0 / x / x / x ; -0.7-2-2-0.01Display Interval16920Real Sing0.7NONE0.7NONE1300.0 Seconds0.0 Seconds 249 sing3_back diffeq.cppsing3_back c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:44:09-06:00c++sing4_backdiff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 1.0 ) / ( x * x + 1.0 ) ; -1-2-2-0.01Display Interval161640Complex Sing1.41421NONENONE1.42131000.0 Seconds0.0 Seconds 249 sing4_back diffeq.cppsing4_back c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:44:10-06:00c++sing5_backdiff ( y , x , 1 ) = m1 * 3.0 / x / x / x / x ; -0.7-1-1-0.01Display Interval16920Real Sing0.7NONE0.7NONE300.0 Seconds0.0 Seconds 249 sing5_back diffeq.cppsing5_back c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:44:11-06:00c++sing6_backdiff ( y , x , 1 ) = m1 * 2.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 321.99-0.01Display Interval161320Real Sing3NONE3NONE1010.0 Seconds0.0 Seconds 249 sing6_back diffeq.cppsing6_back c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:44:12-06:00c++sing7_backdiff ( y , x , 1 ) = m1 * 5.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 321.99-0.01Display Interval161130Real Sing3NONE3NONE1010.0 Seconds0.0 Seconds 249 sing7_back diffeq.cppsing7_back c++ resultsAll Tests - C++ only - to save time
2014-01-19T17:44:13-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 ) ; 1.42.12.110.01Display Interval16340Some Pole????NONENONENONE710.0 SecondsDone 249 tan_sqrt_new diffeq.cpptan_sqrt_new c++ resultsAll Tests - C++ only - to save time