Time | Language | Ode
File | Equation | Start | End [NA] | Actual
End | H [NA] | H Reason [NA] | Machine Digits | Desired
Correct Digits [NA] | Estimated Correct Digits [NA] | Min Correct
Digits | Last Correct Digits | Min Est APFP
Digits [NA] | Last Est APFP Digits [NA] | Terms | Type Sing Given | Given Least Sing | Ratio Least
Sing [NA] | Three Term Least Sing [NA] | Six Term Least Sing [NA] | Iterations | Execution
Time | Estimated Total Time | Last Save | diffeq
program | diffeq results | Comment |
2017-11-26T14:30:55-06:00 | Maple | add_c_lin | diff ( y , x , 1 ) = 0.3 + ( 0.1 * x + 0.2 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | add_c_lin diffeq.mxt | add_c_lin maple results | OK |
2017-11-26T14:31:01-06:00 | Maple | add_c_sin | diff ( y , x , 1 ) = 1.0 + sin ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | add_c_sin diffeq.mxt | add_c_sin maple results | OK |
2017-11-26T14:31:20-06:00 | Maple | add_full_lin | diff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) + ( 0.1 * x + 0.2 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.208281 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | add_full_lin diffeq.mxt | add_full_lin maple results | OK |
2017-11-26T14:31:39-06:00 | Maple | add_lin_c | diff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + 0.3 ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | add_lin_c diffeq.mxt | add_lin_c maple results | OK |
2017-11-26T14:31:46-06:00 | Maple | add_lin_full | diff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + sin ( 0.3 * x + 0.1 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.208281 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | add_lin_full diffeq.mxt | add_lin_full maple results | OK |
2017-11-26T14:32:04-06:00 | Maple | add_lin_lin | diff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) + ( 0.3 * x + 0.1 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | add_lin_lin diffeq.mxt | add_lin_lin maple results | OK |
2017-11-26T14:32:11-06:00 | Maple | add | diff ( y , x , 1 ) = sin ( x ) + sin ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 20 Seconds |
20 Seconds |
309 | add diffeq.mxt | add maple results | OK |
2017-11-26T14:32:32-06:00 | Maple | add_sin_c | diff ( y , x , 1 ) = sin ( x ) + 1.0 ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | add_sin_c diffeq.mxt | add_sin_c maple results | OK |
2017-11-26T14:32:50-06:00 | Maple | add_sub_sin_c_cos_c_tan_c | diff ( y , x , 1 ) = sin ( 0.1 ) + cos ( 0.05 ) - tan ( 0.02 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 30 | 30 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | add_sub_sin_c_cos_c_tan_c diffeq.mxt | add_sub_sin_c_cos_c_tan_c maple results | OK |
2017-11-26T14:32:57-06:00 | Maple | arccos_sqrt | diff ( y , x , 1 ) = arccos ( sqrt ( 0.1 * x + 0.2 ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | Real Sing | 2.10238 | NONE | NONE | NONE | 754 | 1 Minutes 22 Seconds |
1 Minutes 22 Seconds |
309 | arccos_sqrt diffeq.mxt | arccos_sqrt maple results | Good Accuracy - Wasn't for Real |
2017-11-26T14:34:20-06:00 | Maple | arcsin_c_arccos_c_arctan_c | diff ( y , x , 1 ) = arcsin ( 0.1 ) + arccos ( 0.1 ) + arctan ( 0.1 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 30 | 30 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | arcsin_c_arccos_c_arctan_c diffeq.mxt | arcsin_c_arccos_c_arctan_c maple results | OK |
2017-11-26T14:34:27-06:00 | Maple | arcsin_sqrt | diff ( y , x , 1 ) = arcsin ( sqrt ( 0.1 * x + 0.2 ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | Real Sing | 2.10238 | NONE | NONE | NONE | 754 | 1 Minutes 23 Seconds |
1 Minutes 23 Seconds |
309 | arcsin_sqrt diffeq.mxt | arcsin_sqrt maple results | Good Accuracy - Wasn't for Real |
2017-11-26T14:35:50-06:00 | Maple | arctan_sqrt | diff ( y , x , 1 ) = arctan ( sqrt ( 0.1 * x + 0.2 ) ) ; | -1.1 + 0.1 I | 99 + 99 I | -0.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 5 | NA | NA | 40 | Real Sing | 0.905539 | NONE | NONE | NONE | 754 | 4 Minutes 28 Seconds |
4 Minutes 28 Seconds |
309 | arctan_sqrt diffeq.mxt | arctan_sqrt maple results | Good Accuracy - Wasn't for Real |
2017-11-26T14:40:19-06:00 | Maple | cosh_sqrt | diff ( y , x , 1 ) = cosh ( sqrt ( 0.1 * x + 0.2 ) ) ; | -1.7 + 0.1 I | 99 + 99 I | -1.0391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | Real Sing | 0.316228 | NONE | NONE | NONE | 754 | 1 Minutes 23 Seconds |
1 Minutes 23 Seconds |
309 | cosh_sqrt diffeq.mxt | cosh_sqrt maple results | OK |
2017-11-26T14:41:43-06:00 | Maple | cos | diff ( y , x , 1 ) = cos ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | cos diffeq.mxt | cos maple results | OK |
2017-11-26T14:42:02-06:00 | Maple | cos_sqrt_lin | diff ( y , x , 1 ) = cos ( sqrt ( 2.0 * x + 3.0 ) ) ; | -1.4 + 0.1 I | 99 + 99 I | -0.7391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 3 | NA | NA | 30 | Real Sing | 0.141421 | NONE | NONE | NONE | 754 | 1 Minutes 25 Seconds |
1 Minutes 26 Seconds |
309 | cos_sqrt_lin diffeq.mxt | cos_sqrt_lin maple results | Poor Accuracy |
2017-11-26T14:43:28-06:00 | Maple | diff0 | diff ( y , x , 1 ) = y ; | -5.1 + 0.1 I | 99 + 99 I | -4.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 30 | 30 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 11 Seconds |
11 Seconds |
309 | diff0 diffeq.mxt | diff0 maple results | OK |
2017-11-26T14:43:40-06:00 | Maple | diff2 | diff ( y , x , 3 ) = neg ( diff ( y , x , 1 ) ) ; | -1.1 + 0.1 I | 99 + 99 I | -0.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 0 | 0 | NA | NA | 40 | No Pole | NA | NONE | 0.306362 | NONE | 754 | 37 Seconds |
37 Seconds |
309 | diff2 diffeq.mxt | diff2 maple results | Poor Accuracy |
2017-11-26T14:44:18-06:00 | Maple | diff_A | diff ( y , x , 2 ) = diff ( y , x , 1 ) ; | -5.1 + 0.1 I | 99 + 99 I | -4.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 2 | 2 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 19 Seconds |
19 Seconds |
309 | diff_A diffeq.mxt | diff_A maple results | OK |
2017-11-26T14:44:38-06:00 | Maple | diff_B | diff ( y , x , 2 ) = diff ( y , x , 1 ) ; | 1.1 + 0.1 I | 99 + 99 I | 1.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 0 | 0 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 18 Seconds |
18 Seconds |
309 | diff_B diffeq.mxt | diff_B maple results | Poor Accuracy |
2017-11-26T14:44:57-06:00 | Maple | diff | diff ( y , x , 2 ) = diff ( y , x , 1 ) ; | -5.1 + 0.1 I | 99 + 99 I | -4.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 2 | 2 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 18 Seconds |
18 Seconds |
309 | diff diffeq.mxt | diff maple results | Poor Accuracy |
2017-11-26T14:45:16-06:00 | Maple | div_c_exp | diff ( y , x , 1 ) = 2.0 / exp ( x ) ; | 1.1 + 0.1 I | 99 + 99 I | 1.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 3 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 32 Seconds |
32 Seconds |
309 | div_c_exp diffeq.mxt | div_c_exp maple results | OK |
2017-11-26T14:45:49-06:00 | Maple | div_c_lin | diff ( y , x , 1 ) = 2.0 / ( 0.2 * x + 0.3 ) ; | 2.5 + 0.1 I | 99 + 99 I | 3.1609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | Real Sing | 4.00125 | NONE | NONE | NONE | 754 | 9 Seconds |
9 Seconds |
309 | div_c_lin diffeq.mxt | div_c_lin maple results | OK |
2017-11-26T14:45:58-06:00 | Maple | div_exp_exp | diff ( y , x , 1 ) = exp ( 0.1 * x ) / exp ( 0.2 * x ) ; | -5.1 + 0.1 I | 99 + 99 I | -4.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 33 Seconds |
33 Seconds |
309 | div_exp_exp diffeq.mxt | div_exp_exp maple results | OK |
2017-11-26T14:46:32-06:00 | Maple | div_lin_c | diff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / 2.0 ; | -5.1 + 0.1 I | 99 + 99 I | -4.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | div_lin_c diffeq.mxt | div_lin_c maple results | OK |
2017-11-26T14:46:39-06:00 | Maple | div_lin_exp | diff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / exp ( x ) ; | 1.1 + 0.1 I | 99 + 99 I | 1.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 32 Seconds |
32 Seconds |
309 | div_lin_exp diffeq.mxt | div_lin_exp maple results | OK |
2017-11-26T14:47:11-06:00 | Maple | div_lin_lin | diff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) / ( 0.2 * x + 0.3 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | Real Sing | 1.60312 | NONE | 0.755638 | NONE | 754 | 13 Seconds |
13 Seconds |
309 | div_lin_lin diffeq.mxt | div_lin_lin maple results | OK |
2017-11-26T14:47:25-06:00 | Maple | div | diff ( y , x , 1 ) = sin ( x ) / cos ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | -2 | -1 | NA | NA | 30 | Real Sing | 1.45386 | NONE | NONE | NONE | 754 | 35 Seconds |
35 Seconds |
309 | div diffeq.mxt | div maple results | problem?? - closed form solution is real |
2017-11-26T14:48:01-06:00 | Maple | div_sin_c | diff ( y , x , 1 ) = sin ( x ) / 2.0 ; | -5.1 + 0.1 I | 99 + 99 I | -4.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.172597 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | div_sin_c diffeq.mxt | div_sin_c maple results | OK |
2017-11-26T14:48:20-06:00 | Maple | exp_sqrt | diff ( y , x , 1 ) = exp ( sqrt ( 0.1 * x + 0.2 ) ) ; | 2.1 + 0.1 I | 99 + 99 I | 2.7609 + 2.875 I | 0 + 0 I | Impossible | 16 | 0 | 0 | 4 | 4 | NA | NA | 40 | Real Sing | 4.10122 | NONE | NONE | NONE | 754 | 1 Minutes 31 Seconds |
1 Minutes 31 Seconds |
309 | exp_sqrt diffeq.mxt | exp_sqrt maple results | OK - wasn't for Real |
2017-11-26T14:49:52-06:00 | Maple | expt_c_c | diff ( y , x , 1 ) = expt ( 2.0 , 3.0 ) ; | -5.1 + 0.1 I | 99 + 99 I | -4.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 30 | 30 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 5 Seconds |
5 Seconds |
309 | expt_c_c diffeq.mxt | expt_c_c maple results | OK |
2017-11-26T14:49:58-06:00 | Maple | expt_c_lin | diff ( y , x , 1 ) = expt ( 2.0 , ( 0.2 * x + 0.3 ) ) ; | 1.1 + 0.1 I | 99 + 99 I | 1.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | Not Given | NA | NONE | NONE | NONE | 754 | 13 Seconds |
13 Seconds |
309 | expt_c_lin diffeq.mxt | expt_c_lin maple results | OK |
2017-11-26T14:50:12-06:00 | Maple | expt_c_sin | diff ( y , x , 1 ) = 100.0 + expt ( 2.0 , 5.0 + sin ( x ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | Unknown | Unknown | NA | NA | 30 | Not Given | NA | NONE | NONE | NONE | 754 | 39 Seconds |
39 Seconds |
309 | expt_c_sin diffeq.mxt | expt_c_sin maple results | ?? |
2017-11-26T14:50:52-06:00 | Maple | expt_lin_c | diff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , 2.0 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 9 Seconds |
9 Seconds |
309 | expt_lin_c diffeq.mxt | expt_lin_c maple results | OK |
2017-11-26T14:51:02-06:00 | Maple | expt_lin_lin | diff ( y , x , 1 ) = expt ( ( 0.1 * x + 0.2 ) , ( 0.2 * x + 0.3 ) ) ; | 5.1 + 0.1 I | 99 + 99 I | 5.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | Unknown | Unknown | NA | NA | 30 | Not Given | NA | NONE | NONE | NONE | 754 | 34 Seconds |
34 Seconds |
309 | expt_lin_lin diffeq.mxt | expt_lin_lin maple results | ?? |
2017-11-26T14:51:38-06:00 | Maple | expt_lin_sin | diff ( y , x , 1 ) = expt ( ( 0.2 * x + 0.3 ) , sin ( x ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | Unknown | Unknown | NA | NA | 30 | Not Given | NA | NONE | NONE | NONE | 754 | 57 Seconds |
57 Seconds |
309 | expt_lin_sin diffeq.mxt | expt_lin_sin maple results | ?? |
2017-11-26T14:52:36-06:00 | Maple | expt_sin_c | diff ( y , x , 1 ) = expt ( sin ( 0.2 * x + 0.3 ) , 2.0 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | Not Given | NA | NONE | 1.06755 | NONE | 754 | 1 Minutes 51 Seconds |
1 Minutes 51 Seconds |
309 | expt_sin_c diffeq.mxt | expt_sin_c maple results | OK |
2017-11-26T14:54:27-06:00 | Maple | expt_sin_lin | diff ( y , x , 1 ) = expt ( sin ( x ) , ( 0.2 * x + 0.3 ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | Unknown | Unknown | NA | NA | 30 | Not Given | NA | NONE | NONE | NONE | 754 | 1 Minutes 2 Seconds |
1 Minutes 3 Seconds |
309 | expt_sin_lin diffeq.mxt | expt_sin_lin maple results | ?? |
2017-11-26T14:55:30-06:00 | Maple | expt_sin_sin | diff ( y , x , 1 ) = expt ( sin ( 0.1 * x ) , sin ( 0.2 * x ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | Unknown | Unknown | NA | NA | 30 | Not Given | NA | NONE | NONE | NONE | 754 | 1 Minutes 22 Seconds |
1 Minutes 22 Seconds |
309 | expt_sin_sin diffeq.mxt | expt_sin_sin maple results | ?? |
2017-11-26T14:56:54-06:00 | Maple | h2sin | diff ( y , x , 2 ) = sin ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 1 | 1 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 28 Seconds |
28 Seconds |
309 | h2sin diffeq.mxt | h2sin maple results | Poor Accuracy |
2017-11-26T14:57:23-06:00 | Maple | h3sin | diff ( y , x , 3 ) = sin ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 1 | 1 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 41 Seconds |
41 Seconds |
309 | h3sin diffeq.mxt | h3sin maple results | Poor Accuracy |
2017-11-26T14:58:05-06:00 | Maple | h5h3 | diff ( y , x , 5 ) = neg ( diff ( y , x , 3 ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 1.0434 + 2.101 I | 0 + 0 I | Pole | 64 | 0 | 0 | 0 | 0 | NA | NA | 40 | No Pole | NA | NONE | 0.0518991 | NONE | 754 | 1 Minutes 10 Seconds |
1 Minutes 10 Seconds |
309 | h5h3 diffeq.mxt | h5h3 maple results | Poor Accuracy |
2017-11-26T14:59:16-06:00 | Maple | lin_arccos | diff ( y , x , 1 ) = arccos ( 0.1 * x + 0.2 ) ; | -0.8 + 0.1 I | 99 + 99 I | -0.1391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | Not Given | NA | NONE | NONE | NONE | 754 | 31 Seconds |
31 Seconds |
309 | lin_arccos diffeq.mxt | lin_arccos maple results | OK |
2017-11-26T14:59:47-06:00 | Maple | lin_arcsin | diff ( y , x , 1 ) = arcsin ( 0.1 * x + 0.2 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | Not Given | NA | NONE | NONE | NONE | 754 | 31 Seconds |
31 Seconds |
309 | lin_arcsin diffeq.mxt | lin_arcsin maple results | OK |
2017-11-26T15:00:19-06:00 | Maple | lin_arctan | diff ( y , x , 1 ) = arctan ( 0.1 * x + 0.2 ) ; | -1.1 + 0.1 I | 99 + 99 I | -0.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | Not Given | NA | NONE | NONE | NONE | 754 | 1 Minutes 54 Seconds |
1 Minutes 54 Seconds |
309 | lin_arctan diffeq.mxt | lin_arctan maple results | OK |
2017-11-26T15:02:14-06:00 | Maple | lin_cosh | diff ( y , x , 1 ) = cosh ( 2.0 * x + 3.0 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 4 | NA | NA | 30 | No Pole | NA | NONE | 0.117785 | NONE | 754 | 14 Seconds |
14 Seconds |
309 | lin_cosh diffeq.mxt | lin_cosh maple results | OK |
2017-11-26T15:02:30-06:00 | Maple | lin_exp | diff ( y , x , 1 ) = exp ( 0.1 * x + 0.2 ) ; | 1.1 + 0.1 I | 99 + 99 I | 1.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 12 Seconds |
12 Seconds |
309 | lin_exp diffeq.mxt | lin_exp maple results | OK |
2017-11-26T15:02:43-06:00 | Maple | lin_ln | diff ( y , x , 1 ) = ln ( 0.1 * x + 0.2 ) ; | 20.1 + 0.1 I | 99 + 99 I | 20.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 30 | Real Sing | 22.1002 | NONE | 10.4125 | NONE | 754 | 14 Seconds |
14 Seconds |
309 | lin_ln diffeq.mxt | lin_ln maple results | OK |
2017-11-26T15:02:58-06:00 | Maple | lin_sin_cos | diff ( y , x , 1 ) = sin ( 2.0 * x + 3.0 ) + cos ( 1.5 * x - 2.0 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 16 Seconds |
16 Seconds |
309 | lin_sin_cos diffeq.mxt | lin_sin_cos maple results | OK |
2017-11-26T15:03:14-06:00 | Maple | lin_sinh | diff ( y , x , 1 ) = sinh ( 2.0 * x + 3.0 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.117785 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | lin_sinh diffeq.mxt | lin_sinh maple results | OK |
2017-11-26T15:03:33-06:00 | Maple | lin_tanh | diff ( y , x , 1 ) = tanh ( 3.0 * x + 1.0 ) ; | 1.1 + 0.1 I | 99 + 99 I | 1.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 0 | 0 | NA | NA | 40 | No Pole | NA | NONE | NONE | NONE | 754 | 52 Seconds |
52 Seconds |
309 | lin_tanh diffeq.mxt | lin_tanh maple results | Poor Accuracy |
2017-11-26T15:04:26-06:00 | Maple | lin_tan | diff ( y , x , 1 ) = tan ( 2.0 * x + 3.0 ) ; | -1 + 0 I | -0.9 + 0 I | -0.3391 + 2.775 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 0 | 0 | NA | NA | 30 | Real Sing | 0.277462 | NONE | 0.131581 | NONE | 754 | 34 Seconds |
34 Seconds |
309 | lin_tan diffeq.mxt | lin_tan maple results | Poor Accuracy |
2017-11-26T15:05:01-06:00 | Maple | ln_c_exp_c_sqrt_c | diff ( y , x , 1 ) = ln ( 0.1 ) + exp ( 0.1 ) + sqrt ( 0.1 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 29 | 29 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | ln_c_exp_c_sqrt_c diffeq.mxt | ln_c_exp_c_sqrt_c maple results | OK |
2017-11-26T15:05:08-06:00 | Maple | ln_sqrt | diff ( y , x , 1 ) = ln ( sqrt ( 0.1 * x + 0.2 ) ) ; | 10.1 + 0.1 I | 99 + 99 I | 10.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 6 | 6 | NA | NA | 40 | Real Sing | 12.1004 | NONE | NONE | NONE | 754 | 1 Minutes 34 Seconds |
1 Minutes 34 Seconds |
309 | ln_sqrt diffeq.mxt | ln_sqrt maple results | OK |
2017-11-26T15:06:43-06:00 | Maple | mtest1 | diff ( y1 , x , 1 ) = neg ( y2 ) + 1.0 ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 30 | 31 | NA | NA | 40 | No Pole | NA | NONE | 0.141426 | NONE | 754 | 6 Minutes 3 Seconds |
6 Minutes 3 Seconds |
309 | mtest1 diffeq.mxt | mtest1 maple results | OK |
ditto | ditto | ditto | diff ( y2 , x , 1 ) = y1 - 1.0 ; | ditto | ditto | ditto | ditto | ditto | ditto | ditto | 0 | 30 | 31 | NA | NA | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto |
2017-11-26T15:12:47-06:00 | Maple | mtest2 | diff ( y1 , x , 1 ) = neg ( y2 ) ; | 0.2 + 0.1 I | 99 + 99 I | 0.8609 + 2.875 I | 0 + 0 I | Impossible | 64 | 0 | 0 | 0 | 0 | NA | NA | 40 | No Pole | NA | NONE | NONE | NONE | 754 | 5 Minutes 23 Seconds |
5 Minutes 23 Seconds |
309 | mtest2 diffeq.mxt | mtest2 maple results | Poor Accuracy - Not sure of algorithm for multiple equations |
ditto | ditto | ditto | diff ( y2 , x , 1 ) = y1 ; | ditto | ditto | ditto | ditto | ditto | ditto | ditto | 0 | 0 | 0 | NA | NA | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto |
2017-11-26T15:18:11-06:00 | Maple | mtest3 | diff ( y2 , x , 1 ) = neg ( y1 ) + 1.0 ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 16 | 0 | 0 | 14 | 14 | NA | NA | 40 | No Pole | NA | NONE | 0.141426 | NONE | 754 | 5 Minutes 47 Seconds |
5 Minutes 47 Seconds |
309 | mtest3 diffeq.mxt | mtest3 maple results | OK |
ditto | ditto | ditto | diff ( y1 , x , 1 ) = y2 - 1.0 ; | ditto | ditto | ditto | ditto | ditto | ditto | ditto | 0 | 14 | 14 | NA | NA | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto |
2017-11-26T15:23:59-06:00 | Maple | mtest4 | diff ( y2 , x , 3 ) = neg ( cos ( x ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 1 | 1 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 12 Minutes 18 Seconds |
12 Minutes 18 Seconds |
309 | mtest4 diffeq.mxt | mtest4 maple results | Poor Accuracy - Not sure of algorithm for multiple equations |
ditto | ditto | ditto | diff ( y1 , x , 1 ) = neg ( y2 ) ; | ditto | ditto | ditto | ditto | ditto | ditto | ditto | 0 | 1 | 1 | NA | NA | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto |
2017-11-26T15:36:18-06:00 | Maple | mtest5 | diff ( y1 , x , 1 ) = neg ( y2 ) ; | 0.5 + 0.1 I | 99 + 99 I | 1.1609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 1 | 1 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 4 Minutes 25 Seconds |
4 Minutes 25 Seconds |
309 | mtest5 diffeq.mxt | mtest5 maple results | Poor Accuracy - Not sure of algorithm for multiple equations |
ditto | ditto | ditto | diff ( y2 , x , 2 ) = diff ( y1 , x , 1 ) ; | ditto | ditto | ditto | ditto | ditto | ditto | ditto | 0 | 1 | 1 | NA | NA | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto |
2017-11-26T15:40:44-06:00 | Maple | mtest6 | diff ( x1 , t , 1 ) = 4.0 * x2 - 2.0 * diff ( x2 , t , 1 ) - 2.0 * x1 ; | 1.5 + 0.1 I | 99 + 99 I | 2.1609 + 2.875 I | 0 + 0 I | Impossible | 64 | 0 | 0 | 1 | 1 | NA | NA | 40 | Not Given | NA | NONE | NONE | NONE | 754 | 9 Minutes 35 Seconds |
9 Minutes 35 Seconds |
309 | mtest6 diffeq.mxt | mtest6 maple results | Poor Accuracy - Not sure of algorithm for multiple equations |
ditto | ditto | ditto | diff ( x2 , t , 2 ) = 3.0 * diff ( x2 , t , 1 ) - 2.0 * x2 - diff ( x1 , t , 2 ) - diff ( x1 , t , 1 ) + x1 ; | ditto | ditto | ditto | ditto | ditto | ditto | ditto | 0 | 1 | 1 | NA | NA | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto |
2017-11-26T15:50:21-06:00 | Maple | mtest7 | diff ( y2 , x , 5 ) = y1 ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 64 | 0 | 0 | 1 | 63 | NA | NA | 40 | No Pole | NA | NONE | 0.141426 | NONE | 754 | 15 Minutes 21 Seconds |
15 Minutes 21 Seconds |
309 | mtest7 diffeq.mxt | mtest7 maple results | Poor Accuracy - Not sure of algorithm for multiple equations |
ditto | ditto | ditto | diff ( y1 , x , 1 ) = neg ( diff ( y2 , x , 4 ) ) ; | ditto | ditto | ditto | ditto | ditto | ditto | ditto | 0 | 1 | 63 | NA | NA | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto |
2017-11-26T16:05:43-06:00 | Maple | mtest8 | diff ( y2 , x , 4 ) = y1 - 1.0 ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 1 | 31 | NA | NA | 40 | No Pole | NA | NONE | 0.141426 | NONE | 754 | 12 Minutes 44 Seconds |
12 Minutes 44 Seconds |
309 | mtest8 diffeq.mxt | mtest8 maple results | Poor Accuracy - Not sure of algorithm for multiple equations |
ditto | ditto | ditto | diff ( y1 , x , 1 ) = neg ( diff ( y2 , x , 3 ) ) ; | ditto | ditto | ditto | ditto | ditto | ditto | ditto | 0 | 1 | 31 | NA | NA | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto | ditto |
2017-11-26T16:18:28-06:00 | Maple | mult2 | diff ( y , x , 1 ) = sin ( x ) * cos ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 4 | NA | NA | 30 | No Pole | NA | NONE | 0.0697573 | NONE | 754 | 37 Seconds |
37 Seconds |
309 | mult2 diffeq.mxt | mult2 maple results | OK |
2017-11-26T16:19:06-06:00 | Maple | mult_c_lin | diff ( y , x , 1 ) = 2.0 * ( 0.2 * x + 0.3 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | mult_c_lin diffeq.mxt | mult_c_lin maple results | OK |
2017-11-26T16:19:12-06:00 | Maple | mult_c_sin | diff ( y , x , 1 ) = 2.0 * sin ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | mult_c_sin diffeq.mxt | mult_c_sin maple results | OK |
2017-11-26T16:19:31-06:00 | Maple | mult_div_sinh_cosh_tanh | diff ( y , x , 1 ) = sinh ( 0.1 ) * cosh ( 0.05 ) / tanh ( 0.02 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 30 | 30 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | mult_div_sinh_cosh_tanh diffeq.mxt | mult_div_sinh_cosh_tanh maple results | OK |
2017-11-26T16:19:38-06:00 | Maple | mult_lin_c | diff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * 2.0 ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | mult_lin_c diffeq.mxt | mult_lin_c maple results | OK |
2017-11-26T16:19:44-06:00 | Maple | mult_lin_lin | diff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) * ( 0.2 * x + 0.3 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 8 Seconds |
8 Seconds |
309 | mult_lin_lin diffeq.mxt | mult_lin_lin maple results | OK |
2017-11-26T16:19:53-06:00 | Maple | mult_lin_sin | diff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) * sin ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 14 Seconds |
14 Seconds |
309 | mult_lin_sin diffeq.mxt | mult_lin_sin maple results | OK |
2017-11-26T16:20:08-06:00 | Maple | mult | diff ( y , x , 1 ) = x * x ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 8 Seconds |
8 Seconds |
309 | mult diffeq.mxt | mult maple results | OK |
2017-11-26T16:20:16-06:00 | Maple | mult_sin_c | diff ( y , x , 1 ) = sin ( x ) * 2.0 ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | mult_sin_c diffeq.mxt | mult_sin_c maple results | OK |
2017-11-26T16:20:35-06:00 | Maple | mult_sin_lin | diff ( y , x , 1 ) = sin ( x ) * ( 0.2 * x + 0.3 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 14 Seconds |
14 Seconds |
309 | mult_sin_lin diffeq.mxt | mult_sin_lin maple results | OK |
2017-11-26T16:20:50-06:00 | Maple | mult_sin_sin | diff ( y , x , 1 ) = sin ( x ) * sin ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 4 | NA | NA | 30 | No Pole | NA | NONE | 0.0697573 | NONE | 754 | 36 Seconds |
36 Seconds |
309 | mult_sin_sin diffeq.mxt | mult_sin_sin maple results | OK |
2017-11-26T16:21:27-06:00 | Maple | nonlinear1 | diff ( y , x , 1 ) = y * y ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 30 | 31 | NA | NA | 20 | Real Sing | 0.898665 | 0 | 0.898665 | NONE | 754 | 19 Seconds |
19 Seconds |
309 | nonlinear1 diffeq.mxt | nonlinear1 maple results | OK - a little surprising |
2017-11-26T16:21:47-06:00 | Maple | nonlinear2 | diff ( y , x , 1 ) = y * y ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 30 | 31 | NA | NA | 20 | Real Sing | 0.412311 | 0 | 0.412311 | NONE | 754 | 19 Seconds |
19 Seconds |
309 | nonlinear2 diffeq.mxt | nonlinear2 maple results | OK - a little surprising |
2017-11-26T16:22:07-06:00 | Maple | sing1 | diff ( y , x , 1 ) = neg ( 2.0 ) * x / ( x * x + 0.000001 ) / ( x * x + 0.000001 ) ; | -2.1 + 0.1 I | 99 + 99 I | -1.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 3 | NA | NA | 30 | Complex Sing | 2.06559 | NONE | 0.974105 | NONE | 754 | 45 Seconds |
45 Seconds |
309 | sing1 diffeq.mxt | sing1 maple results | OK |
2017-11-26T16:22:53-06:00 | Maple | sing2 | diff ( y , x , 1 ) = 1.0 / ( x * x + 1.0 ) ; | -2.1 + 0.1 I | 99 + 99 I | -1.4391 + 2.875 I | 0 + 0 I | Impossible | 16 | 0 | 0 | 5 | 5 | NA | NA | 20 | Complex Sing | 1.83404 | NONE | NONE | NONE | 754 | 15 Seconds |
15 Seconds |
309 | sing2 diffeq.mxt | sing2 maple results | OK |
2017-11-26T16:23:09-06:00 | Maple | sing3 | diff ( y , x , 1 ) = neg ( 2.0 ) / x / x / x ; | -2.1 + 0.1 I | 99 + 99 I | -1.4391 + 2.875 I | 0 + 0 I | Impossible | 16 | 0 | 0 | 3 | 3 | NA | NA | 20 | Real Sing | 2.06582 | NONE | 0.974102 | NONE | 754 | 22 Seconds |
22 Seconds |
309 | sing3 diffeq.mxt | sing3 maple results | OK |
2017-11-26T16:23:32-06:00 | Maple | sing4 | diff ( y , x , 1 ) = neg ( 2.0 ) * x / ( x * x + 1.0 ) / ( x * x + 1.0 ) ; | -2 + 0.1 I | 99 + 99 I | -1.3391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | Complex Sing | 1.73682 | NONE | NONE | NONE | 754 | 44 Seconds |
44 Seconds |
309 | sing4 diffeq.mxt | sing4 maple results | OK |
2017-11-26T16:24:17-06:00 | Maple | sing5 | diff ( y , x , 1 ) = neg ( 3.0 ) / x / x / x / x ; | -1.1 + 0.1 I | 99 + 99 I | -0.4391 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 2 | 2 | NA | NA | 20 | Real Sing | 1.09311 | NONE | 0.515797 | NONE | 754 | 31 Seconds |
31 Seconds |
309 | sing5 diffeq.mxt | sing5 maple results | Poor Accuracy |
2017-11-26T16:24:49-06:00 | Maple | sing6 | diff ( y , x , 1 ) = neg ( 2.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; | 2.1 + 0.1 I | 99 + 99 I | 2.7609 + 2.875 I | 0 + 0 I | Impossible | 30 | 0 | 0 | 4 | 4 | NA | NA | 20 | Real Sing | 3.81761 | NONE | 1.79939 | NONE | 754 | 24 Seconds |
24 Seconds |
309 | sing6 diffeq.mxt | sing6 maple results | OK |
2017-11-26T16:25:13-06:00 | Maple | sing7 | diff ( y , x , 1 ) = neg ( 5.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) / ( x - 6.0 ) ; | 2.1 + 0.1 I | 99 + 99 I | 2.7609 + 2.875 I | 0 + 0 I | Impossible | 64 | 0 | 0 | 3 | 3 | NA | NA | 20 | Real Sing | 3.81761 | NONE | 1.79939 | NONE | 754 | 45 Seconds |
45 Seconds |
309 | sing7 diffeq.mxt | sing7 maple results | OK |
2017-11-26T16:25:59-06:00 | Maple | sinh_sqrt | diff ( y , x , 1 ) = sinh ( sqrt ( 0.1 * x + 0.2 ) ) ; | 2.1 + 0.1 I | 99 + 99 I | 2.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | Real Sing | 4.10122 | NONE | NONE | NONE | 754 | 2 Minutes 24 Seconds |
2 Minutes 25 Seconds |
309 | sinh_sqrt diffeq.mxt | sinh_sqrt maple results | OK |
2017-11-26T16:28:25-06:00 | Maple | sin | diff ( y , x , 1 ) = sin ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 4 | NA | NA | 40 | Not Given | NA | NONE | 0.0694882 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | sin diffeq.mxt | sin maple results | OK |
2017-11-26T16:28:43-06:00 | Maple | sin_sqrt_lin | diff ( y , x , 1 ) = sin ( sqrt ( 2.0 * x + 3.0 ) ) ; | 2.1 + 0.1 I | 99 + 99 I | 2.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 3 | NA | NA | 40 | Real Sing | 3.60139 | NONE | NONE | NONE | 754 | 2 Minutes 22 Seconds |
2 Minutes 22 Seconds |
309 | sin_sqrt_lin diffeq.mxt | sin_sqrt_lin maple results | OK |
2017-11-26T16:31:06-06:00 | Maple | sqrt | diff ( y , x , 1 ) = sqrt ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 4 | NA | NA | 40 | Real Sing | 0.141421 | NONE | 0.0694101 | NONE | 754 | 49 Seconds |
49 Seconds |
309 | sqrt diffeq.mxt | sqrt maple results | OK |
2017-11-26T16:31:56-06:00 | Maple | sqrt_tone | diff ( y , x , 1 ) = sqrt ( x ) ; | 0.5 + 0.1 I | 99 + 99 I | 1.1609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | Real Sing | 0.509902 | NONE | 0.241096 | NONE | 754 | 49 Seconds |
49 Seconds |
309 | sqrt_tone diffeq.mxt | sqrt_tone maple results | OK |
2017-11-26T16:32:46-06:00 | Maple | sqrt_sqrt | diff ( y , x , 1 ) = sqrt ( sqrt ( 0.1 * x + 0.2 ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 40 | Real Sing | 2.10238 | NONE | 0.990802 | NONE | 754 | 1 Minutes 29 Seconds |
1 Minutes 29 Seconds |
309 | sqrt_sqrt diffeq.mxt | sqrt_sqrt maple results | OK |
2017-11-26T16:34:16-06:00 | Maple | sqrt_sqrt_tone | diff ( y , x , 1 ) = sqrt ( sqrt ( 0.1 * x + 0.2 ) ) ; | 0.5 + 0.1 I | 99 + 99 I | 1.1609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 40 | Real Sing | 2.502 | NONE | 1.17905 | NONE | 754 | 1 Minutes 23 Seconds |
1 Minutes 23 Seconds |
309 | sqrt_sqrt_tone diffeq.mxt | sqrt_sqrt_tone maple results | OK |
2017-11-26T16:35:40-06:00 | Maple | sqrt_sqrt_tzero | diff ( y , x , 1 ) = sqrt ( sqrt ( 0.1 * x + 0.2 ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 40 | Real Sing | 2.10238 | NONE | 0.990802 | NONE | 754 | 1 Minutes 23 Seconds |
1 Minutes 23 Seconds |
309 | sqrt_sqrt_tzero diffeq.mxt | sqrt_sqrt_tzero maple results | OK |
2017-11-26T16:37:04-06:00 | Maple | sub_c_lin | diff ( y , x , 1 ) = 0.3 - ( 0.1 * x + 0.2 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | sub_c_lin diffeq.mxt | sub_c_lin maple results | OK |
2017-11-26T16:37:10-06:00 | Maple | sub_c_sin | diff ( y , x , 1 ) = 1.0 - sin ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | sub_c_sin diffeq.mxt | sub_c_sin maple results | OK |
2017-11-26T16:37:29-06:00 | Maple | sub_full_lin | diff ( y , x , 1 ) = sin ( 0.3 * x + 0.1 ) - ( 0.1 * x + 0.2 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 5 | 5 | NA | NA | 40 | No Pole | NA | NONE | 0.208281 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | sub_full_lin diffeq.mxt | sub_full_lin maple results | OK |
2017-11-26T16:37:48-06:00 | Maple | sub_lin_c | diff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - 0.3 ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | sub_lin_c diffeq.mxt | sub_lin_c maple results | OK |
2017-11-26T16:37:54-06:00 | Maple | sub_lin_lin | diff ( y , x , 1 ) = ( 0.1 * x + 0.2 ) - ( 0.3 * x + 0.1 ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 30 | No Pole | NA | NONE | NONE | NONE | 754 | 6 Seconds |
6 Seconds |
309 | sub_lin_lin diffeq.mxt | sub_lin_lin maple results | OK |
2017-11-26T16:38:01-06:00 | Maple | sub_lin_sin | diff ( y , x , 1 ) = ( 0.1 * x + 1.0 ) - sin ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 18 Seconds |
18 Seconds |
309 | sub_lin_sin diffeq.mxt | sub_lin_sin maple results | OK |
2017-11-26T16:38:20-06:00 | Maple | sub | diff ( y , x , 1 ) = sin ( x ) - cos ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.236484 | NONE | 754 | 20 Seconds |
20 Seconds |
309 | sub diffeq.mxt | sub maple results | OK |
2017-11-26T16:38:41-06:00 | Maple | sub_sin_c | diff ( y , x , 1 ) = sin ( x ) - 1 , 0 ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.0694882 | NONE | 754 | 22 Seconds |
22 Seconds |
309 | sub_sin_c diffeq.mxt | sub_sin_c maple results | OK |
2017-11-26T16:39:03-06:00 | Maple | sub_sin_cos | diff ( y , x , 1 ) = neg ( sin ( x ) ) - cos ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 4 | 4 | NA | NA | 40 | No Pole | NA | NONE | 0.236484 | NONE | 754 | 20 Seconds |
20 Seconds |
309 | sub_sin_cos diffeq.mxt | sub_sin_cos maple results | OK |
2017-11-26T16:39:24-06:00 | Maple | tanh_sqrt | diff ( y , x , 1 ) = tanh ( sqrt ( 2.0 * x + 3.0 ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | Unknown | Unknown | NA | NA | 30 | Real Sing | 1.60312 | NONE | NONE | NONE | 754 | 1 Minutes 42 Seconds |
1 Minutes 42 Seconds |
309 | tanh_sqrt diffeq.mxt | tanh_sqrt maple results | ?? |
2017-11-26T16:41:07-06:00 | Maple | tan_sqrt | diff ( 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.4 + 0.1 I | 99 + 99 I | 2.0609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 2 | 2 | NA | NA | 40 | Real Sing | 3.40147 | NONE | NONE | NONE | 754 | 7 Minutes 26 Seconds |
7 Minutes 26 Seconds |
309 | tan_sqrt diffeq.mxt | tan_sqrt maple results | Poor Accuracy |
2017-11-26T16:48:34-06:00 | Maple | tan_sqrt_lin | diff ( y , x , 1 ) = tan ( sqrt ( 2.0 * x + 3.0 ) ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | Unknown | Unknown | NA | NA | 40 | Real Sing | 1.60312 | NONE | NONE | NONE | 754 | 3 Minutes 0 Seconds |
3 Minutes 0 Seconds |
309 | tan_sqrt_lin diffeq.mxt | tan_sqrt_lin maple results | ?? |
2017-11-26T16:51:35-06:00 | Maple | tan | diff ( y , x , 1 ) = tan ( x ) ; | 0.1 + 0.1 I | 99 + 99 I | 0.7609 + 2.875 I | 0 + 0 I | Impossible | 32 | 0 | 0 | 3 | 4 | NA | NA | 40 | Real Sing | 1.45386 | NONE | NONE | NONE | 754 | 52 Seconds |
52 Seconds |
309 | tan diffeq.mxt | tan maple results | OK |