Record of Testing of Omnisode
TimeLanguageOde FileEquationStartEndActual EndHDigitsCorrect DigitsTerms1st Relative Error PercentLast Relative Error PercentIterationsPoleRadiusOrderExecution TimeEstimated Total TimeLast Savediffeq programdiffeq resultsComment
2013-01-16T23:23:55-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-051610300.04.103136020013789e-101001No PoleNANA3 SecondsDone 158 expt_sin_lin_new diffeq.rbexpt_sin_lin_new Ruby resultsRuby, C++ - hard equation
2013-01-16T23:23:58-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-0516103004.10314e-101001No PoleNANA0 SecondsDone 158 expt_sin_lin_new diffeq.cppexpt_sin_lin_new c++ resultsRuby, C++ - hard equation
2013-01-16T23:24:00-06:00Rubyexpt_sin_sin_newdiff ( y , x , 1 ) = expt ( sin ( 2.0 * x + 3.0 ), sin ( x + 1.0 ) ) * ( ( cos ( x + 1.0 ) * ln ( sin ( 2.0 * x + 3.0 ) )) + ( ( 2.0 * sin ( x + 1.0 ) * cos ( 2.0 * x + 3.0 ) ) / sin( 2.0 * x + 3.0 ) ) );1.81.811.81000000000006561.0e-05165300.04.880891218931218e-051000No PoleNANA4 SecondsDone 158 expt_sin_sin_new diffeq.rbexpt_sin_sin_new Ruby resultsRuby, C++ - hard equation
2013-01-16T23:24:05-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-051653004.88089e-051000No PoleNANA0 SecondsDone 158 expt_sin_sin_new diffeq.cppexpt_sin_sin_new c++ resultsRuby, C++ - hard equation