1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 23.03.0-DevelopmentSnapshot ] */
/* [wxMaxima: input start ] */
askinteger(y);
askinteger(n);
kill(y)$kill(n)$
/* [wxMaxima: input end ] */
/* [wxMaxima: question start ] */
<math><mrow lisp="mtext"><mrow lisp="mtext"><st>Is </st><mi>y</mi><st> an </st><mi>integer</mi><st>?</st></mrow></mrow></math>
/* [wxMaxima: question end ] */
/* [wxMaxima: answer start ] */
y;
/* [wxMaxima: answer end ] */
/* [wxMaxima: question start ] */
<math><st>Is </st><mi>y</mi><st> an </st><mi>integer</mi><st>?</st></math>
/* [wxMaxima: question end ] */
/* [wxMaxima: answer start ] */
y;
/* [wxMaxima: answer end ] */
/* [wxMaxima: question start ] */
<mth><st>Is </st><mi>n</mi><st> an </st><mi>integer</mi><st>?</st></mth>
/* [wxMaxima: question end ] */
/* [wxMaxima: answer start ] */
n;
/* [wxMaxima: answer end ] */
/* [wxMaxima: question start ] */
<math><st>Is </st><mi lisp="*var-tag*">y</mi><st> an </st><mi lisp="*var-tag*">integer</mi><st>?</st></math>
/* [wxMaxima: question end ] */
/* [wxMaxima: answer start ] */
y;
/* [wxMaxima: answer end ] */
/* [wxMaxima: question start ] */
<mth><st>Is </st><v>y</v><st> an </st><v>integer</v><st>?</st></mth>
/* [wxMaxima: question end ] */
/* [wxMaxima: answer start ] */
y;
/* [wxMaxima: answer end ] */
/* [wxMaxima: question start ] */
<mth><st>Is </st><mi>y</mi><st> an </st><mi>integer</mi><st>?</st></mth>
/* [wxMaxima: question end ] */
/* [wxMaxima: answer start ] */
y;
/* [wxMaxima: answer end ] */
/* [wxMaxima: question start ] */
<math><st>Is </st><mi>n</mi><st> an </st><mi>integer</mi><st>?</st></math>
/* [wxMaxima: question end ] */
/* [wxMaxima: answer start ] */
n;
/* [wxMaxima: answer end ] */
/* [wxMaxima: question start ] */
<math><mrow lisp="mtext"><mrow lisp="mtext"><st>Is </st><mi>n</mi><st> an </st><mi>integer</mi><st>?</st></mrow></mrow></math>
/* [wxMaxima: question end ] */
/* [wxMaxima: answer start ] */
n;
/* [wxMaxima: answer end ] */
/* [wxMaxima: question start ] */
<mth><st>Is </st><v>n</v><st> an </st><v>integer</v><st>?</st></mth>
/* [wxMaxima: question end ] */
/* [wxMaxima: answer start ] */
n;
/* [wxMaxima: answer end ] */
/* [wxMaxima: question start ] */
<math><st>Is </st><mi lisp="*var-tag*">n</mi><st> an </st><mi lisp="*var-tag*">integer</mi><st>?</st></math>
/* [wxMaxima: question end ] */
/* [wxMaxima: answer start ] */
n;
/* [wxMaxima: answer end ] */
/* [wxMaxima: autoanswer ] */
/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 23.03.0-DevelopmentSnapshot"$
|