Record of Testing of Omnisode


ode.over(Overrides .ode files)
TimeLanguageOde FileEquationStartEndActual EndHDigitsCorrect DigitsTermsType Sing GivenGiven Least SingRatio Least SingThree Least SingSix Least SingIterationsExecution TimeEstimated Total TimeLast Savediffeq programdiffeq resultsComment
2014-01-09T12:45:24-06:00Rubyadd_c_lindiff ( y , x , 1 ) = 0.3 + ( 0.1 * x + 0.2 ) ; 0.11.01.00000000000000070.01161530Not GivenNANONENONENONE900 SecondsDone 225 add_c_lin diffeq.rbadd_c_lin Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:25-06:00Rubyadd_c_sindiff ( y , x , 1 ) = 1.0 + sin ( x ) ; -5.05.05.0099999999998750.01161430No PoleNANONE6.230779781013496e-14NONE10011 SecondsDone 225 add_c_sin diffeq.rbadd_c_sin Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:26-06:00Rubyadd_full_lindiff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) + ( 0.1 * x + 0.2 ) ; -5.05.05.0099999999998750.01161430No PoleNANONE0.0026544215276001746NONE10010 SecondsDone 225 add_full_lin diffeq.rbadd_full_lin Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:27-06:00Rubyadd_lin_cdiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + 0.3 ; -5.05.05.0099999999998750.01161430No PoleNANONENONENONE10010 SecondsDone 225 add_lin_c diffeq.rbadd_lin_c Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:28-06:00Rubyadd_lin_fulldiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + sin ( 0.3 * x + 0.1 ) ; -5.05.05.0099999999998750.01161430No PoleNANONE0.0026544215276001746NONE10010 SecondsDone 225 add_lin_full diffeq.rbadd_lin_full Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:29-06:00Rubyadd_lin_lindiff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + ( 0.3 * x + 0.1 ) ; -5.05.05.0099999999998750.01161530No PoleNANONENONENONE10010 SecondsDone 225 add_lin_lin diffeq.rbadd_lin_lin Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:29-06:00Rubyadddiff ( y , x , 1 ) = sin ( x ) + sin ( x ) ; -5.05.05.0099999999998750.01161530No PoleNANONE6.230779781013496e-14NONE10010 SecondsDone 225 add diffeq.rbadd Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:30-06:00Rubyadd_sin_cdiff ( y , x , 1 ) = sin ( x ) + 1.0 ; -5.05.05.0099999999998750.01161430No PoleNANONE6.230779781013496e-14NONE10010 SecondsDone 225 add_sin_c diffeq.rbadd_sin_c Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:31-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.01161530No PoleNANONENONENONE10010 SecondsDone 225 add_sub_sin_c_cos_c_tan_c diffeq.rbadd_sub_sin_c_cos_c_tan_c Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:32-06:00Rubyarccos_sqrtdiff ( y , x , 1 ) = arccos ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.00.50.50009999999996120.0001161230Not GivenNANONE2.000220414158401NONE50016 SecondsDone 225 arccos_sqrt diffeq.rbarccos_sqrt Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:39-06:00Rubyarcsin_c_arccos_c_arctan_cdiff ( y , x , 1 ) = arcsin ( 0.1 ) + arccos ( 0.1 ) + arctan ( 0.1 ) ; -5.05.05.0099999999998750.01161530No PoleNANONENONENONE10011 SecondsDone 225 arcsin_c_arccos_c_arctan_c diffeq.rbarcsin_c_arccos_c_arctan_c Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:40-06:00Rubyarcsin_sqrtdiff ( y , x , 1 ) = arcsin ( sqrt ( 0.1 * x + 0.2 ) ) ; 0.00.50.50009999999996120.0001161230No PoleNANONE2.000220414158401NONE50016 SecondsDone 225 arcsin_sqrt diffeq.rbarcsin_sqrt Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:47-06:00Rubynonlinear1diff ( y , x , 1 ) = y * y ; 0.00.50.50000000000000020.01161620Real Sing0.50999999999999980.50999999999999990.5099999999999992NONE500 SecondsDone 225 nonlinear1 diffeq.rbnonlinear1 Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:48-06:00Rubynonlinear2diff ( y , x , 1 ) = y * y ; 0.00.20.200000000000000040.01161620Real Sing0.309999999999999940.309999999999999940.31000000000000044NONE200 SecondsDone 225 nonlinear2 diffeq.rbnonlinear2 Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:49-06:00Rubysing1diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 0.000001 ) / ( x * x + 0.000001 ) ; -2.0-1.5-1.49999999999999960.01161620Complex Sing1.510000331125791NONE1.51000662260545431.510000460461359500 SecondsDone 225 sing1 diffeq.rbsing1 Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:50-06:00Rubysing2diff ( y , x , 1 ) = 1.0 / ( x * x + 1.0 ) ; -2.0-1.5-1.49999999999999960.01161620Complex Sing1.811104635298579NONENONE1.8111046352985773500 SecondsDone 225 sing2 diffeq.rbsing2 Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:51-06:00Rubysing3diff ( y , x , 1 ) = m1 * 2.0 / x / x / x ; -2.0-0.7-0.69990000000014320.0001161320Real Sing0.7099000000001421NONE0.7099000000001459NONE130016 SecondsDone 225 sing3 diffeq.rbsing3 Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:57-06:00Rubysing4diff ( y , x , 1 ) = m1 * 2.0 * x / ( x * x + 1.0 ) / ( x * x + 1.0 ) ; -2.01.01.00000000000000220.01161620Complex Sing1.0NONE1.6410484082740591e-150.99999999999999963001 SecondsDone 225 sing4 diffeq.rbsing4 Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:45:58-06:00Rubysing5diff ( y , x , 1 ) = m1 * 3.0 / x / x / x / x ; -1.0-0.7-0.6999000000000330.0001161420Real Sing0.709900000000032NONE0.7099000000000312NONE30011 SecondsDone 225 sing5 diffeq.rbsing5 Ruby resultsCheck Pole Logic - to save time
2014-01-09T12:46:01-06:00Rubysing6diff ( y , x , 1 ) = m1 * 2.0 / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; 2.03.03.00999999999997850.01161420Real Sing3.0000000000000213NONE3.0000000000000413NONE1010 SecondsDone 225 sing6 diffeq.rbsing6 Ruby resultsCheck Pole Logic - to save time