Record of Testing of Omnisode


ode.over(Overrides .ode files)
TimeLanguageOde FileEquationStartEndActual EndHH ReasonMachine DigitsDesired Correct DigitsEstimated Correct DigitsCorrect DigitsTermsType Sing GivenGiven Least SingRatio Least SingThree Term Least SingSix Term Least SingIterationsExecution TimeEstimated Total TimeLast Savediffeq programdiffeq resultsComment
2014-01-31T01:08:56-06:00Rubyadd_c_lindiff ( y , x , 1 ) = 0.3 + ( 0.1 * x + 0.2 ) ; 0.11.01.00000000000000070.01Display Interval1610121530No PoleNANONENONENONE900 SecondsDone 257 add_c_lin diffeq.rbadd_c_lin Ruby resultsOK
2014-01-31T01:08:56-06:00Rubyadd_c_sindiff ( y , x , 1 ) = 1.0 + sin ( x ) ; 0.11.01.00009600000008960.000128Pole Accuracy1610111440No PoleNANONENONENONE70322 SecondsDone 257 add_c_sin diffeq.rbadd_c_sin Ruby resultsOK
2014-01-31T01:09:00-06:00Rubyadd_full_lindiff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) + ( 0.1 * x + 0.2 ) ; 1.05.05.0002559999996640.000512Pole Accuracy1610101340No PoleNANONENONENONE78134 SecondsDone 257 add_full_lin diffeq.rbadd_full_lin Ruby resultsOK
2014-01-31T01:09:05-06:00Rubyadd_lin_cdiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + 0.3 ; -5.05.05.0099999999998750.01Display Interval1610111430No PoleNANONENONENONE10011 SecondsDone 257 add_lin_c diffeq.rbadd_lin_c Ruby resultsOK
2014-01-31T01:09:06-06:00Rubyadd_lin_fulldiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + sin ( 0.3 * x + 0.1 ) ; -5.05.05.00038399999926050.000512Pole Accuracy1610101440No PoleNANONENONENONE1953213 SecondsDone 257 add_lin_full diffeq.rbadd_lin_full Ruby resultsOK
2014-01-31T01:09:20-06:00Rubyadd_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + ( 0.3 * x + 0.1 ) ; -5.05.05.0099999999998750.01Display Interval1610111530No PoleNANONENONENONE10010 SecondsDone 257 add_lin_lin diffeq.rbadd_lin_lin Ruby resultsOK
2014-01-31T01:09:21-06:00Rubyadddiff ( y , x , 1 ) = sin ( x ) + sin ( x ) ; -5.05.05.0000000000047140.000128Pole Accuracy1610101440No PoleNANONENONENONE7812541 SecondsDone 257 add diffeq.rbadd Ruby resultsOK
2014-01-31T01:10:02-06:00Rubyadd_sin_cdiff ( y , x , 1 ) = sin ( x ) + 1.0 ; -5.05.05.0000000000047140.000128Pole Accuracy1610101340No PoleNANONENONENONE7812538 SecondsDone 257 add_sin_c diffeq.rbadd_sin_c Ruby resultsOK
2014-01-31T01:10:41-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.01Display Interval1610111530No PoleNANONENONENONE10010 SecondsDone 257 add_sub_sin_c_cos_c_tan_c diffeq.rbadd_sub_sin_c_cos_c_tan_c Ruby resultsOK
2014-01-31T01:10:42-06:00Rubyarccos_sqrtdiff ( y , x , 1 ) = arccos ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.00.50.50000000000000020.01Display Interval161012830Real Sing2.0NONE2.0002204141583992NONE500 SecondsDone 257 arccos_sqrt diffeq.rbarccos_sqrt Ruby resultsPoor Accuracy
2014-01-31T01:10:43-06:00Rubyarccos_sqrt_sm_hdiff ( y , x , 1 ) = arccos ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.00.50.39085799999646061.0e-06Max H1610101230Real Sing2.0NONE2.0002204141583957NONE39085810 Minutes 0 Seconds12 Minutes 47.54021271792817 Seconds 257 arccos_sqrt_sm_h diffeq.rbarccos_sqrt_sm_h Ruby resultsSmall H
2014-01-31T01:20:44-06:00Rubyarcsin_c_arccos_c_arctan_cdiff ( y , x , 1 ) = arcsin ( 0.1 ) + arccos ( 0.1 ) + arctan ( 0.1 ) ; -5.05.05.0099999999998750.01Display Interval1610111530No PoleNANONENONENONE10011 SecondsDone 257 arcsin_c_arccos_c_arctan_c diffeq.rbarcsin_c_arccos_c_arctan_c Ruby resultsOK
2014-01-31T01:20:45-06:00Rubyarcsin_sqrtdiff ( y , x , 1 ) = arcsin ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.00.50.50000000000000020.01Display Interval161012830Real Sing2.0NONE2.0002204141583992NONE500 SecondsDone 257 arcsin_sqrt diffeq.rbarcsin_sqrt Ruby resultsPoor Accuracy
2014-01-31T01:20:46-06:00Rubyarcsin_sqrt_sm_hdiff ( y , x , 1 ) = arcsin ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.00.50.39613199999631951.0e-06Max H1610101230Real Sing2.0NONE2.0002204141583957NONE39613210 Minutes 0 Seconds12 Minutes 37.32140468677778 Seconds 257 arcsin_sqrt_sm_h diffeq.rbarcsin_sqrt_sm_h Ruby resultsSmall H
2014-01-31T01:30:46-06:00Rubyarctan_sqrtdiff ( y , x , 1 ) = arctan ( sqrt ( 0.1 * x + 0.2 ) ) ; -1.00.50.5000000000000010.01Display Interval161011740Real Sing1.0NONE0.9999434270543419NONE1501 SecondsDone 257 arctan_sqrt diffeq.rbarctan_sqrt Ruby resultsPoor Accuracy
2014-01-31T01:30:47-06:00Rubyarctan_sqrt_sm_hdiff ( y , x , 1 ) = arctan ( sqrt ( 0.1 * x + 0.2 ) ) ; -1.00.5-0.87562099999642341.0e-06Max H1610101240Real Sing1.0NONENONENONE12437910 Minutes 0 Seconds2 Hours 0 Minutes 35.89001426370669 Seconds 257 arctan_sqrt_sm_h diffeq.rbarctan_sqrt_sm_h Ruby resultsSmall H
2014-01-31T01:40:47-06:00Rubycosh_sqrtdiff ( y , x , 1 ) = cosh ( sqrt ( 0.1 * x + 0.2 ) ) ; -1.9-1.8-1.79999999999934485.0e-06Max H1610111030Real Sing0.10000000000000009NONE0.09967664519429165NONE2000026 SecondsDone 257 cosh_sqrt diffeq.rbcosh_sqrt Ruby resultsOK
2014-01-31T01:41:14-06:00Rubycosdiff ( y , x , 1 ) = cos ( x ) ; -5.05.05.0000000000047140.000128Pole Accuracy161091140No PoleNANONENONENONE7812537 SecondsDone 257 cos diffeq.rbcos Ruby resultsOK
2014-01-31T01:41:52-06:00Rubycos_sqrt_lindiff ( y , x , 1 ) = cos ( sqrt ( 2.0 * x + 3.0 ) ) ; -1.4-1.3-1.29999999999934485.0e-06Max H161011730Real Sing0.10000000000000009NONE0.09967108794652817NONE2000033 SecondsDone 257 cos_sqrt_lin diffeq.rbcos_sqrt_lin Ruby resultsPoor Accuracy
2014-01-31T01:42:25-06:00Rubycos_sqrt_lin_sm_hdiff ( y , x , 1 ) = cos ( sqrt ( 2.0 * x + 3.0 ) ) ; -1.4-1.3-1.39617448002324941.0e-08Max H1610131630Real Sing0.10000000000000009NONENONENONE38255210 Minutes 0 Seconds4 Hours 21 Minutes 24.101383245766556 Seconds 257 cos_sqrt_lin_sm_h diffeq.rbcos_sqrt_lin_sm_h Ruby resultsSmall H
2014-01-31T01:52:25-06:00Rubydiff0diff ( y , x , 1 ) = y ; -5.05.05.0099999999998750.01Display Interval1610111330No PoleNANONENONENONE10011 SecondsDone 257 diff0 diffeq.rbdiff0 Ruby resultsOK
2014-01-31T01:52:26-06:00Rubydiff2diff ( y , x , 3 ) = m1 * diff ( y , x , 1 ) ; -1.01.01.00000000000018230.000128Pole Accuracy1610101340No PoleNANONENONENONE1562522 SecondsDone 257 diff2 diffeq.rbdiff2 Ruby resultsOK
2014-01-31T01:52:50-06:00Rubydiffdiff ( y , x , 2 ) = diff ( y , x , 1 ) ; -5.05.05.0099999999998750.01Display Interval1610111330No PoleNANONENONENONE10011 SecondsDone 257 diff diffeq.rbdiff Ruby resultsOK
2014-01-31T01:52:51-06:00Rubydiv_c_expdiff ( y , x , 1 ) = 2.0 / exp ( x ) ; 1.05.05.0099999999999370.01Display Interval1610101330No PoleNANONENONENONE4011 SecondsDone 257 div_c_exp diffeq.rbdiv_c_exp Ruby resultsOK
2014-01-31T01:52:52-06:00Rubydiv_c_lindiff ( y , x , 1 ) = 2.0 / ( 0.2 * x + 0.3 ) ; 2.53.13.1099999999999870.01Display Interval1610111430Real Sing4.0NONENONENONE610 SecondsDone 257 div_c_lin diffeq.rbdiv_c_lin Ruby resultsPROBLEM - Missing Singularity
2014-01-31T01:52:53-06:00Rubydiv_exp_expdiff ( y , x , 1 ) = exp ( 0.1 * x ) / exp ( 0.2 * x ) ; -5.05.05.0099999999998750.01Display Interval1610111430No PoleNANONENONENONE10010 SecondsDone 257 div_exp_exp diffeq.rbdiv_exp_exp Ruby resultsOK
2014-01-31T01:52:55-06:00Rubydiv_lin_cdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / 2.0 ; -5.05.05.0099999999998750.01Display Interval1610111530No PoleNANONENONENONE10010 SecondsDone 257 div_lin_c diffeq.rbdiv_lin_c Ruby resultsOK
2014-01-31T01:52:56-06:00Rubydiv_lin_expdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / exp ( x ) ; 1.05.05.0099999999999370.01Display Interval1610101330No PoleNANONENONENONE4010 SecondsDone 257 div_lin_exp diffeq.rbdiv_lin_exp Ruby resultsOK
2014-01-31T01:52:58-06:00Rubydiv_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) / ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.01Display Interval1610111430Real Sing1.6NONE1.600000000000001NONE4911 SecondsDone 257 div_lin_lin diffeq.rbdiv_lin_lin Ruby resultsOK
2014-01-31T01:52:59-06:00Rubydiv_sin_cdiff ( y , x , 1 ) = sin ( x ) / 2.0 ; -5.05.05.0000000000047140.000128Pole Accuracy1610101440No PoleNANONENONENONE7812536 SecondsDone 257 div_sin_c diffeq.rbdiv_sin_c Ruby resultsOK
2014-01-31T01:53:36-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.01Display Interval1610111130Real Sing0.6NONE0.599999999999995NONE900 SecondsDone 257 div_sin_lin_new diffeq.rbdiv_sin_lin_new Ruby resultsOK
2014-01-31T01:53:37-06:00Rubyexp_sqrtdiff ( y , x , 1 ) = exp ( sqrt ( 0.1 * x + 0.2 ) ) ; 2.03.03.00999999999997850.01Display Interval161011540Real Sing4.0NONE3.998306897543635NONE1010 SecondsDone 257 exp_sqrt diffeq.rbexp_sqrt Ruby resultsPoor Accuracy
2014-01-31T01:53:38-06:00Rubyexp_sqrt_sm_hdiff ( y , x , 1 ) = exp ( sqrt ( 0.1 * x + 0.2 ) ) ; 2.03.02.03243639994691531.0e-07Max H1610101240Real Sing4.0NONENONENONE32436410 Minutes 0 Seconds5 Hours 8 Minutes 17.680112895883212 Seconds 257 exp_sqrt_sm_h diffeq.rbexp_sqrt_sm_h Ruby resultsSmall H
2014-01-31T02:03:38-06:00Rubyexpt_c_cdiff ( y , x , 1 ) = expt ( 2.0 , 3.0 ) ; -5.05.05.0099999999998750.01Display Interval1610111630No PoleNANONENONENONE10011 SecondsDone 257 expt_c_c diffeq.rbexpt_c_c Ruby resultsOK
2014-01-31T02:03:39-06:00Rubyexpt_c_lindiff ( y , x , 1 ) = expt ( 2.0 , ( 0.2 * x + 0.3 ) ) ; 1.05.05.0099999999999370.01Display Interval1610111530Not GivenNANONENONENONE4011 SecondsDone 257 expt_c_lin diffeq.rbexpt_c_lin Ruby resultsOK
2014-01-31T02:03:40-06:00Rubyexpt_c_sin_newdiff ( y , x , 1 ) = expt ( 2.0 , sin ( x ) ) * cos ( x ) * ln ( 2.0 ) ; 1.41.00.9999999999999996-0.01Display Interval161012430Not GivenNANONENONENONE400 Seconds0.0 Seconds 257 expt_c_sin_new diffeq.rbexpt_c_sin_new Ruby resultsPoor Accuracy
2014-01-31T02:03:41-06:00Rubyexpt_c_sin_new_sm_hdiff ( y , x , 1 ) = expt ( 2.0 , sin ( x ) ) * cos ( x ) * ln ( 2.0 ) ; 1.41.01.3511467999714761-1.0e-07Max H1610101130Not GivenNANONENONENONE48853210 Minutes 0 Seconds10 Minutes 0.0 Seconds 257 expt_c_sin_new_sm_h diffeq.rbexpt_c_sin_new_sm_h Ruby resultsSmall H
2014-01-31T02:13:41-06:00Rubyexpt_c_sindiff ( y , x , 1 ) = expt ( 2.0 , sin ( x ) ) ; 0.15.05.0099999999999380.01Display Interval161011Unknown30Not GivenNANONENONENONE4911 SecondsDone 257 expt_c_sin diffeq.rbexpt_c_sin Ruby resultsOK
2014-01-31T02:13:42-06:00Rubyexpt_lin_cdiff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , 2.0 ) ; 0.15.05.0099999999999380.01Display Interval1610111430No PoleNANONENONENONE4910 SecondsDone 257 expt_lin_c diffeq.rbexpt_lin_c Ruby resultsOK
2014-01-31T02:13:43-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.00000000000000070.01Display Interval161011630Not GivenNANONENONENONE900 SecondsDone 257 expt_lin_lin_new diffeq.rbexpt_lin_lin_new Ruby resultsPoor Accuracy
2014-01-31T02:13:44-06:00Rubyexpt_lin_lin_new_sm_hdiff ( 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.00.63428599999732261.0e-06Max H161091230Not GivenNANONENONENONE53428610 Minutes 0 Seconds16 Minutes 50.692755022499114 Seconds 257 expt_lin_lin_new_sm_h diffeq.rbexpt_lin_lin_new_sm_h Ruby resultsSmall H
2014-01-31T02:23:44-06:00Rubyexpt_lin_lindiff ( y , x , 1 ) = expt ( ( 0.1 * x + 0.2 ) , ( 0.2 * x + 0.3 ) ) ; 0.15.05.0099999999999380.01Display Interval161011Unknown30Not GivenNANONENONENONE4911 SecondsDone 257 expt_lin_lin diffeq.rbexpt_lin_lin Ruby resultsOK
2014-01-31T02:23:45-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.00000000000000070.01Display Interval161011730Not GivenNANONENONENONE900 SecondsDone 257 expt_lin_sin_new diffeq.rbexpt_lin_sin_new Ruby resultsOK
2014-01-31T02:23:46-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.00.375716999996786371.0e-06Max H1610101230Not GivenNANONENONENONE27571710 Minutes 0 Seconds32 Minutes 38.52283857526163 Seconds 257 expt_lin_sin_new_sm_h diffeq.rbexpt_lin_sin_new_sm_h Ruby resultsPROBLEM - Missing Singularity - REDUCED H
2014-01-31T02:33:47-06:00Rubyexpt_lin_sindiff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , sin ( x ) ) ; 0.15.05.0099999999999380.01Display Interval161011Unknown30Not GivenNANONENONENONE4911 SecondsDone 257 expt_lin_sin diffeq.rbexpt_lin_sin Ruby resultsOK
2014-01-31T02:33:48-06:00Rubyexpt_sin_cdiff ( y , x , 1 ) = expt ( sin ( 0.2 * x + 0.3 ) , 2.0 ) ; 0.10.20.200000000000013283.2e-05Pole Accuracy1610111140Not GivenNANONENONENONE31256 SecondsDone 257 expt_sin_c diffeq.rbexpt_sin_c Ruby resultsOK
2014-01-31T02:33:56-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.110009999999996121.0e-05Max H1610121640Real Sing0.1NONE0.10000033550890358NONE10014 SecondsDone 257 expt_sin_lin_new diffeq.rbexpt_sin_lin_new Ruby resultsOK
2014-01-31T02:34:01-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.110000000000011.0e-06Max H1610121630Real Sing2.1NONE0.1000002291952065NONE1000024 SecondsDone 257 expt_sin_lin_new_sm_h diffeq.rbexpt_sin_lin_new_sm_h Ruby resultsREDUCED H
2014-01-31T02:34:26-06:00Rubyexpt_sin_lindiff ( y , x , 1 ) = expt ( sin ( x ) , ( 0.2 * x + 0.3 ) ) ; 0.13.03.00023811918782530.006105764461448019Pole161011Unknown30Not GivenNANONENONENONE4751 SecondsDone 257 expt_sin_lin diffeq.rbexpt_sin_lin Ruby resultsOK
2014-01-31T02:34:27-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.81000000000028762.0e-06Pole Accuracy1610121640Not GivenNANONENONENONE500031 SecondsDone 257 expt_sin_sin_new diffeq.rbexpt_sin_sin_new Ruby resultsOK
2014-01-31T02:34:59-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-06Max H1610121640Not GivenNANONENONENONE100011 Minutes 0 SecondsDone 257 expt_sin_sin_new_sm_h diffeq.rbexpt_sin_sin_new_sm_h Ruby resultsREDUCED H
2014-01-31T02:36:00-06:00Rubyexpt_sin_sindiff ( y , x , 1 ) = expt ( sin ( 0.1 * x ) , sin ( 0.2 * x ) ) ; 0.15.05.0099999999999380.01Display Interval161011Unknown30Not GivenNANONENONENONE4911 SecondsDone 257 expt_sin_sin diffeq.rbexpt_sin_sin Ruby resultsOK
2014-01-31T02:36:01-06:00Rubyh2sindiff ( y , x , 2 ) = sin ( x ) ; 0.15.05.00009600000235550.000128Pole Accuracy1610101440No PoleNANONENONENONE3828230 SecondsDone 257 h2sin diffeq.rbh2sin Ruby resultsOK
2014-01-31T02:36:32-06:00Rubyh3sindiff ( y , x , 3 ) = sin ( x ) ; 0.11.51.50006399999972230.000128Pole Accuracy1610101340No PoleNANONENONENONE1093812 SecondsDone 257 h3sin diffeq.rbh3sin Ruby resultsOK
2014-01-31T02:36:44-06:00Rubyh5h3diff ( y , x , 5 ) = m1 * diff ( y , x , 3 ) ; 0.11.51.50006399999972230.000128Pole Accuracy161091240No PoleNANONENONENONE1093827 SecondsDone 257 h5h3 diffeq.rbh5h3 Ruby resultsOK
2014-01-31T02:37:12-06:00Rubylin_arccosdiff ( y , x , 1 ) = arccos ( 0.1 * x + 0.2 ) ; -0.80.80.8000000000000010.01Display Interval161011930Not GivenNANONENONENONE1600 SecondsDone 257 lin_arccos diffeq.rblin_arccos Ruby resultsPoor Accuracy
2014-01-31T02:37:13-06:00Rubylin_arccos_sm_hdiff ( y , x , 1 ) = arccos ( 0.1 * x + 0.2 ) ; -0.80.80.305758000000904641.0e-06Max H1610101330Not GivenNANONENONENONE110575810 Minutes 0 Seconds14 Minutes 28.181945613117023 Seconds 257 lin_arccos_sm_h diffeq.rblin_arccos_sm_h Ruby resultsSmall H
2014-01-31T02:47:14-06:00Rubylin_arcsindiff ( y , x , 1 ) = arcsin ( 0.1 * x + 0.2 ) ; -0.80.80.8000000000000010.01Display Interval161012930Not GivenNANONENONENONE1600 SecondsDone 257 lin_arcsin diffeq.rblin_arcsin Ruby resultsPoor Accuracy
2014-01-31T02:47:15-06:00Rubylin_arcsin_sm_hdiff ( y , x , 1 ) = arcsin ( 0.1 * x + 0.2 ) ; -0.80.80.030877000002177351.0e-06Max H1610101530Not GivenNANONENONENONE83087710 Minutes 0 Seconds19 Minutes 15.404283176933632 Seconds 257 lin_arcsin_sm_h diffeq.rblin_arcsin_sm_h Ruby resultsSmall H
2014-01-31T02:57:15-06:00Rubylin_arctandiff ( y , x , 1 ) = arctan ( 0.1 * x + 0.2 ) ; -1.0-0.6-0.59999999999999960.01Display Interval161012730Not GivenNANONENONENONE400 SecondsDone 257 lin_arctan diffeq.rblin_arctan Ruby resultsPoor Accuracy
2014-01-31T02:57:16-06:00Rubylin_arctan_sm_hdiff ( y , x , 1 ) = arctan ( 0.1 * x + 0.2 ) ; -1.0-0.6-0.70845599999161651.0e-06Max H1610101130Not GivenNANONENONENONE29154410 Minutes 0 Seconds13 Minutes 43.200535056676244 Seconds 257 lin_arctan_sm_h diffeq.rblin_arctan_sm_h Ruby resultsSmall H
2014-01-31T03:07:16-06:00Rubylin_coshdiff ( y , x , 1 ) = cosh ( 2.0 * x + 3.0 ) ; 0.12.00.49478451197967642.56e-07Pole Accuracy1610101130No PoleNANONENONENONE154212710 Minutes 0 Seconds48 Minutes 7.649404089186191 Seconds 257 lin_cosh diffeq.rblin_cosh Ruby resultsOK
2014-01-31T03:17:17-06:00Rubylin_expdiff ( y , x , 1 ) = exp ( 0.1 * x + 0.2 ) ; 1.010.010.0099999999998310.01Display Interval1610111430No PoleNANONENONENONE9011 SecondsDone 257 lin_exp diffeq.rblin_exp Ruby resultsOK
2014-01-31T03:17:18-06:00Rubylin_lndiff ( y , x , 1 ) = ln ( 0.1 * x + 0.2 ) ; 20.030.030.0000000000015630.01Display Interval1610111330Real Sing22.0NONE21.9999999999999NONE10000 SecondsDone 257 lin_ln diffeq.rblin_ln Ruby resultsOK
2014-01-31T03:17:20-06:00Rubylin_sin_cosdiff ( y , x , 1 ) = sin ( 2.0 * x + 3.0 ) + cos ( 1.5 * x - 2.0 ) ; 0.15.05.0099999999999380.01Display Interval1610111430No PoleNANONENONENONE4910 SecondsDone 257 lin_sin_cos diffeq.rblin_sin_cos Ruby resultsOK
2014-01-31T03:17:21-06:00Rubylin_sinhdiff ( y , x , 1 ) = sinh ( 2.0 * x + 3.0 ) ; 0.12.02.0000197119989786.5536e-05Pole Accuracy1610101340No PoleNANONENONENONE2899213 SecondsDone 257 lin_sinh diffeq.rblin_sinh Ruby resultsOK
2014-01-31T03:17:35-06:00Rubylin_tanhdiff ( y , x , 1 ) = tanh ( 3.0 * x + 1.0 ) ; 1.12.02.0000000000000010.01Display Interval1610121640No PoleNANONENONENONE900 SecondsDone 257 lin_tanh diffeq.rblin_tanh Ruby resultsOK
2014-01-31T03:17:36-06:00Rubylin_tandiff ( y , x , 1 ) = tan ( 2.0 * x + 3.0 ) ; -1.0-0.9-0.89999999999999990.01Display Interval1610121630Real Sing0.1953981629999999NONE0.1953981633974448NONE100 SecondsDone 257 lin_tan diffeq.rblin_tan Ruby resultsOK
2014-01-31T03:17:37-06:00Rubyln_c_exp_c_sqrt_cdiff ( y , x , 1 ) = ln ( 0.1 ) + exp ( 0.1 ) + sqrt ( 0.1 ) ; 0.15.05.0099999999999380.01Display Interval1610111430No PoleNANONENONENONE4910 SecondsDone 257 ln_c_exp_c_sqrt_c diffeq.rbln_c_exp_c_sqrt_c Ruby resultsOK
2014-01-31T03:17:38-06:00Rubyln_sqrtdiff ( y , x , 1 ) = ln ( sqrt ( 0.1 * x + 0.2 ) ) ; 10.011.011.0099999999999780.01Display Interval161012940Real Sing12.0NONE12.01231591932949NONE1011 SecondsDone 257 ln_sqrt diffeq.rbln_sqrt Ruby resultsPoor Accuracy
2014-01-31T03:17:40-06:00Rubyln_sqrt_sm_hdiff ( y , x , 1 ) = ln ( sqrt ( 0.1 * x + 0.2 ) ) ; 10.011.010.3290939997537061.0e-06Max H1610101240Real Sing12.0NONENONENONE32909410 Minutes 0 Seconds30 Minutes 23.181757392364716 Seconds 257 ln_sqrt_sm_h diffeq.rbln_sqrt_sm_h Ruby resultsSmall H
2014-01-31T03:27:40-06:00Rubymtest1diff ( y1 , x , 1 ) = m1 * y2 + 1.0 ; 0.110.02.4566079999998120.000128Pole Accuracy161091340No PoleNANONENONENONE184119 Minutes 59 Seconds41 Minutes 57.23431729327103 Seconds 257 mtest1 diffeq.rbmtest1 Ruby resultsOK
dittodittodittodiff ( y2 , x , 1 ) = y1 - 1.0 ; dittodittodittodittodittodittoditto1014dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-31T03:37:40-06:00Rubymtest2diff ( y1 , x , 1 ) = m1 * y2 ; 0.20.60.60000000000000030.01Display Interval161012330No PoleNANONENONENONE400 SecondsDone 257 mtest2 diffeq.rbmtest2 Ruby resultsPoor Accuracy -- BAD TEST??
dittodittodittodiff ( y2 , x , 1 ) = y1 ; dittodittodittodittodittodittoditto122dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-31T03:37:42-06:00Rubymtest2_sm_hdiff ( y1 , x , 1 ) = m1 * y2 ; 0.20.60.25601499999988911.0e-06Max H161010330No PoleNANONENONENONE5601510 Minutes 0 Seconds1 Hours 11 Minutes 24.49014568115126 Seconds 257 mtest2_sm_h diffeq.rbmtest2_sm_h Ruby resultsSmall H -- BAD TEST??
dittodittodittodiff ( y2 , x , 1 ) = y1 ; dittodittodittodittodittodittoditto102dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-31T03:47:42-06:00Rubymtest3diff ( y2 , x , 1 ) = m1 * y1 + 1.0 ; 0.10.50.50000000000002330.000128Pole Accuracy1610101440No PoleNANONENONENONE31251 Minutes 39 SecondsDone 257 mtest3 diffeq.rbmtest3 Ruby resultsOK
dittodittodittodiff ( y1 , x , 1 ) = y2 - 1.0 ; dittodittodittodittodittodittoditto1115dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-31T03:49:22-06:00Rubymtest4diff ( y2 , x , 3 ) = m1 * cos ( x ) ; 0.15.01.28719999999987870.000128Pole Accuracy1610101440No PoleNANONENONENONE927510 Minutes 0 Seconds41 Minutes 16.14812419171585 Seconds 257 mtest4 diffeq.rbmtest4 Ruby resultsOK
dittodittodittodiff ( y1 , x , 1 ) = m1 * y2 ; dittodittodittodittodittodittoditto1013dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-31T03:59:23-06:00Rubymtest5diff ( y1 , x , 1 ) = m1 * y2 ; 0.55.05.0099999999999380.01Display Interval1610111230No PoleNANONENONENONE4516 SecondsDone 257 mtest5 diffeq.rbmtest5 Ruby resultsOK
dittodittodittodiff ( y2 , x , 2 ) = diff ( y1 , x , 1 ) ; dittodittodittodittodittodittoditto1113dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-31T03:59:30-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.55217000000150021.0e-06Max H161010630Not GivenNANONENONENONE5217010 Minutes 0 Seconds57 Minutes 30.192635656283983 Seconds 257 mtest6_rev_sm_h diffeq.rbmtest6_rev_sm_h Ruby resultsREDUCED H -- BAD TEST??
dittodittodittodiff ( x1 , t , 1 ) = 4.0 * x2 - 2.0 * diff ( x2 , t , 1 ) - 2.0 * x1 ; dittodittodittodittodittodittoditto106dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-31T04:09:31-06:00Rubymtest6_sm_hdiff ( x1 , t , 1 ) = 4.0 * x2 - 2.0 * diff ( x2 , t , 1 ) - 2.0 * x1 ; 0.50.80.55168500000148621.0e-06Max H161010630Not GivenNANONENONENONE5168510 Minutes 0 Seconds58 Minutes 2.5678132342222852 Seconds 257 mtest6_sm_h diffeq.rbmtest6_sm_h Ruby resultsREDUCED H -- BAD TEST??
dittodittodittodiff ( x2 , t , 2 ) = 3.0 * diff ( x2 , t , 1 ) - 2.0 * x2 - diff ( x1 , t , 2 ) - diff ( x1 , t , 1 ) + x1 ; dittodittodittodittodittodittoditto106dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-31T04:19:31-06:00Rubymtest7diff ( y2 , x , 5 ) = y1 ; 0.10.50.50000000000002330.000128Pole Accuracy1610111440No PoleNANONENONENONE31252 Minutes 3 SecondsDone 257 mtest7 diffeq.rbmtest7 Ruby resultsOK
dittodittodittodiff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 4 ) ; dittodittodittodittodittodittoditto1114dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-31T04:21:36-06:00Rubymtest8diff ( y2 , x , 4 ) = y1 - 1.0 ; 0.11.41.40009599999979570.000128Pole Accuracy1610101540No PoleNANONENONENONE101576 Minutes 31 SecondsDone 257 mtest8 diffeq.rbmtest8 Ruby resultsOK
dittodittodittodiff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 3 ) ; dittodittodittodittodittodittoditto1014dittodittodittodittodittodittodittodittodittodittodittodittoditto
2014-01-31T04:28:09-06:00Rubymult2diff ( y , x , 1 ) = sin ( x ) * cos ( x ) ; 0.11.00.36117439488556513.2768e-07Pole Accuracy1610101230No PoleNANONENONENONE79704110 Minutes 0 Seconds34 Minutes 27.581405640964476 Seconds 257 mult2 diffeq.rbmult2 Ruby resultsOK
2014-01-31T04:38:09-06:00Rubymult_c_lindiff ( y , x , 1 ) = 2.0 * ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.01Display Interval1610111430No PoleNANONENONENONE4910 SecondsDone 257 mult_c_lin diffeq.rbmult_c_lin Ruby resultsOK
2014-01-31T04:38:10-06:00Rubymult_c_sindiff ( y , x , 1 ) = 2.0 * sin ( x ) ; 0.15.05.00009600000235550.000128Pole Accuracy1610101240No PoleNANONENONENONE3828217 SecondsDone 257 mult_c_sin diffeq.rbmult_c_sin Ruby resultsOK
2014-01-31T04:38:27-06:00Rubymult_div_sinh_cosh_tanhdiff ( y , x , 1 ) = sinh ( 0.1 ) * cosh ( 0.05 ) / tanh ( 0.02 ) ; 0.15.05.0099999999999380.01Display Interval1610111530No PoleNANONENONENONE4910 SecondsDone 257 mult_div_sinh_cosh_tanh diffeq.rbmult_div_sinh_cosh_tanh Ruby resultsOK
2014-01-31T04:38:28-06:00Rubymult_lin_cdiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * 2.0 ; 0.15.05.0099999999999380.01Display Interval1610111430No PoleNANONENONENONE4910 SecondsDone 257 mult_lin_c diffeq.rbmult_lin_c Ruby resultsOK
2014-01-31T04:38:29-06:00Rubymult_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) * ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.01Display Interval1610111430No PoleNANONENONENONE4910 SecondsDone 257 mult_lin_lin diffeq.rbmult_lin_lin Ruby resultsOK
2014-01-31T04:38:30-06:00Rubymult_lin_sindiff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * sin ( x ) ; 0.15.05.0099999999999380.01Display Interval1610111430No PoleNANONENONENONE4910 SecondsDone 257 mult_lin_sin diffeq.rbmult_lin_sin Ruby resultsOK
2014-01-31T04:38:31-06:00Rubymultdiff ( y , x , 1 ) = x * x ; 0.110.010.0099999999998310.01Display Interval1610111430No PoleNANONENONENONE9911 SecondsDone 257 mult diffeq.rbmult Ruby resultsOK
2014-01-31T04:38:32-06:00Rubymult_sin_cdiff ( y , x , 1 ) = sin ( x ) * 2.0 ; 0.15.05.00009600000235550.000128Pole Accuracy1610101240No PoleNANONENONENONE3828217 SecondsDone 257 mult_sin_c diffeq.rbmult_sin_c Ruby resultsOK
2014-01-31T04:38:50-06:00Rubymult_sin_lindiff ( y , x , 1 ) = sin ( x ) * ( 0.2 * x + 0.3 ) ; 0.15.05.0099999999999380.01Display Interval1610111430No PoleNANONENONENONE4910 SecondsDone 257 mult_sin_lin diffeq.rbmult_sin_lin Ruby resultsOK
2014-01-31T04:38:50-06:00Rubymult_sin_sindiff ( y , x , 1 ) = sin ( x ) * sin ( x ) ; 0.11.01.000000287171461.0e-06Min H (Pole)1610101130No PoleNANONE0.0046018638500330495NONE2148002 Minutes 50 SecondsDone 257 mult_sin_sin diffeq.rbmult_sin_sin Ruby resultsPROBLEM - False Singularity
2014-01-31T04:41:41-06:00Rubynonlinear1diff ( y , x , 1 ) = y * y ; 0.00.50.50000000000000020.01Display Interval1610121620Real Sing0.50999999999999980.50999999999999990.5099999999999992NONE500 SecondsDone 257 nonlinear1 diffeq.rbnonlinear1 Ruby resultsOK
2014-01-31T04:41:42-06:00Rubynonlinear2diff ( y , x , 1 ) = y * y ; 0.00.20.200000000000000040.01Display Interval1610121620Real Sing0.309999999999999940.309999999999999940.31000000000000044NONE200 SecondsDone 257 nonlinear2 diffeq.rbnonlinear2 Ruby resultsOK
2014-01-31T04:41:43-06:00Rubysing1diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 0.000001 ) / ( x * x + 0.000001 ) ; -2.0-1.5-1.8814728999307961.0e-07Max H1610101120Complex Sing1.8900002644860205NONE1.89000529098640181.8900000831511612118527110 Minutes 0 Seconds42 Minutes 11.064598040279634 Seconds 257 sing1 diffeq.rbsing1 Ruby resultsOK
2014-01-31T04:51:43-06:00Rubysing2diff ( y , x , 1 ) = 1.0 / ( x * x + 1.0 ) ; -2.0-1.5-1.49999999999999960.01Display Interval1610121620Complex Sing1.811104635298579NONENONE1.8111046352985773500 SecondsDone 257 sing2 diffeq.rbsing2 Ruby resultsOK
2014-01-31T04:51:44-06:00Rubysing3diff ( y , x , 1 ) = m1 * 2.0 / x / x / x ; -2.0-0.7-0.69999999999999880.01Display Interval1610121020Real Sing0.7099999999999989NONE0.7099999999999977NONE1300 SecondsDone 257 sing3 diffeq.rbsing3 Ruby resultsOK
2014-01-31T04:51:45-06:00Rubysing4diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 1.0 ) / ( x * x + 1.0 ) ; -2.0-1.0-0.99999999999999910.01Display Interval1610111640Complex Sing1.4213022197970417NONENONE1.42130221979703621000 SecondsDone 257 sing4 diffeq.rbsing4 Ruby resultsOK
2014-01-31T04:51:46-06:00Rubysing5diff ( y , x , 1 ) = m1 * 3.0 / x / x / x / x ; -1.0-0.7-0.69999999999999970.01Display Interval1610121020Real Sing0.7099999999999997NONE0.710000000000003NONE300 SecondsDone 257 sing5 diffeq.rbsing5 Ruby resultsOK
2014-01-31T04:51:47-06:00Rubysing6diff ( y , x , 1 ) = m1 * 2.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 2.03.03.00999999999997850.01Display Interval1610121420Real Sing3.0000000000000213NONE3.0000000000000413NONE1010 SecondsDone 257 sing6 diffeq.rbsing6 Ruby resultsOK
2014-01-31T04:51:48-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.01Display Interval1610111230Real Sing3.0000000000000213NONE3.0000000000000018NONE1011 SecondsDone 257 sing7 diffeq.rbsing7 Ruby resultsOK
2014-01-31T04:51:50-06:00Rubysinh_sqrtdiff ( y , x , 1 ) = sinh ( sqrt ( 0.1 * x + 0.2 ) ) ; 2.03.03.00999999999997850.01Display Interval161012440Real Sing4.0NONE3.9996960949932214NONE1011 SecondsDone 257 sinh_sqrt diffeq.rbsinh_sqrt Ruby resultsPoor Accuracy
2014-01-31T04:51:51-06:00Rubysinh_sqrt_sm_hdiff ( y , x , 1 ) = sinh ( sqrt ( 0.1 * x + 0.2 ) ) ; 2.03.02.023726399961171.0e-07Max H1610101140Real Sing4.0NONENONENONE23726410 Minutes 0 Seconds7 Hours 1 Minutes 28.17992463900373 Seconds 257 sinh_sqrt_sm_h diffeq.rbsinh_sqrt_sm_h Ruby resultsSmall H
2014-01-31T05:01:52-06:00Rubysindiff ( y , x , 1 ) = sin ( x ) ; 0.11.01.00009600000008960.000128Pole Accuracy1610111440No PoleNANONENONENONE70323 SecondsDone 257 sin diffeq.rbsin Ruby resultsOK
2014-01-31T05:01:56-06:00Rubysin_sqrt_lindiff ( y , x , 1 ) = sin ( sqrt ( 2.0 * x + 3.0 ) ) ; 2.03.03.00999999999997850.01Display Interval161012440Real Sing3.5NONENONE3.9997343936147831010 SecondsDone 257 sin_sqrt_lin diffeq.rbsin_sqrt_lin Ruby resultsPoor Accuracy & PROBLEM - found complex singularity instead of real - COULD BE RIGHT!!!
2014-01-31T05:01:57-06:00Rubysin_sqrt_lin_sm_hdiff ( y , x , 1 ) = sin ( sqrt ( 2.0 * x + 3.0 ) ) ; 2.03.02.02364469996130361.0e-07Max H1610101040Real Sing3.5NONENONENONE23644710 Minutes 0 Seconds7 Hours 2 Minutes 55.55830381087435 Seconds 257 sin_sqrt_lin_sm_h diffeq.rbsin_sqrt_lin_sm_h Ruby resultsSmall H
2014-01-31T05:11:57-06:00Rubysqrtdiff ( y , x , 1 ) = sqrt ( x ) ; 0.10.50.50000000000000220.006250000000000044Pole1610121540Real Sing0.1NONE0.09999999999999959NONE640 SecondsDone 257 sqrt diffeq.rbsqrt Ruby resultsOK
2014-01-31T05:11:58-06:00Rubysqrt_tonediff ( y , x , 1 ) = sqrt ( x ) ; 0.51.51.50000000000000090.01Display Interval1610121640Real Sing0.5NONE0.4999999999999969NONE1000 SecondsDone 257 sqrt_tone diffeq.rbsqrt_tone Ruby resultsOK
2014-01-31T05:11:59-06:00Rubysqrt_sqrtdiff ( y , x , 1 ) = sqrt ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.10.50.50000000000000030.01Display Interval1610121640Real Sing2.1NONE2.0999999999999845NONE400 SecondsDone 257 sqrt_sqrt diffeq.rbsqrt_sqrt Ruby resultsOK
2014-01-31T05:12:00-06:00Rubysqrt_sqrt_tonediff ( y , x , 1 ) = sqrt ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.51.51.50000000000000090.01Display Interval1610121640Real Sing2.5NONE2.500000000000043NONE1000 SecondsDone 257 sqrt_sqrt_tone diffeq.rbsqrt_sqrt_tone Ruby resultsOK
2014-01-31T05:12:01-06:00Rubysqrt_sqrt_tzerodiff ( y , x , 1 ) = sqrt ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.00.50.50000000000000020.01Display Interval1610121640Real Sing2.0NONE2.0000000000000155NONE500 SecondsDone 257 sqrt_sqrt_tzero diffeq.rbsqrt_sqrt_tzero Ruby resultsOK
2014-01-31T05:12:02-06:00Rubysub_c_lindiff ( y , x , 1 ) = 0.3 - ( 0.1 * x + 0.2 ) ; 0.15.05.0099999999999380.01Display Interval1610111430No PoleNANONENONENONE4910 SecondsDone 257 sub_c_lin diffeq.rbsub_c_lin Ruby resultsOK
2014-01-31T05:12:03-06:00Rubysub_c_sindiff ( y , x , 1 ) = 1.0 - sin ( x ) ; 0.15.05.00009600000235550.000128Pole Accuracy1610101340No PoleNANONENONENONE3828219 SecondsDone 257 sub_c_sin diffeq.rbsub_c_sin Ruby resultsOK
2014-01-31T05:12:22-06:00Rubysub_full_lindiff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) - ( 0.1 * x + 0.2 ) ; 0.15.05.000351999999630.000512Pole Accuracy1610101440No PoleNANONENONENONE95714 SecondsDone 257 sub_full_lin diffeq.rbsub_full_lin Ruby resultsOK
2014-01-31T05:12:27-06:00Rubysub_lin_cdiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - 0.3 ; 0.15.05.0099999999999380.01Display Interval1610111430No PoleNANONENONENONE4910 SecondsDone 257 sub_lin_c diffeq.rbsub_lin_c Ruby resultsOK
2014-01-31T05:12:28-06:00Rubysub_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - ( 0.3 * x + 0.1 ) ; 0.15.05.0099999999999380.01Display Interval1610111430No PoleNANONENONENONE4910 SecondsDone 257 sub_lin_lin diffeq.rbsub_lin_lin Ruby resultsOK
2014-01-31T05:12:29-06:00Rubysub_lin_sindiff ( y , x , 1 ) = ( 0.1 * x + 1.0 ) - sin ( x ) ; 0.15.05.00009600000235550.000128Pole Accuracy1610101340No PoleNANONENONENONE3828220 SecondsDone 257 sub_lin_sin diffeq.rbsub_lin_sin Ruby resultsOK
2014-01-31T05:12:50-06:00Rubysubdiff ( y , x , 1 ) = sin ( x ) - cos ( x ) ; 0.010.010.0000000000073560.000128Pole Accuracy1610101340No PoleNANONENONENONE7812541 SecondsDone 257 sub diffeq.rbsub Ruby resultsOK
2014-01-31T05:13:31-06:00Rubysub_sin_cdiff ( y , x , 1 ) = sin ( x ) - 1 , 0 ; 0.15.05.00009600000235550.000128Pole Accuracy1610101240No PoleNANONENONENONE3828224 SecondsDone 257 sub_sin_c diffeq.rbsub_sin_c Ruby resultsOK
2014-01-31T05:13:55-06:00Rubysub_sin_cosdiff ( y , x , 1 ) = m1 * sin ( x ) - cos ( x ) ; 0.15.05.00009600000235550.000128Pole Accuracy1610101240No PoleNANONENONENONE3828242 SecondsDone 257 sub_sin_cos diffeq.rbsub_sin_cos Ruby resultsOK
2014-01-31T05:14:37-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.0001Max H161010740Real Sing2.5NONE2.5106177582937703NONE100001 Minutes 6 SecondsDone 257 tanh_sqrt_new diffeq.rbtanh_sqrt_new Ruby resultsPoor Accuracy
2014-01-31T05:15:45-06:00Rubytanh_sqrt_new_sm_hdiff ( 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.02.0077116999873791.0e-07Max H1610121640Real Sing2.5NONENONENONE7711710 Minutes 0 Seconds21 Hours 36 Minutes 42.84771155208 Seconds 257 tanh_sqrt_new_sm_h diffeq.rbtanh_sqrt_new_sm_h Ruby resultsSmakll H
2014-01-31T05:25:45-06:00Rubytan_sqrt_lindiff ( y , x , 1 ) = tan ( sqrt ( 2.0 * x + 3.0 ) ) ; 0.15.05.0099999999999380.01Display Interval161011Unknown40Real Sing1.6NONE1.4062916845008098NONE4911 SecondsDone 257 tan_sqrt_lin diffeq.rbtan_sqrt_lin Ruby resultsPROBLEM - Singularity not accurate
2014-01-31T05:25:47-06:00Rubytandiff ( y , x , 1 ) = tan ( x ) ; 0.11.51.5046058045614180.007354502470386642Pole1610121640Real Sing0.07354502490896886NONE0.07354502470386641NONE1410 SecondsDone 257 tan diffeq.rbtan Ruby resultsOK
2014-01-31T05:25:48-06:00Rubydiv_c_lin_backdiff ( y , x , 1 ) = 2.0 / ( 0.2 * x + 0.3 ) ; 3.12.52.490000000000013-0.01Display Interval1610121530Real Sing4.000000000000012NONENONENONE610 Seconds0.0 Seconds 257 div_c_lin_back diffeq.rbdiv_c_lin_back Ruby resultsPROBLEM - missing singularity
2014-01-31T05:25:49-06:00Rubysin_backdiff ( y , x , 1 ) = sin ( x ) ; -0.1-1.0-1.0000960000000896-0.000128Pole Accuracy1610111440No PoleNANONENONENONE70323 Seconds3.0 Seconds 257 sin_back diffeq.rbsin_back Ruby resultsOK
2014-01-31T05:25:52-06:00Rubysing1_backdiff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 0.000001 ) / ( x * x + 0.000001 ) ; -1.5-2.0-1.6097429000640753-1.0e-07Max H1610101120Complex Sing1.5000003333332963NONE1.50000666675733491.5000002658792668109742910 Minutes 0 Seconds10 Minutes 0.0 Seconds 257 sing1_back diffeq.rbsing1_back Ruby resultsOK
2014-01-31T05:35:53-06:00Rubysing2_backdiff ( y , x , 1 ) = 1.0 / ( x * x + 1.0 ) ; -1.5-2.0-2.0000000000000004-0.01Display Interval1610121620Complex Sing1.8027756377319946NONENONE1.8027756377320068500 Seconds0.0 Seconds 257 sing2_back diffeq.rbsing2_back Ruby resultsOK
2014-01-31T05:35:54-06:00Rubysing3_backdiff ( y , x , 1 ) = m1 * 2.0 / x / x / x ; -0.7-2.0-2.000000000000001-0.01Display Interval161011920Real Sing0.7NONE0.7000000000000023NONE1300 Seconds0.0 Seconds 257 sing3_back diffeq.rbsing3_back Ruby resultsPoor Accuracy
2014-01-31T05:35:55-06:00Rubysing3_back_sm_hdiff ( y , x , 1 ) = m1 * 2.0 / x / x / x ; -0.7-2.0-1.7167659999496607-1.0e-06Max H161091120Real Sing0.7NONE0.6999999999999992NONE101676610 Minutes 0 Seconds10 Minutes 0.0 Seconds 257 sing3_back_sm_h diffeq.rbsing3_back_sm_h Ruby resultsSmall H
2014-01-31T05:45:55-06:00Rubysing4_backdiff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 1.0 ) / ( x * x + 1.0 ) ; -1.0-2.0-2.000000000000001-0.01Display Interval1610111640Complex Sing1.4142135623730951NONENONE1.42130221979702441001 Seconds1.0 Seconds 257 sing4_back diffeq.rbsing4_back Ruby resultsOK
2014-01-31T05:45:56-06:00Rubysing5_backdiff ( y , x , 1 ) = m1 * 3.0 / x / x / x / x ; -0.7-1.0-1.0000000000000002-0.01Display Interval161012920Real Sing0.7NONE0.7000000000000027NONE300 Seconds0.0 Seconds 257 sing5_back diffeq.rbsing5_back Ruby resultsPoor Accuracy
2014-01-31T05:45:57-06:00Rubysing5_back_sm_hdiff ( y , x , 1 ) = m1 * 3.0 / x / x / x / x ; -0.7-1.0-1.0000000000086267-1.0e-06Max H1610101120Real Sing0.7NONE0.699999999999998NONE3000003 Minutes 30 Seconds3 Minutes 30.0 Seconds 257 sing5_back_sm_h diffeq.rbsing5_back_sm_h Ruby resultsSmall H
2014-01-31T05:49:28-06:00Rubysing6_backdiff ( y , x , 1 ) = m1 * 2.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 3.02.01.9900000000000213-0.01Display Interval1610111320Real Sing3.0NONE3.0000000000000013NONE1010 Seconds0.0 Seconds 257 sing6_back diffeq.rbsing6_back Ruby resultsOK
2014-01-31T05:49:28-06:00Rubysing7_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 ) ; 3.02.01.9900000000000213-0.01Display Interval1610111130Real Sing3.0NONE2.9999999999999982NONE1010 Seconds0.0 Seconds 257 sing7_back diffeq.rbsing7_back Ruby resultsOK
2014-01-31T05:49:29-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.1099999999999980.01Display Interval161011340Real Sing3.4NONENONENONE711 SecondsDone 257 tan_sqrt_new diffeq.rbtan_sqrt_new Ruby resultsPoor Accuracy & PROBLEM - missing singularity
2014-01-31T05:49:30-06:00Rubytan_sqrt_new_sm_hdiff ( 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.11.4806259999933671.0e-06Max H161010740Real Sing3.4NONENONENONE8062610 Minutes 0 Seconds1 Hours 26 Minutes 49.173106211965205 Seconds 257 tan_sqrt_new_sm_h diffeq.rbtan_sqrt_new_sm_h Ruby resultsSmall H