Sindbad~EG File Manager

Current Path : /usr/home/beeson/Otter-Lambda/yyy/english/
Upload File :
Current File : /usr/home/beeson/Otter-Lambda/yyy/english/english.c

/*  English character strings used in MathXpert
Last modified before sending for French translation 2.17.98
6.15.98, string 1031 modified
6.25.98, string 723 modified, parens and a period added.
7.23.98, removed ! on 992,993,996,998 and 1032.
7.24.98,  1038 is now an orphan, never used.
7.27.98,  1101-1109 are now orphans.
7.27.98,  added $ $ in 930-933 and 919-925, then made these orphans
7.27.98,  added $ $ in 900-902
8.28.98   added $ $ in 1115
11.24.98  changed name to LanguageStrings
1.17.99   changed 975
3.16.99   shipped to German translator
3.18.99  modified 652,653.
3.19.99  modified 1308
3.30.99  added period to 1137
5.24.99   9 through 15 are nowhere used, so eliminated them.  Also 70-72
6.16.99  eliminated OEM symbols for ^n and ^2
7.5.99   modified 1716
1.17.00  corrected spelling in 1815
1.26.00  added periods to strings 97 and 98
4.28.00  removed spaces from string 390
3.9.01  modified string 8
6.22.04  modified 62,65,83,86 to remove $ from entry prompts.
9.3.04  removed a superfluous include.
9.5.04 changed MathXpert to MathXpert globally.
2.19.06 added spaces at 1067, 1068
*/
/*  Do not translate text within dollar signs.
    Translate text included in quotation marks using ISO-Latin1 character set
*/


#include <assert.h>
#define ENGLISH_DLL
#include "export.h"  /* Do not translate this or the next two lines */
#include "english1.h"

static const char *english_strings[1850];

MEXPORT_ENGLISH const char * LanguageStrings(int n)
/* Borland's compiler chokes if all the strings are in one array.
So there are two arrays, english_strings[] in this file and
english_strings2[]  in english2.c.
*/
{ int nitems; /* dimension of english_strings[] */
  nitems = sizeof(english_strings)/sizeof(char *);
  if(n < nitems)
     return english_strings[n];
  else
     return english2(n-nitems);
}

/*_________________________________________________________________*/

static const char * english_strings[] =
   { "u<v or u=v iff u<=v",                                       /* 0  */
     "",   /* 1 AVAILABLE */
     "",   /* 2 AVAILABLE */
     "show equation again",                                      /* 3  */
     "Coefficient of x^2 must be zero.",                         /* 4  */
     "Too difficult.  You can still try numerical or graphical solution.",  /* 5 */
     "That's the simplest form MATHPERT can find.",              /* 6  */
     "That's the answer.",                                       /* 7  */
     "Sorry, that operation can't be applied here.",             /* 8  */
     "Version",                                              /* 9  */
     "",     /* 10 */
     "",     /* 11 */
     "",     /* 12  */
     "",     /* 13 */
     "",     /* 14 */
     "",     /* 15  */
     "That polynomial is irreducible.",                          /* 16 */
     "That's the best MathXpert can do.",                         /* 17 */
     "How many terms do you want to see? ",                      /* 18 */
     "Enter value of ",                                          /* 19 */
     "Prove by induction on which variable? ",                   /* 20 */
     "Enter starting value of ",                                 /* 21 */
     "Definite Integration ",                                    /* 22 */
     "Enter your substitution (use = ) ",                        /* 23 */
     "Write it as a function of what? ",                         /* 24 */
     "Enter two expressions separated by a comma: ",             /* 25 */
     "Enter your proposed factor: ",                             /* 26 */
     "Linear in which variable? ",                               /* 27 */
     "Enter one of groups: ",                                    /* 28 */
     "Write it as a polynomial in what expression? ",            /* 29 */
     "Add what to both sides? ",                                 /* 30 */
     "Subtract what from both sides? ",                          /* 31 */
     "Transfer what term left to right? ",                       /* 32 */
     "Transfer what term right to left? ",                       /* 33 */
     "Multiply both sides by what? ",                            /* 34 */
     "Divide both sides by what? ",                              /* 35 */
     "Work on which equation?",                                  /* 36 */
     "Raise both sides to what power? ",                         /* 37 */
     "Enter $a$ in $u=v => a^u = a^v$: ",                        /* 38 */
     "Take what root of both sides? ",                           /* 39 */
     "Apply what function to both sides? ",                      /* 40 */
     "Evaluate at what value of ",                               /* 41 */
     "Enter values of ",                                         /* 42 */
     "Find root between what two numbers? ",                     /* 43 */
     "Add eqn no. ? to eqn no. ? ",                              /* 44 */
     "Subtract eqn no. ? from eqn no. ? ",                       /* 45 */
     "Multiply equation number ? by ? ",                         /* 46 */
     "Divide equation number ? by ? ",                           /* 47 */
     "Add ? times eqn no. ? to eqn no. ? ",                      /* 48 */
     "Subtract ? times eqn no. ? from eqn ? ",                   /* 49 */
     "Substitute for which variable? ",                          /* 50 */
     "Swap eqns ? and ? (enter 2 numbers) ",                     /* 51 */
     "Regard which variable as constant? ",                      /* 52 */
     "Swap rows ? and ? ",                                       /* 53 */
     "Add row ? to row ? ",                                      /* 54 */
     "Subtract row ? from row ? ",                               /* 55 */
     "Multiply row ? by ? ",                                     /* 56 */
     "Divide row ? by ? ",                                       /* 57 */
     "Add ? times eqn no. ? to eqn no. ? ",                      /* 58 */
     "Subtract ? times eqn no. ? from eqn no. ? ",               /* 59 */
     "Raise both sides to what positive odd power? ",            /* 60 */
     "Raise both sides to what non-negative odd power? ",        /* 61 */
     "Enter a in a^u < a^v : ",                                  /* 62 */
     "Enter new base of logarithms: ",                           /* 63 */
     "Apply what function to both sides? ",                      /* 64 */
     "Enter u in lim uv = lim u lim v : ",                       /* 65 */
     "Multiply num and denom by what? ",                         /* 66 */
     "Divide num and denom by what? ",                           /* 67 */
     "Enter u like this: u = x/h ",                              /* 68 */
     "Enter the term u to move to the denominator ",             /* 69 */
     "", /* 70 */
     "", /* 71 */
     "", /* 72 */
     "Write as polynomial in what expression? ",                 /* 73 */
     "Cannot determine the sign of the constant term.",          /* 74 */
     "Enter your choice of u, the part to differentiate:",       /* 75 */
     "Enter the intermediate point (or points) b:",              /* 76 */
     "Enter value of ",                                          /* 77 */
     "Enter your substitution like this: u = sin x ",            /* 78 */
     "Enter your definition like this: f(x) = 1/x ",             /* 79 */
     "Enter new definition like this: f(x) = 1/x ",              /* 80 */
     "Enter name of function to undefine. Example: f ",          /* 81 */
     "Enter initial values of ",                                 /* 82 */
     "Enter z-interval between contours: ",                    /* 83 */
     "Enter min and max values of ",                             /* 84 */
     "You could enter for example ",                             /* 85 */
     "= n pi; or just n pi ",                                /* 86 */
     "Enter new parameter value: ",                              /* 87 */
     "Enter new value of the active parameter: ",                /* 88 */
     "Enter new parameter increment: ",                          /* 89 */
     "Enter new increment for the active parameter: ",           /* 90 */
     "You could enter for example 1/",                           /* 91 */
     "Enter maximum value of ",                                  /* 92 */
     "Please enter an equation number between 1 and ",           /* 93 */
         /* The next strings are used by checkarg_msg  */
     "Entries should be separated by a comma.",                  /* 94; msg 1 */
     "Enter exactly TWO terms, please.",                         /* 95, msg 2 */
     "Enter a variable name, please.",                           /* 96, msg 3 */
     "That variable doesn't occur in this line.",                /* 97, msg 4 */
     "That expression evaluates to zero; try again.",            /* 98, msg 5 */
     "That expression is equal to zero. Please try again.",      /* 99, msg 6 */
     "Enter an integer, please.",                                /* 100, msg 7 */
     "Left side of = must be a variable already in use.",        /* 101, msg 8 */
     "You don't have that many equations.  Try again, please.",  /* 102, msg 9 */
     "Please enter two DIFFERENT equation numbers.",             /* 103, msg 10 */
     "Please enter a NUMBER.",                                   /* 104, msg 11 */
     "Enter exactly TWO numbers, please.",                       /* 105, msg 12 */
     "One of your entries isn't a number. Try again, please.",   /* 106, msg 13 */
     "Please enter a POSITIVE number.",                          /* 107, msg 14 */
     "Please enter a NONZERO number.",                           /* 108, msg 15 */
     "Please enter TWO items, separated by a comma.",            /* 109, msg 16 */
     "Your first entry isn't a valid equation number.",          /* 110, msg 17 */
     "Your second entry is zero. Please try again.",             /* 111, msg 18 */
     "POSITIVE expression expected.",                            /* 112, msg 19 */
     "NEGATIVE expression expected.",                            /* 113, msg 20 */
     "NONNEGATIVE expression expected.",                         /* 114, msg 21 */
     "NONPOSITIVE expression expected.",                         /* 115, msg 22 */
     "Entries must evaluate to numbers.",                        /* 116, msg 23 */
     "Enter two DIFFERENT numbers, please.",                     /* 117, msg 24 */
     "First number must be < second number.",                    /* 118, msg 25 */
     "Please use = sign.  Enter VARIABLE = EXPRESSION.",         /* 119, msg 26 */
     "Left side of = must be a variable name.",                  /* 120, msg 27 */
     "Please separate your three items by commas.",              /* 121, msg 28 */
     "Please enter THREE items, separated by commas.",           /* 122, msg 29 */
     "Enter a positive integer, please.",                        /* 123, msg 30 */
     "Can't understand your entry",                              /* 124, msg 31 */
     "Not a function you can use here.  Try again, please.",     /* 125, msg 32 */
     "The largest acceptable integer is 32,768.",                /* 126, msg 33 */
     "Variable already in use.  Choose a NEW variable.",         /* 127, msg 34 */
     "Right-hand side may not contain new variables.",           /* 128, msg 35 */
     "Positive ODD integer expected.",                           /* 129, msg 36 */
     "You must enter a product",                                 /* 130, msg 37 */
     "Complex numbers are turned off, so 'i' is not allowed.",   /* 131, msg 38 */
     "Wrong number of initial values",                           /* 132, msg 39 */
     "Please enter exactly 4 numbers. ",                         /* 133, msg 40 */
     "Right-hand side may not contain *         ",               /* 134, msg 41 */
              /* that extra space is used! don't delete it */
     "Left-hand side must be the old variable of integration. ", /* 135, msg 42 */
     "Please use = sign.  Example:  f(x) = 1/x. ",               /* 136, msg 43 */
     "Only variables are allowed as arguments on the left.",     /* 137, msg 44 */
     "Functions can have at most 12 arguments.",                 /* 138, msg 45 */
     "Enter an inequality involving only the independent variable.", /* 139, msg 46 */
     "Use < and <= only to define your interval.",               /* 140, msg 47 */
     "Your input does not define an interval.",                  /* 141, msg 48 */
     "Left side of = must be a variable. ",                      /* 142, msg 49 */
     "No new variables can be introduced here. ",                /* 143, msg 50 */
     "Left side of = must be a derivative. ",                    /* 144, msg 51 */
     "You already have a function by that name.",                /* 145, msg 52 */
     "Too many defined functions, can't accept another one.",    /* 146, msg 53 */
     "That function isn't defined, so you can't redefine it.",   /* 147, msg 54 */
     "That function is pre-defined, you can't define it.",       /* 148, msg 55 */
     "Repeated variable on the left side.",                      /* 149, msg 56 */
     "Extra variable on the right side.",                        /* 150, msg 57 */
     "Your second entry is not a valid equation number.",        /* 151, msg 58 */
     "Second entry must be a variable name.",                    /* 152, msg 59 */
     "No more than two variables allowed in simultaneous substitutions.", /* 153, msg 60 */
     "Illegal symbols on the right.",                            /* 154,msg 61 */
     "Please enter a constant.",                                 /* 155, msg 62 */
     "Because $a^n=b^n$ doesn't imply $a=b$, this equation",       /* 156 */
     "may not be equivalent to the previous one.",               /* 157 */
     "Check your final solutions in the original equation.",     /* 158 */
     "ln $z$ defined only for positive $z$",                     /* 159 */
     "$log(b,z)$ defined only for positive $z$",                  /* 160 */
     "That would result in an undefined term",                   /* 161 */
     "Can't take $^n\\sqrt a$ unless n is a positive integer.",         /* 162 */
     "Can't take even root of negative number.",                 /* 163 */
     "take $\\sqrt $ of both sides",                                     /* 164 */
     "take $^n\\sqrt $ of both sides",                                    /* 165 */
     "de Moivre's theorem",                                      /* 166 */
     "Left side would not be defined.",                          /* 167 */
     "change signs",                                             /* 168 */
     "Right side would not be defined.",                         /* 169 */
     "apply",                                                    /* 170 */
     "!Solutions all check OK in original equation for ",        /* 171 */
     "!None of the solutions satisfy the original equation for ", /* 172 */
     "Reject all solutions.",                                    /* 173 */
     "!Only one solution satisfies the original equation for ",  /* 174 */
     "Check solutions",                                          /* 175 */
     "!Keep only solutions that satisfy the original equation.", /* 176 */
     "Original problem not an equation or inequality.",          /* 177 */
     "Equation not solved yet, can't check solutions.",          /* 178 */
     "!Solution checks in the original equation for ",           /* 179 */
     "Check solution",                                           /* 180 */
     "!Solution doesn't satisfy the original equation for ",     /* 181 */
     "1/u can't be zero",                                        /* 182 */
     "Value not in range of complex $\\sqrt $ function",               /* 183 */
     "Value not in range of complex root function",              /* 184 */
     "Square roots must be non-negative",                        /* 185 */
     "Even roots must be non-negative",                          /* 186 */
     "Roots can't be negative.",                                 /* 187 */
     "Roots must have non-negative imaginary part.",             /* 188 */
     "add to both sides",                                        /* 189 */
     "add ",                                                     /* 190 */
     "subtract 0",                                               /* 191 */
     "subtract ",                                                /* 192 */
     "subtract term",                                            /* 193 */
     "multiply by 1",                                            /* 194 */
     "multiply both sides",                                      /* 195 */
     "multiply by ",                                             /* 196 */
     "divide by 1",                                              /* 197 */
     "Can't divide by zero",                                     /* 198 */
     "divide both sides",                                        /* 199 */
     "divide by ",                                               /* 200 */
     "if a=b then b=a",                                          /* 201 */
     "if a<b then b>a",                                          /* 202 */
     "if a>b then b<a",                                          /* 203 */
     "if $a\\le b$ then $b\\ge a$",                                          /* 204 */
     "if $a\\ge b$ then $b\\le a$",                                          /* 205 */
     "add 0",                                                    /* 206 */
     "a^x not zero if a>0",                                      /* 207 */
     "e^x is never 0",                                           /* 208 */
     "e^x > 0",                                                  /* 209 */
     "a^x > 0 if a>0",                                           /* 210 */
     "!One factor has to be nonzero by current assumptions",     /* 211 */
     "!Some factors are nonzero by current assumptions",         /* 212 */
     "!Equation is an identity",                                 /* 213 */
     "zero factor",                                              /* 214 */
     "a=0 or b=0 if ab=0",                                       /* 215 */
     "selected",                                                 /* 216 */
     "You already have an equation selected.",                   /* 217 */
     "First use \"show all equations\";",                        /* 218 */
     "after that you can select an equation.",                   /* 219 */
     "show all equations",                                       /* 220 */
     "combine multiplicities",                                   /* 221 */
     "combine solutions",                                        /* 222 */
     "You must first evaluate the derivative.",                  /* 223 */
     "You must first evaluate the integral.",                    /* 224 */
     "You probably want \'experiment numerically\' ",            /* 225 */
     "on the LIMITS menu.  This operation",                      /* 226 */
     "doesn\'t work on limits.",                                 /* 227 */
     "Definite integrals can be evaluated",                      /* 228 */
     "numerically, but not by this operation.",                  /* 229 */
     "Look on the DEFINITE INTEGRALS menu.",                     /* 230 */
     "evaluate at point",                                        /* 231 */
     "solve numerically",                                        /* 232 */
     "root not bracketed",                                       /* 233 */
     "Apparent failure of numerical method",                     /* 234 */
     "to converge, even after many iterations.",                 /* 235 */
     "Left-hand side of equation must be quadratic.",            /* 236 */
     "Right-hand side of equation must be constant.",            /* 237 */
     "complete the square",                                      /* 238 */
     "subtract right side",                                      /* 239 */
     "cancel common factor",                                     /* 240 */
     "common factor is zero",                                    /* 241 */
     "|u|=c iff u=c or u=-c",                                    /* 242 */
     "cross multiply",                                           /* 243 */
     "unsolvable equation",                                      /* 244 */
     "cancel constant",                                          /* 245 */
     "solve linear equation",                                    /* 246 */
     "if a=b then $a^n=b^n$",                                      /* 247 */
     "if a=b then c^a=c^b",                                      /* 248 */
     "u=v iff u^2=v^2, $uv\\ge 0$",                                  /* 249 */
     "drop nonzero factor",                                      /* 250 */
     "drop nonzero factors",                                     /* 251 */
     "You have complex numbers turned off.",                     /* 252 */
     "discriminant is negative",                                 /* 253 */
     "quadratic formula",                                        /* 254 */
     "factor integer",                                           /* 255 */
     "That integer is prime",                                    /* 256 */
     "Integer (or integers) are prime",                          /* 257 */
     "No factors less than than 65,536,",                        /* 258 */
     "but definitely not a prime.",                              /* 259 */
     "and probably is prime.",                                   /* 260 */
     "Largest factor has no factors less than 65,536,",          /* 261 */
     "but it definitely isn't prime",                            /* 262 */
     "No factors less than 65,536",                              /* 263 */
     "That operation factors only integers.",                    /* 264 */
     "complex prime factors",                                    /* 265 */
     "that number has no complex factors",                       /* 266 */
     "complex integer has no complex factors",                   /* 267 */
     "Large number has no factors with",                         /* 268 */
     "real and imag parts than 65,536.",                         /* 269 */
     "No factors with real and imag parts less than 65,536",     /* 270 */
     "That operation requires nonzero real part.",               /* 271 */
     "That operation requires nonzero imaginary part.",          /* 272 */
     "factor n+mi",                                              /* 273 */
     "factor coefficients",                                      /* 274 */
     "factor denominator",                                       /* 275 */
     "Denominator too hard to factor",                           /* 276 */
     "Denominator cannot be factored",                           /* 277 */
     "factor expression",                                        /* 278 */
     "denom",                                                    /* 279 */
     "You must first evaluate the ",                             /* 280 */
     "limit in the denominator.",                                /* 281 */
     "integral in the denominator.",                             /* 282 */
     "Use a(b/c) = ab/c to multiply",                            /* 283 */
     "by a rational fraction.",                                  /* 284 */
     "zero denominator",                                         /* 285 */
     "invert and multiply",                                      /* 286 */
     "common denominator",                                       /* 287 */
     "|u|=u if $u\\ge 0$",                                           /* 288 */
     "|a|= -a if $a\\le 0$",                                         /* 289 */
     "|u|=u if $u\\ge 0$",                                           /* 290 */
     "|u|=-u if $u\\le 0$",                                          /* 291 */
     "definition of |u|",                                        /* 292 */
     "Maybe you meant $\\le $ instead of <",                         /* 293 */
     "|u|<v iff -v < u < v",                                     /* 294 */
     "Maybe you meant < instead of $\\le $",                         /* 295 */
     "$|u|\\le v$ iff $-v \\le  u \\le  v$",                                 /* 296 */
     "u<|v| iff v<-u or u<v",                                    /* 297 */
     "$u\\le |v|$ iff $v\\le -u$ or $u\\le v$",                              /* 298 */
     "$|u|^(2n)=u^(2n)$ requires u to be real",                        /* 299 */
     "$|u|^(2n) = u^(2n)$ ",                                           /* 300 */
     "$|u^n|=|u|^n$ (u real)",                                     /* 301 */
     "u=v iff $u^2=v^2$, $uv\\ge 0$",                                  /* 302 */
     "|a||b|=|ab|",                                              /* 303 */
     "|uv|=|u||v|",                                              /* 304 */
     "|cu| = c|u| if $c \\ge  0$",                                   /* 305 */
     "|u| = c if $c\\ge 0$",                                         /* 306 */
     "$0 \\le  |u|$ is true",                                        /* 307 */
     "$|u| \\ge  0$ is true",                                        /* 308 */
     "|u| < 0 is false",                                         /* 309 */
     "0 > |u| is false",                                         /* 310 */
     "|u|/u=1 iff 0 < u",                                        /* 311 */
     "u/|u|=1 iff 0 < u",                                        /* 312 */
     "|u|/u=-1 iff u<0",                                         /* 313 */
     "u/|u|=-1 iff u<0",                                         /* 314 */
     "|u|/u=c => $c=\\pm 1$",                                        /* 315 */
     "You must first make one side zero.",                       /* 316 */
     "Complex numbers are turned on,",                           /* 317 */
     "and there will be complex roots",                          /* 318 */
     "even when b^2-4ac < 0.",                                    /* 319 */
     "Expression is not quadratic.",                             /* 320 */
     "discriminant < 0",                                         /* 321 */
     "Negative discriminant implies no solution",                /* 322 */
     "Too many factors",                                         /* 323 */
     "That doesn't multiply out correctly.",                     /* 324 */
     "factor quadratic",                                         /* 325 */
     "This quadratic can't be factored",                         /* 326 */
     "using integer coefficients.",                              /* 327 */
     " Number of trials: ",                                      /* 328 */
     " Trying linear factor: ",                                  /* 329 */
     "Coefficients or degrees too large.",                       /* 330 */
     "Sorry about that.",                                        /* 331 */
     "Numerical coefficients must be integers.",                 /* 332 */
     "Numerical coefficients must be complex integers.",         /* 333 */
     " Trying factors: ",                                        /* 334 */
     "Expression not a polynomial.",                             /* 335 */
     "Coefficients must be integers",                            /* 336 */
     "This operation only works if there",                       /* 337 */
     "are at most two variables.",                               /* 338 */
     "In $^n\\sqrt (a^n) = a$, $a$ must be non-negative.",       /* 339 */
     "First factor out a common term.",                          /* 340 */
     "Constant term is too big",                                 /* 341 */
     "for MathXpert to factor.",                                  /* 342 */
     "Leading coefficient is too big",                           /* 343 */
     "Exhaustive search failed.",                                /* 344 */
     "There is no linear factor.",                               /* 345 */
     "But the constant term was not",                            /* 346 */
     "a monomial.  Maybe it factors; if",                        /* 347 */
     "so, we missed some possibilities.",                        /* 348 */
     "linear factor",                                            /* 349 */
     "polynomial division",                                      /* 350 */
     "That would create a very long expression.",                /* 351 */
     "Try a problem with an exponent less than 100.",            /* 352 */
     "Proposed factor must contain a variable.",                 /* 353 */
     "Requires a sum of 4 or more terms",                        /* 354 */
     "Sum of terms expected.",                                   /* 355 */
     "Too many terms in the group.",                             /* 356 */
     "The group you entered contains a",                         /* 357 */
     "term which isn't in the problem.",                         /* 358 */
     "Perhaps you made a typing mistake.",                       /* 359 */
     "The group you entered is not a polynomial.",               /* 360 */
     "factor by grouping",                                       /* 361 */
     "expand sin",                                               /* 362 */
     "Numerical factoring works only on",                        /* 363 */
     "polynomials in only one variable.",                        /* 364 */
     "You might want to try",                                    /* 365 */
     "\"Graph complex roots of poly\"",                          /* 366 */
     "Coefficient too large to handle",                          /* 367 */
     "calculate roots",                                          /* 368 */
     "polynomials, i.e. sums of monomials.",                     /* 369 */
     "Can't compute roots numerically",                          /* 370 */
     "Impossible equation",                                      /* 371 */
     "Solve equation",                                           /* 372 */
     "variables to left",                                        /* 373 */
     "constants to right",                                       /* 374 */
     "transfer terms",                                           /* 375 */
     "That operation works only on systems of linear equations.", /* 376 */
     "Variables already lined up.",                              /* 377 */
     "First move constants to the right side",                   /* 378 */
     "Before lining up the variables, collect terms.",           /* 379 */
     "line up variables",                                        /* 380 */
     "Add eqn ",                                                 /* 381 */
     " to eqn ",                                                 /* 382 */
     "Sub eqn ",                                                 /* 383 */
     " from eqn ",                                               /* 384 */
     "Multiply eqn ",                                            /* 385 */
     " by ",   /* as in Muliply eqn 3 by 2 */                    /* 386 */
     "constant",                                                 /* 387 */
     "Divide eqn ",                                              /* 388 */
     "Add ",                                                     /* 389 */
     " times ",                                                  /* 390 */
     "eqn ",                                                     /* 391 */
     "Subtract ",                                                /* 392 */
     "Substitute for ",                                          /* 393 */
     "Exponent must be constant for this to work.",              /* 394 */
     "swap equations",                                           /* 395 */
     "That operation is only for use after the",                 /* 396 */
     "equations are already all solved. ",                       /* 397 */
     "rearrange equations",                                      /* 398 */
     "rearrange",                                                /* 399 */
     "drop identity",                                            /* 400 */
     "drop identities",                                          /* 401 */
     " is already treated is constant.",                         /* 402 */
     "Equation ",                                                /* 403 */
     " is not solvable.",                                        /* 404 */
     "That would make all the equations constant",               /* 405 */
     "Regard ",                                                  /* 406 */
     " as constant",                                             /* 407 */
     "!From now on ",                                            /* 408 */
     " is constant.",                                            /* 409 */
     "contradiction",                                            /* 410 */
     "No solution",                                              /* 411 */
     "You must first evaluate the limit(s)",                     /* 412 */
     "Can't verify that the integral is defined and finite",     /* 413 */
     "Can't apply $x\\times 0 = 0$ when x is not defined.",             /* 414 */
     "regroup factors",                                          /* 415 */
     "bring number to front",                                    /* 416 */
     "arithmetic",                                               /* 417 */
     "numbers multiply to 1",                                    /* 418 */
     "collect numbers",                                          /* 419 */
     "collect powers",                                           /* 420 */
     "Use multiply out if you want",                             /* 421 */
     "to multiply out a product of",                             /* 422 */
     "more than two sums.",                                      /* 423 */
     "To expand a power, use the binomial theorem.",             /* 424 */
     "multiply out",                                             /* 425 */
     "Sorry, the exponent has to be less than two billion.",     /* 426 */
     "binomial theorem",                                         /* 427 */
     "multiply and cancel",                                      /* 428 */
     "put factors in order",                                     /* 429 */
     "put terms in order",                                       /* 430 */
     "You must factor the denominator first.",                   /* 431 */
     "partial fractions",                                        /* 432 */
     "common factor",                                            /* 433 */
     "regroup terms",                                            /* 434 */
     "cancel $\\pm $ terms",                                         /* 435 */
     "cancel ",                                                  /* 436 */
     "collect and cancel",                                       /* 437 */
     "collect like terms",                                       /* 438 */
     "cancel terms",                                             /* 439 */
     "undefined expression",                                     /* 440 */
     "$0^0$ is undefined",                                       /* 441 */
     "The law $(a^b)^c = a^(bc)$ is valid only when $a>0$ or $c$ is ",/* 442 */
     "an integer. For example, $((-1)^2)^(1/2)$ is 1, not -1.",   /* 443 */
     "MathXpert can't cope with $root(n,x)$",                     /* 444 */
     "unless $n < 65537.$",                                     /* 445 */
     "undefined power",                                          /* 446 */
     "Exponent must be positive.",                               /* 447 */
     "Exponent not known to be defined",                         /* 448 */
     "This power of -1 is undefined when working with",          /* 449 */
     "real numbers only, as you are at the moment.",             /* 450 */
     "Try it again under Complex Numbers",                       /* 451 */
     "(-1)^(odd/odd) = -1",                                      /* 452 */
     "$^n\\sqrt (b^n)=b$ if n odd",                                      /* 453 */
     "$^n\\sqrt (b^n)=b$ if $b\\ge 0$",                                      /* 454 */
     "$^n\\sqrt (b^n)=b$                if $b\\ge 0$ or n odd",              /* 455 */
     "$^n\\sqrt (c^nb)=c ^n\\sqrt b$ (n odd)",                                  /* 456 */
     "$^n\\sqrt (c^nb)=c ^n\\sqrt b$ if $c\\ge 0$",                                 /* 457 */
     "$^n\\sqrt (a^nb)= a ^n\\sqrt b$           if $a\\ge 0$ or n odd",             /* 458 */
     "compute complex root",                                     /* 459 */
     "compute square root",                                      /* 460 */
     "compute root",                                             /* 461 */
     " requires $x\\ge 0$ for even n",                               /* 462 */
     "$^n\\sqrt x ^n\\sqrt y$ = $^n\\sqrt (xy)$",                                     /* 463 */
     "$^n\\sqrt (ab) = ^n\\sqrt a ^n\\sqrt b$",                                       /* 464 */
     " requires $a\\ge 0$ and $b\\ge 0$",                                /* 465 */
     "undefined root",                                           /* 466 */
     "!Equation contradicts assumptions",                        /* 467 */
     "This operation only works if there's an",                  /* 468 */
     "exponent on one side of the inequality.",                  /* 469 */
     "One side of the inequality must be",                       /* 470 */
     "an odd power for this to work.",                           /* 471 */
     "You can't take roots of inequalities",                     /* 472 */
     "with complex numbers turned on.",                          /* 473 */
     "Exponent must be constant for this to work.",              /* 474 */
     "This only works if the exponent is odd,",                  /* 475 */
     "or both sides of the inequality are >= 0.",                /* 476 */
     "Left side is negative, so that won't work.",               /* 477 */
     "That only works on polynomials in one variable.",          /* 478 */
     "Coefficients must be integers.",                           /* 479 */
     "Can't identify any positive factor.",                      /* 480 */
     "divide num and denom",                                     /* 481 */
     "$^n\\sqrt u < v => u < v^n$",                                      /* 482 */
     "$^n\\sqrt u \\le  v => u \\le  v^n$",                                      /* 483 */
     "$u < v => u^n < v^n$      (n odd, n>0)",                     /* 484 */
     "$u \\le  v => u^n \\le  v^n$      (n odd, $n\\ge 0$)",                   /* 485 */
     "solve linear ineq",                                        /* 486 */
     "examine the signs         of the factors",                 /* 487 */
     "Your equations are nonlinear.",                            /* 488 */
     "You must first collect like terms.",                       /* 489 */
     "matrix form",                                              /* 490 */
     "swap equations",                                           /* 491 */
     "Multiplying by 1 won't change anything.",                  /* 492 */
     "Add row ",                                                 /* 493 */
     " to row ",                                                 /* 494 */
     "Sub row ",                                                 /* 495 */
     " from row ",                                               /* 496 */
     "Multiply row ",                                            /* 497 */
     "Can't use Cramer's rule unless the number of ",            /* 498 */
     "equations is the same as the number of variables.",        /* 499 */
     "Cramer's rule",                                            /* 500 */
     "evaluate determinant",                                     /* 501 */
     "square-free factors",                                      /* 502 */
     "Work on which inequality?",                                /* 503 */
     "Work on which equation or inequality?",                    /* 504 */
     "drop positive factors",                                    /* 505 */
     "Can't verify denominator is positive",                     /* 506 */
     "Can't verify numerator is positive",                       /* 507 */
     "Can't verify sides of inequality are non-negative",        /* 508 */
     "$0\\le u<v => u^n<v^n (n>0)$",                                   /* 509 */
     "$0\\le u\\le v => u^n\\le v^n (n>0)$",                                   /* 510 */
     "Raise both sides to what positive power? ",                /* 511 */
     "Can't evaluate numerically because",                       /* 512 */
     "a variable is present.",                                   /* 513 */
     "Answer would be indeterminate. ",                          /* 514 */
     "Maybe common denominators would help.",                    /* 515 */
     "The entire expression inside 'lim' is independent of ",    /* 516 */
     "Exponent isn't constant",                                  /* 517 */
     "so that operation can't be used.",                         /* 518 */
     "Exponent is zero.  Simplify it directly.",                 /* 519 */
     "Resulting limit would be undefined",                       /* 520 */
     "so that operation can't be used.",                         /* 521 */
     "Index of root is not odd",                                 /* 522 */
     "$lim ^n\\sqrt u = ^n\\sqrt (lim u)$  if n is odd",                       /* 523 */
     "Limit under $^n\\sqrt $ would not be positive,",                  /* 524 */
     "$lim ^n\\sqrt u = ^n\\sqrt (lim u)$  if lim u > 0",                      /* 525 */
     "Limit under $\\sqrt $ would not be positive,",                   /* 526 */
     "$lim \\sqrt u = \\sqrt (lim u)$    if lim u > 0",                      /* 527 */
     "limit of polynomial",                                      /* 528 */
     "$lim(x\\to a,f(x))= f(a)$      (polynomial f)",                /* 529 */
     "Can't find the term you entered as a common factor.",      /* 530 */
     "Use factoring instead to take that term out.",             /* 531 */
     "Only one factor is divisible by that term.",               /* 532 */
     "Enter the common factor (a in the formula):",              /* 533 */
     "You can't factor out 1.",                                  /* 534 */
     "First you must evaluate the derivative.",                  /* 535 */
     "definition",                                               /* 536 */
     "You must first evaluate the ",                             /* 537 */
     "integral",                                                 /* 538 */
     "derivative",                                               /* 539 */
     "sum",                                                      /* 540 */
     "limit",                                                    /* 541 */
     "indexed product",                                          /* 542 */
     "defn of ",                                                 /* 543 */
     "expand defn",                                              /* 544 */
     "Too many expressions separated by commas.",                /* 545 */
     "At most two at a time can be handled.",                    /* 546 */
     "write as function of ",                                    /* 547 */
     "It wouldn't help to substitute for a constant.",           /* 548 */
     "That substitution would not eliminate a variable",         /* 549 */
     "so afterwards you would have MORE variables.",             /* 550 */
     "MathXpert can't handle any more variables!",                /* 551 */
     "Sorry about that.",                                        /* 552 */
     "MathXpert can't handle so many variables!",                 /* 553 */
     "Can't use a bound variable for induction.",                /* 554 */
     "!Prove it by induction on ",                               /* 555 */
     "It's already proved.",                                     /* 556 */
     "Basis case is already done.",                              /* 557 */
     "Trying a proof by nested induction.",                      /* 558 */
     "You can undo if you didn't try nested",                    /* 559 */
     "induction on purpose.",                                    /* 560 */
     "basis case",                                               /* 561 */
     "Induction step is already done.",                          /* 562 */
     "induction step",                                           /* 563 */
     "This is to be proved using",                               /* 564 */
     "the induction hypothesis.",                                /* 565 */
     "proved by induction",                                      /* 566 */
     "Some assumption depends on the induction variable.",       /* 567 */
     "Possibly what you are trying to prove isn't",              /* 568 */
     "correct without more assumptions.",                        /* 569 */
     "You aren't working on an induction step now,",             /* 570 */
     "so you don't have an induction hypothesis.",               /* 571 */
     "induction hypothesis",                                     /* 572 */
     "No variable present, can't use induction.",                /* 573 */
     "More than one possible induction variable.",               /* 574 */
     "First use \"select induction variable\"",                  /* 575 */
     "Numerator isn't constant",                                 /* 576 */
     "so that operation can't be used.",                         /* 577 */
     "calculate limit of     rational function",                 /* 578 */
     "Limit of denominator is ",                                 /* 579 */
     "zero",                                                     /* 580 */
     "undefined",                                                /* 581 */
     "Limit in numerator would be undefined.",                   /* 582 */
     "Limit in denominator would be undefined.",                 /* 583 */
     "This limit is not an indeterminate form.",                 /* 584 */
     "MathXpert cannot determine whether this is an indeterminate form or not.", /* 585 */
     "Sorry, but under those circumstances the rule can't be applied.", /* 586 */
     "MathXpert cannot evaluate the limit that would result.",    /* 587 */
     "L'Hospital's rule",                                         /* 588 */
     "That only works on limits of quotients.",                  /* 589 */
     "mult num and denom",                                       /* 590 */
     "In du/dx, x must be a variable.",                          /* 591 */
     "defn of derivative",                                       /* 592 */
     "That operation won't work here because the",               /* 593 */
     "expression inside the function isn't exactly",             /* 594 */
     "the same as the independent variable. Try the",            /* 595 */
     "chain rule version of the operation instead.",             /* 596 */
     "The exponent depends on ",                                 /* 597 */
     "so you can't use that operation.",                         /* 598 */
     "power rule",                                               /* 599 */
     "dc/dx=0 (c constant)",                                     /* 600 */
     "product rule",                                             /* 601 */
     "(d/dx)(c/v) = -c/v^2  (c constant)",                       /* 602 */
     "(d/dx)(c/v) =        -c(dv/dx)/v^2         (c constant)",  /* 603 */
     "quotient rule",                                            /* 604 */
     "in $d/dx$, $x$ must be a variable.",                       /* 605 */
     "Can't take derivatives of non-integer order",              /* 606 */
     "fundamental theorem  of calculus",                         /* 607 */
     "Can't differentiate while solving equations.",             /* 608 */
     "Example: solve $x = 1$; $dx/dx = 1 = d1/dx = 0$",          /* 609 */
     "definition of $d^nu/dx^n$",                                  /* 610 */
     "calculate derivative",                                     /* 611 */
     "That's a good answer. To see more derivatives, choose Differentiate the Equation.", /* 612 */
     "$\\sqrt x\\sqrt y = \\sqrt (xy)$",                                           /* 613 */
     " requires $x\\ge 0$ and $y\\ge 0$",                                /* 614 */
     " Not linear.  You cannot solve nonlinear systems with MathXpert.", /* 615 */
     " Expression to be evaluated: ",                            /* 616 */
     " Integral to be evaluated: ",                              /* 617 */
     " System of differential equations to solve: ",             /* 618 */
     " Functions to be graphed : ",                              /* 619 */
     "Does ",                                                    /* 620 */
     " depend on ",                                              /* 621 */
         /* previous two used to construct: Does x depend on y? */
     "Which variables depend on ",                               /* 622 */
     "? (enter at least ",                                       /* 623 */
     "You must enter a variable. Press any key and try again.",  /* 624 */
     " isn't in the problem. ",                                  /* 625 */
     "Enter a variable now.",                                    /* 626 */
     "Press Enter again to confirm.",                            /* 627 */
     "You must enter one or more variables. ",                   /* 628 */
     "Press any key and try again.",                             /* 629 */
     " After specifying the constants, equations must be linear. ", /* 630 */
     " Complex numbers allowed ",                                /* 631 */
     " Using real numbers only ",                                /* 632 */
     " $\\sqrt $ and $^n\\sqrt $ allowed in factors  ",                       /* 633 */
     " $\\sqrt $ and $^n\\sqrt $ not allowed in factors ",                    /* 634 */
     " auto mode",                                               /* 635 */
     " menu mode",                                               /* 636 */
     "This copy registered to ",                                 /* 637 */
     "Serial Number  ",                                          /* 638 */
     "Solve for which variable? ",                               /* 639 */
     "Differentiate with respect to which variable? ",           /* 640 */
     "Integrate with respect to which variable? ",               /* 641 */
     "Which is the independent complex variable? ",              /* 642 */
     "Which variable do you want on the horizontal axis? ",      /* 643 */
     "Which is the independent variable? ",                      /* 644 */
     "Which variable do you want on the vertical axis? ",        /* 645 */
     "Can't evaluate left side",                                 /* 646 */
     "Can't evaluate right side",                                /* 647 */
     "evaluate at ",                                             /* 648 */
     "point",                                                    /* 649 */
     "Base is not constant.",                                    /* 650 */
     "Use $d/dx u^v = (d/dx) e^(v ln u)$ instead.",              /* 651 */
     "The exponent is constant, ",                               /* 652 */
     "so use the power rule instead.",                           /* 653 */
     "Can't take ln of a negative number.",                      /* 654 */
     "The two derivatives must be with",                         /* 655 */
     "respect to the same variable.",                            /* 656 */
     "differentiate           polynomial",                       /* 657 */
     "$a$ must be positive in $ln a$",                           /* 658 */
     "That operation requires the exponent to be real.",         /* 659 */
     "That would create a log of a negative number.",            /* 660 */
     "That would create ln of a negative number.",               /* 661 */
     "The new equation may have solutions that are not solutions", /* 662 */
     "of the previous equation, since $log(ab)$ is defined when both", /* 663 */
     "$a$ and $b$ are negative, but $log a$ and $log b$ are not. Remember",  /* 664 */
     "to check your final solution(s) in the original equation.", /* 665 */
     "compute complex log",                                     /* 666 */
     "compute log",                                             /* 667 */
     "compute complex ln",                                      /* 668 */
     "compute ln",                                              /* 669 */
     "Writing $e^n = e^(n ln e)$ can't possibly help.",          /* 670 */
     "Introducing $ln u$ requires $u>0$,",                      /* 671 */
     "as complex numbers are turned off now.",                  /* 672 */
     "definition of exp",                                       /* 673 */
     "change base of logs",                                     /* 674 */
     "Sorry, the base is too large for MathXpert.",              /* 675 */
     "factor out base",                                         /* 676 */
     "Base is not an exact power",                              /* 677 */
     "express as polynomial",                                   /* 678 */
     "differentiate           the equation",                    /* 679 */
     "break $\\int |f(t)| dt$",                                      /* 680 */
     "evaluate integral",                                       /* 681 */
     "Exponent must be negative",                               /* 682 */
     "exponent of sec must be an integer",                      /* 683 */
     "exponent must be at least 3",                             /* 684 */
     "reduce $\\int sec^n t dt$",                                     /* 685 */
     "integrate matrix            term by term",                /* 686 */
     "combine constants",                                       /* 687 */
     "Can't take ln of non-positive number",                    /* 688 */
     "Can't take ln of a negative number",                      /* 689 */
     "Your substitution did not mention a new variable.",       /* 690 */
     "Only one new variable can be introduced.",                /* 691 */
     "That substitution won't eliminate ",                      /* 692 */
     "Can't solve substitution for ",                           /* 693 */
     "Substitution either not one-to-one or",                   /* 694 */
     "just too complicated to handle.",                         /* 695 */
     "That substitution isn't well-defined.",                   /* 696 */
     "In solving for ",                                         /* 697 */
     ", an undefined term occurs.",                             /* 698 */
     "No substitution has been defined",                        /* 699 */
     "You must first compute $d$",                              /* 700 */
     "Angle is not expressed in degrees.",                      /* 701 */
     "Can't do arithmetic with that angle",                     /* 702 */
     "multiple of ",                                            /* 703 */
     "odd multiple of ",                                        /* 704 */
     "Use \"angle is multiple of $90\\deg $\" instead.",        /* 705 */
     "radians to degrees",                                      /* 706 */
     "degrees to radians",                                      /* 707 */
     "First express the angle in degrees.",                     /* 708 */
     "This only works on positive angles.",                     /* 709 */
     "angle = $30\\deg  + b 45\\deg $",                         /* 710 */
     "angle = $60\\deg  + b 45\\deg $",                         /* 711 */
     "$\\int c dt=ct$ (c constant)",                            /* 712 */
     "Exponent depends on ",                                    /* 713 */
     "so you can't use that operation.",                        /* 714 */
     "When the exponent is -1",                                 /* 715 */
     "the power rule does not apply.",                          /* 716 */
     "When the exponent is 1",                                  /* 717 */
     "that rule does not apply",                                /* 718 */
     "Can't verify that the interval of integration",           /* 719 */
     "does not include a singularity.  You can't",              /* 720 */
     "integrate 1/",                                            /* 721 */
     "t across t=0.",                                           /* 722 */
     "(t-a) across t=a.",                                       /* 723 */
     "You must specify the interval",                           /* 724 */
     "before tabulating values.",                               /* 725 */
     "You can't change the interval,",                          /* 726 */
     "except by using undo back to where you",                  /* 727 */
     "rejected a point outside the interval.",                  /* 728 */
     "critical points",                                         /* 729 */
     "add critical points",                                     /* 730 */
     "endpoints",                                               /* 731 */
     "add endpoints",                                           /* 732 */
     "decimal to fraction",                                     /* 733 */
     "Decimal numbers over 100,000 are assumed to be approximate, and cannot be converted to fractions.",    /* 734 */
     "Decimal numbers less than 0.000001 are assumed to be approximate, and cannot be converted to fractions.",  /* 735 */
     "This decimal number is not equal to any simple fraction. ", /* 736 */
     "MathXpert treats most decimal numbers as inexact, approximate numbers. ",   /* 737 */
     "The manual, or Help, explains exactly which decimals can be converted to fractions.",  /* 738 */
     "You can't apply that law when the exponent is not defined.", /* 739 */
     "You must first evaluate the limit in the exponent.",      /* 740 */
     "You must first evaluate the integral in the exponent.",   /* 741 */
     "(-1)^n = -1 (odd n)",                                     /* 742 */
     "(-1)^n = 1 (even n)",                                     /* 743 */
     "That operation is a good choice, but you should ",        /* 744 */
     "apply it to a different term than the one you selected.", /* 745 */
     "First evaluate the limit in the exponent to be sure that it is defined and positive.",  /* 746 */
     "First evaluate the limit to be sure it is not zero.",     /* 747 */
     "That would create an undefined power.",                   /* 748 */
     "The new numerator would be undefined.",                   /* 749 */
     "The new denominator would be undefined.",                 /* 750 */
     "mult num and denom   by cos x - sin x",                   /* 751 */
     "mult num and denom   by cos x + sin x",                   /* 752 */
     "mult num, denom by ?",                                    /* 753 */
     "double angle formulas",                                   /* 754 */
     "mult num and denom by",                                   /* 755 */
     "$(^n\\sqrt c)^n=c$ if n is odd",                                  /* 756 */
     "$(^n\\sqrt c)^n=c$ (if defined)",                                 /* 757 */
     "common denom and simp",                                   /* 758 */
     "     in ",                                                /* 759 */
     "Too many equations.",                                     /* 760 */
     "Graph original equation or current equation?",            /* 761 */
     "Graph original equation or current equations?",           /* 762 */
     "Limit expected.",                                         /* 763 */
     "MathXpert can't graph systems of linear equations in more than two variables.",  /* 764 */
     "Graphing not available for inequalities",                 /* 765 */
     "Graphing not available for complex numbers",              /* 766 */
     "Add selected equation to which equation?",                /* 767 */
     "Cannot graph this expression.",                           /* 768 */
     "Subtract selected equation from which equation?",         /* 769 */
     "Swap selected equation with which equation?",             /* 770 */
     "Add selected row to which row?",                          /* 771 */
     "Subtract selected row from which row?",                   /* 772 */
     "previous expression",                                     /* 773 */
     "Well, this substitution doesn't seem to work.",           /* 774 */
     "Couldn't make that substitution work,",                   /* 775 */
     "so let's try something else.",                            /* 776 */
     "integrand=$f(u)\\times du/dx$",                           /* 777 */
     "Expression too big to display.  You can click OK or Edit even though your formula is not visible.",                           /* 778 */
     " Trying substitution: ",                                  /* 779 */
     "substitution",                                            /* 780 */
     "That substitution doesn't eliminate ",                    /* 781 */
     "That integral can't be done using ",                      /* 782 */
     "only substitution and table lookup.",                     /* 783 */
     "Can't compute lower limit of integral.",                  /* 784 */
     "The new point must be between the limits of integration.",/* 785 */
     "You must enter a term that divides the integrand",        /* 786 */
     "MathXpert can't integrate $dv$ for this choice of $u$ ",   /* 787 */
     "so that choice of $u$ won't work.",                       /* 788 */
     "summary of work",                                         /* 789 */
     "That operation almost applies here, but",                 /* 790 */
     "you must first prepare for it by using $",                /* 791 */
     "You are getting ahead of yourself here.",                 /* 792 */
     "Before you are ready to use that operation, ",            /* 793 */
     "Can't compute upper limit of integral.",                  /* 794 */
     "you have to prepare by using ",                           /* 795 */
     "$     and $",                                             /* 796 */
     "That operation won't work here,",                         /* 797 */
     "but you seem to be on the right track",                   /* 798 */
     "You might try $",                                         /* 799 */
     "integrate polynomial",                                    /* 800 */
     "trial factor too big to display",                         /* 801 */
     "Number of terms evaluated: ",                             /* 802 */
     "Computation stopped at user's request.",                  /* 803 */
     "Then $v = $",                                             /* 804 */
     "You should first differentiate the equation.",            /* 805 */
     "After that, you can put in the numbers.",                 /* 806 */
     "substitute values",                                       /* 807 */
     "numerical calculation",                                   /* 808 */
     "Can't integrate numerically. There must be",              /* 809 */
     "something unusual about this integral!",                  /* 810 */
     "$u(x) = -u(-x)$ isn't true for this integrand.",          /* 811 */
     "Can't verify $u(x) = -u(-x)$ for this integrand.",        /* 812 */
     "$u(x) = u(-x)$ isn't true for this integrand.",           /* 813 */
     "Can't verify $u(x) = u(-x)$ for this integrand.",         /* 814 */
     "It would be better to use integration by parts.",         /* 815 */
     "Polynomial division tried on non-polynomials.",           /* 816 */
     "Difference of upper and lower limit must be an integer",  /* 817 */
     "Lower limit must be $\\le $ upper limit",                     /* 818 */
     "Too many terms",                                          /* 819 */
     "definition of $\\sum $",                                       /* 820 */
     "Can't evaluate lower limit of integral.",                 /* 821 */
     "Can't evaluate upper limit of integral.",                 /* 822 */
     "specified value",                                         /* 823 */
     "You must first rename one index variable",                /* 824 */
     "compute binom coef",                                      /* 825 */
     "Lower limit must be less than upper limit",               /* 826 */
     "split off last term",                                     /* 827 */
     "You can't show more than 1000 terms",                     /* 828 */
     "expand cos",                                              /* 829 */
     "The sum doesn't have that many terms.",                   /* 830 */
     "split off first terms",                                   /* 831 */
     "More than 100 terms.",                                    /* 832 */
     "Too long to be useful.",                                  /* 833 */
     "0! = 1 by defn",                                          /* 834 */
     "1! = 1 by defn",                                          /* 835 */
     "defn of factorial",                                       /* 836 */
     "rename index variable",                                   /* 837 */
     "Limit of numerator is zero.",                             /* 838 */
     "Limit of denominator is not zero.",                       /* 839 */
     "Denominator must be of one sign near the limit.",         /* 840 */
     "lim u/v undefined    if $v\\to \60$ and not $u\\to \60$",         /* 841 */
     "Exponent in denominator must be positive",                /* 842 */
     "Exponent must be positive",                               /* 843 */
     "lim(1/u^n) undefined      if $u\\to $""0, n odd",               /* 844 */
     "Can't check limit is at an odd multiple of $\\pi /2$.",       /* 845 */
     "The one-sided limits have different signs.",              /* 846 */
     "Can't check limit is at a multiple of $\\pi $",               /* 847 */
     "Can't check limit is at an odd multiple of $\\pi /2$",        /* 848 */
     "undefined limit",                                         /* 849 */
      "First evaluate the other limits in the product.",        /* 850 */
      "Can't verify other factors are nonzero.",                /* 851 */
      "You have reached an indeterminate form.",                /* 852 */
      "Undo back to where these terms were created.",           /* 853 */
      "First evaluate the other limits in the sum.",            /* 854 */
      "Can't verify that the other summands are defined.",      /* 855 */
      "denominator must be defined and nonzero.",               /* 856 */
      "denominator must be nonzero.",                           /* 857 */
      "!Sign of denominator unknown",                           /* 858 */
      "lim(u/v) = lim u if   $lim v #0, lim u =\\pm \\infty $",            /* 859 */
      "numerator must be defined and nonzero.",                 /* 860 */
      "numerator must be nonzero",                              /* 861 */
      "lim(u/v) = 0 if      $lim u #0, lim v =\\pm \\infty $",             /* 862 */
      "numerator must be defined and nonzero.",                 /* 863 */
      "First evaluate the numerator",                           /* 864 */
      "MathXpert can't determine the sign of the numerator.",    /* 865 */
      "Base must exceed 1",                                     /* 866 */
      "Base must be positive",                                  /* 867 */
      "Base must be less than 1",                               /* 868 */
      "Base must exceed 1",                                     /* 869 */
      "and the limit of the numerator is not finite,",          /* 870 */
      "Can't prove denominator is positive.",                   /* 871 */
      "Can't prove denominator is negative.",                   /* 872 */
      "Can't prove numerator is $\\ge  0$.",                        /* 873 */
      "Can't prove numerator is $\\le  0$.",                        /* 874 */
      "Index of root must be even.",                            /* 875 */
      "Index of root must be odd, or denominator positive.",    /* 876 */
      "Index of root must be odd, or numerator $\\ge  0$.",         /* 877 */
      "Index of root must be an integer.",                      /* 878 */
      "The result would have the form zero times undefined.",   /* 879 */
      "The result would be indeterminate.",                     /* 880 */
      " requires $a\\ge 0$ and $b\\ge 0$",                              /* 881 */
      "$\\sqrt (ab) = \\sqrt a\\sqrt b$",                                         /* 882 */
      "$\\sqrt (c^2)=c$ if $c\\ge 0$",                                     /* 883 */
      "$\\sqrt (a^2b)=a\\sqrt b$ if $a\\ge 0$",                                  /* 884 */
      "undefined square root",                                  /* 885 */
      "$(\\sqrt a)^(2n) = a^n$ if $a\\ge 0$",                                 /* 886 */
      "$\\sqrt (a^(2n+1)) = a^n\\sqrt a$",                                   /* 887 */
      "$\\sqrt (a^2)= |a|$",                                           /* 888 */
      "$\\sqrt (a^(2n))= |a|^n$",                                         /* 889 */
      "$\\sqrt (a^(2n))= a^n$ if $a\\ge 0$",                                  /* 890 */
      "$\\sqrt (a/b) = \\sqrt a/\\sqrt b$",                                       /* 891 */
      "$\\sqrt a/\\sqrt b = \\sqrt (a/b)$",                                       /* 892 */
      "$\\sqrt x = x^(1/2)$",                                         /* 893 */
      "More than 50 terms in rationalizing factor--",           /* 894 */
      "Too long to be useful.",                                 /* 895 */
      "factor ",                                                /* 896 */
      "integer",                                                /* 897 */
      "known root",                                             /* 898 */
      "multiply out         and simplify",                      /* 899 */
      "$lim(t\\to ""0,cos(1/t))$  is undefined",                    /* 900 */
      "$lim(t\\to ""0,sin(1/t))$  is undefined",                    /* 901 */
      "$lim(t\\to ""0,tan(1/t))$  is undefined",                    /* 902 */
      "Can't verify hypotheses of squeeze theorem.",            /* 903 */
      "squeeze theorem",                                        /* 904 */
      "Suggested limit is zero, so that doesn't work.",         /* 905 */
      "Suggested limit is ",                                    /* 906 */
      "infinite",                                               /* 907 */
      "Can't verify suggested limit is defined and not zero.",  /* 908 */
      "definition of e",                                        /* 909 */
      "The substitution must be a monotonic function.",         /* 910 */
      "change limit variable",                                  /* 911 */
      " is continuous",                                         /* 912 */
      "function not defined    ",                               /* 913 */
      "in neighorhood",                                         /* 914 */
      "on the right",                                           /* 915 */
      "on the left",                                            /* 916 */
      "Can't prove that the numerator is zero",                 /* 917 */
      "Can't prove that the numerator is infinite",             /* 918 */
      "$(sin t)/t \\to $",                                          /* 919 */
      "1 as $t\\to $",                                              /* 920 */
      "$(tan t)/t \\to $",                                          /* 921 */
      "$(1-cos t)/t\\to $",                                         /* 922 */
      "0 as $t\\to $",                                              /* 923 */
      "$(cos(t)-1)/t\\to $",                                        /* 924 */
      "$(1-cos t)/t^2\\to \\onehalf $ as $t\\to $",                               /* 925 */
      "|",                                                      /* 926 */
      "That wouldn't help: you already have $e$ to a power.",   /* 927 */
      "What you entered does not divide ",                      /* 928 */
      "the expression in the limit. ",                          /* 929 */
      "$(ln(1+t))/t\\to $",                                         /* 930 */
      "$(ln(1-t))/t\\to $",                                         /* 931 */
      "-1 as $t\\to $",                                             /* 932 */
      "$(e^t-1)/t\\to $",                                           /* 933 */
      "Can't graph limits approaching an unspecified number.",  /* 934 */
      "Equation is already solved.",                            /* 935 */
      "Maybe you want \"graph original equation\".",            /* 936 */
      "Equations already solved.",                              /* 937 */
      "a/0 = undefined",                                        /* 938 */
      "$a/0+ = \\infty $ if a>0",                                      /* 939 */
      "$a/0- = -\\infty $ if a>0",                                     /* 940 */
      "$a/0+ = -\\infty $ if a<0",                                     /* 941 */
      "$a/0- = \\infty $ if a<0",                                      /* 942 */
      "$\\infty /0$ = undefined",                                      /* 943 */
      "Both numerator and denominator approach 0,",             /* 944 */
      "$1/u\\to \\infty $ if u>0 and $u\\to \60$",                               /* 945 */
      "$1/u\\to -\\infty $ if u<0 and $u\\to \60$",                              /* 946 */
      "lim 1/u  undefined    if lim u=0",                       /* 947 */
      "Mathert can't calculate the limit of the denominator.",  /* 948 */
      "$u/v\\to \\infty $ if $v lim u > 0$   and $v\\to \60$",                     /* 949 */
      "$u/v\\to -\\infty $ if $v lim u < 0$  and $u\\to \60$",                     /* 950 */
      "MathXpert can't calculate the limit of the numerator.",   /* 951 */
      "(n odd and positive)",                                   /* 952 */
      "MathXpert can't determine the sign of the exponent.",     /* 953 */
      "n not odd in $^n\\sqrt $",                                      /* 954 */
      "$^n\\sqrt x\\to -\\infty $ as $x\\to -\\infty $, n odd",                              /* 955 */
      "$^n\\sqrt x\\to \\infty $ as $x\\to \\infty $",                                       /* 956 */
      "$\\sqrt x\\to \\infty $ as $x\\to \\infty $",                                        /* 957 */
      "$u^\\infty  = 0$ if 0 < u < 1",                                 /* 958 */
      "$1/x^n\\to \60$ as $x\\to \\infty $ (n>0)",                              /* 959 */
      "$1/x^n\\to \60$ as $x\\to -\\infty $ (n>0)",                             /* 960 */
      "$x^n\\to \\infty $ as $x\\to \\infty $ (n>0)",                                  /* 961 */
      "$x^(2n)\\to \\infty $ as $x\\to -\\infty $ (n>0)",                                /* 962 */
      "$x^n\\to -\\infty $ as $x\\to -\\infty $        ",                              /* 963 */
      "$1/u^(2n)\\to \\infty $ if $u\\to \60$",                                   /* 964 */
      "$e^x\\to \\infty $ as $x\\to \\infty $",                                       /* 965 */
      "$e^x\\to \60$ as $x\\to -\\infty $",                                    /* 966 */
      "undefined factor",                                       /* 967 */
      "lim uv = $-\\infty $            if $u\\to -\\infty $ and lim v # 0",       /* 968 */
      "lim uv = $\\infty $  if       $u\\to \\infty $ and lim v # 0",             /* 969 */
      "undefined summand",                                      /* 970 */
      "$lim u+v = -\\infty $ if       $u\\to -\\infty $ and lim v #0",            /* 971 */
      "$lim u+v = \\infty $ if       $u\\to \\infty $ and lim v finite",          /* 972 */
      "$u^(-\\infty ) = 0$ if u > 1",                                  /* 973 */
      "$u^(-\\infty ) = \\infty $ if 0<u<1",                                  /* 974 */
      "Exponent is too large",                                  /* 975 */
      "Exponent must be an integer",                            /* 976 */
      "Use \"$lim(t\\to a,c) = c$ ($c$ constant)\" instead.",           /* 977 */
      "false",                                                  /* 978 */
      "true",                                                   /* 979 */
      "Enter an equation",                                      /* 980 */
      "Equation too complicated to solve",                      /* 981 */
      "solve and substitute",                                   /* 982 */
      "Expression too tall to display.  Try another problem.",  /* 983 */
      " Try this one: ",                                        /* 984 */
      " Is this what you meant? ",                              /* 985 */
      "except by using undo back to where you",                 /* 986 */
      "rejected a point outside the interval.",                 /* 987 */
      "critical points",                                        /* 988 */
      "add critical points",                                    /* 989 */
      "endpoints",                                              /* 990 */
      "add endpoints",                                          /* 991 */
      "so we don't need to consider points",                    /* 992 */
      "where the derivative is undefined.",                     /* 993 */
      "!This function is everywhere differentiable,",           /* 994 */
      "!This function is differentiable",                       /* 995 */
      "on the whole interval,",                                 /* 996 */
      "!Can't simplify the expression for the",                 /* 997 */
      "points where f' is undefined.",                          /* 998 */
      "points where ",                                          /* 999 */
      " is undefined",                                          /* 1000 */
      "You must tabulate values first.",                        /* 1001 */
      "limits at open ends",                                    /* 1002 */
      "No solution in the specified interval.",                 /* 1003 */
      "drop values             outside interval",               /* 1004 */
      "You should add the endpoints",                           /* 1005 */
      "before you tabulate the values.",                        /* 1006 */
      "Watch out for points where the",                         /* 1007 */
      "derivative is undefined!  You",                          /* 1008 */
      "shouldn't tabulate values yet.",                         /* 1009 */
      "You must first solve the equation(s) for ",              /* 1010 */
      "tabulate values",                                        /* 1011 */
      "Can't tabulate at non-numerical values of ",             /* 1012 */
      "select maximum",                                         /* 1013 */
      "select maxima",                                          /* 1014 */
      "select minimum",                                         /* 1015 */
      "select minima",                                          /* 1016 */
      "!No maximum on this interval",                           /* 1017 */
      "!No minimum on this interval",                           /* 1018 */
      "!No maximum",                                            /* 1019 */
      "!No minimum",                                            /* 1020 */
      "First consider the limits at the",                       /* 1021 */
      "endpoint(s) where you now have \'undefined\'",           /* 1022 */
      "You must first evaluate the limit.",                     /* 1023 */
      "You've already chosen that once.",                       /* 1024 */
      "You can't choose it again.",                             /* 1025 */
      "You must specify an interval first.",                    /* 1026 */
      "First solve the equation.",                              /* 1027 */
      "Solve for ",                                             /* 1028 */
      "Too many solutions in the interval.",                    /* 1029 */
      "Next line would be very long.",                          /* 1030 */
      "Eliminate integer    parameter",                         /* 1031 */
      "Answer cannot be guaranteed correct",                    /* 1032 */
      "This operation can't be used in minmax problems.",       /* 1033 */
      "Try 'reject point outside interval' on minmax menu.",    /* 1034 */
      "!Reject solutions which contradict assumptions",         /* 1035 */
      "All points in the interval where $f'(x)=0$",             /* 1036 */
      "are already listed.",                                    /* 1037 */
      "You must make a table of $y$-values first.",             /* 1038 */
      "If the min or max occurs at an endpoint, it will",       /* 1039 */
      "be a mistake to reject endpoints too soon.",             /* 1040 */
      "csc $u$ is never zero",                                  /* 1041 */
      "sec $u$ is never zero",                                  /* 1042 */
      "Too many such points in the interval.",                  /* 1043 */
      "Sorry, can't calculate those points.",                   /* 1044 */
      "arcsin $u$ defined only when $|u|\\le 1$",                   /* 1045 */
      "30-60-90 triangle",                                      /* 1046 */
      "45-45-90 triangle",                                      /* 1047 */
      "sin u=1 iff $u=\\pi /2+2n\\pi $",                                /* 1048 */
      "sin u = 0 iff $u = n\\pi $",                                 /* 1049 */
      "sin u = -1 iff           $u = 3\\pi /2+2n\\pi $",                /* 1050 */
      "cos u=0 iff          $u=(2n+1)\\pi /2$",                     /* 1051 */
      "cos u = 1 iff $u=2n\\pi $",                                  /* 1052 */
      "cos u = -1 iff       $u = (2n+1)\\pi $",                     /* 1053 */
      "sin u = c iff        $u=(-1)^narcsin c + n\\pi $",            /* 1054 */
      "arccos u defined only when $|u|\\le 1$",                     /* 1055 */
      "cos u = c iff        $u = \\pm arccos c + 2n\\pi $",             /* 1056 */
      "tan u = c iff        $u = arctan c + n\\pi $",               /* 1057 */
      "Resulting sum of limits would be indeterminate.",        /* 1058 */
      "Resulting limits would be too hard for MathXpert.",       /* 1059 */
      "MathXpert can't evaluate the sum. Evaluate it numerically.", /* 1060 */
      "",  /* 1061 */
      "",  /* 1062 */
      "",  /* 1063 */
      "",  /* 1064 */
      "",  /* 1065 */
      "",  /* 1066 */
      "use the definition of ",  /* 1067 */
      "definition of ",          /* 1068 */
      "",  /* 1069 */
      "",  /* 1070 */
      "",  /* 1071 */
      "",  /* 1072 */
      "",  /* 1073 */
      "",  /* 1074 */
      "",  /* 1075 */
      "",  /* 1076 */
      "",  /* 1077 */
      "",  /* 1078 */
      "",  /* 1079 */
      "",  /* 1080 */
      "",  /* 1081 */
      "",  /* 1082 */
      "",  /* 1083 */
      "",  /* 1084 */
      "",  /* 1085 */
      "",  /* 1086 */
      "",  /* 1087 */
      "",  /* 1088 */
      " the independent variable? (If not it will be a parameter.)",  /* 1089 */
      "Function not defined anywhere on this interval.",        /* 1090 */
      "",  /* 1091 */
      "",  /* 1092 */
      "",  /* 1093 */
      "",  /* 1094 */
      "",  /* 1095 */
      "Identity not verified.  Test it numerically.",           /* 1096 */
      "Identity is not valid.",                                 /* 1097 */
      "This operation won't introduce a root of a variable",    /* 1098 */
      "lim sec x undefined   at $(2n+1)\\pi /2$",                   /* 1099 */
      "Limit has different signs at $\\pm \\pi /2$",                    /* 1100 */
      "$$lim(x->pi/2+, sec x) = infinity$$",                    /* 1101 */
      "$$lim(x->pi/2-, sec x) = -infinity$$",                   /* 1102 */
      "$$lim(x->-pi/2+,sec x) = infinity$$",                    /* 1103 */
      "$$lim(x->-pi/2-,sec x) = -infinity$$",                   /* 1104 */
      "$$lim(x->n pi,csc x) = undefined$$",                     /* 1105 */
      "$$lim(x->0-,csc x) = -infinity$$",                       /* 1106 */
      "$$lim(x->0+,csc x) = infinity$$",                        /* 1107 */
      "$$lim(x->pi-,csc x) = infinity$$",                       /* 1108 */
      "$$lim(x->pi+,csc x) = -infinity$$",                      /* 1109 */
      "interval to consider",                                   /* 1110 */
      "No interval specified, using entire real line.",         /* 1111 */
      "$lim((u+a)/(v+b)) = lim(u/v)$ if $a/u\\to 0$ and $b/v\\to 0$.",  /* 1112 */
      "$lim((u+a)/v) = lim(u/v)$  if $a/u\\to 0$.",                 /* 1113 */
      "$lim(u/(v+b)) = lim(u/v)$  if $b/v\\to 0$.",                 /* 1114 */
      "lim(u+a) = lim(u)      if $a/u\\to 0$",                      /* 1115 */
      "$x^n\\to \\infty $ as $x\\to \\infty $ if n>0",                                 /* 1116 */
      "First evaluate the limit in the denominator.",           /* 1117 */
      "Can't do arithmetic with zero in the denominator.",      /* 1118 */
      "Use the operations on the INFINITIES menu.",             /* 1119 */
      "Enter a numerical value for ",                           /* 1120 */
      "You must enter a numerical value. ",                     /* 1121 */
      "Numerical value too large or small. ",                   /* 1122 */
      "$(ab)^n=a^nb^n$ requires $a^n$ and $b^n$ defined. ",          /* 1123 */
      "$cot \\pi $ is undefined. ",                                 /* 1124 */
      "Use the formula for tan(u-v) instead.",                  /* 1125 */
      "That would result in an undefined value of tan.",        /* 1126 */
      "That would result in an undefined value of cot.",        /* 1127 */
      "Trig arguments already are fractions.",                  /* 1128 */
      "$\\sqrt (a^2b)=|a|\\sqrt b$",                                         /* 1129 */
      "$\\sqrt (a^2)=|a|$",                                            /* 1130 */
      "$|a|/|b| = |a/b|$",                                        /* 1131 */
      "$|a/b| = |a|/|b|$",                                        /* 1132 */
      "$|a/b| = |a|/b if b>0$",                                   /* 1133 */
      "$tan u = 0$ iff $u = n\\pi $",                                 /* 1134 */
      "write in form $x+yi$",                                     /* 1135 */
      "Expression too complicated, simplify it first",          /* 1136 */
      "Express complex log in polar form first. ",              /* 1137 */
      "$ln a^n = n ln a$",                                        /* 1138 */
      "$ln a^n = n ln |a|$",                                     /* 1139 */
      "$log a^n = n log a$",                                     /* 1140 */
      "$log a^n = n log |a|$",                                   /* 1141 */
      "$ln ab = ln|a| + ln|b|$",                                  /* 1142 */
      "$ln ab = ln a + ln b$",                                    /* 1143 */
      "$log ab=log|a|+log|b|$",                                   /* 1144 */
      "$log ab = log a+log b$",                                   /* 1145 */
      "use leading terms",                                      /* 1146 */
      "Here $u$ is the leading term of the numerator.",         /* 1147 */
      "Here $v$ is the leading term of the denominator.",       /* 1148 */
      "Here $u$ and $v$ are the leading terms of num and denom.",   /* 1149 */
      "!Solutions found so far check in original equation for ",/* 1150 */
      "of the previous equation, since $log(a/b)$ is defined when both", /* 1151 */
      "Introducing $log u$ requires $u>0$,",                    /* 1152 */
      "log of both sides",                                      /* 1153 */
      "take ln of both sides",                                  /* 1154 */
      "Can't take log of a non-positive number",                /* 1155 */
      "$\\int {a,b...}dx$ =          ${\\int a dx,\\int b dx...}$",            /* 1156 */
      "$\\int |t| dt = t|t|/2$",                                     /* 1157 */
      "Rotate 30 degrees left",                                 /* 1158 */
      "Rotate 30 degrees right",                                /* 1159 */
      "Rotate 30 degrees up",                                   /* 1160 */
      "OK",        /* button text */                            /* 1161 */
      "Cancel",    /* button text */                            /* 1162 */
      "Select problem file:",                                   /* 1163 */
      "Yes",                                                    /* 1164 */
      "No",                                                     /* 1165 */
      "Stop Computation",                                       /* 1166 */
      "Rotate down",                                            /* 1167 */
      "Increase initial value",                                 /* 1168 */
      "Decrease initial value",                                 /* 1169 */
      "Initial value of independent variable",                  /* 1170 */
      "Entry is not a number",                                  /* 1171 */
      "Interval incorrectly specified",                         /* 1172 */
      "odd integrand",                                          /* 1173 */
      "even integrand",                                         /* 1174 */
      "Input Error",                                            /* 1175 */
      "Searching for factors up to: ",                          /* 1176 */
      "You were working on a saved graph, so 'next problem' does not make sense.", /* 1177 */
      "Evaluate limit",                                         /* 1178 */
      "Matrix is singular (or very nearly so);",                /* 1179 */
      "numerical inversion failed.",                            /* 1180 */
      "compute inverse",                                        /* 1181 */
      "matrix not invertible",                                  /* 1182 */
      "Too many factors, MathXpert can't handle it.",            /* 1183 */
      "Left side isn't positive",                               /* 1184 */
      "Pseudoprime test, base:",                                /* 1185 */
      "More than one parameter is present,",                    /* 1186 */
      "but only one is allowed.",                               /* 1187 */
      "the problem",                                            /* 1188 */
      "Windows resources exhausted.",                           /* 1189 */
      "Restart Windows and MathXpert.",                          /* 1190 */
      "MathXpert file ",                                         /* 1191 */
      "That is a vital file.  Without it, MathXpert cannot run.  If you cannot solve this problem any other way, re-install MathXpert.",  /* 1192 */
      " is incorrect.",                                         /* 1193 */
      "Problem file ",                                          /* 1194 */
      " not found.",                                            /* 1195 */
      "MathXpert file ",                                         /* 1196 */
      "That's the last one.",                                   /* 1197 */
      "No next problem",                                        /* 1198 */
      "That's the first one.",                                  /* 1199 */
      "No previous problem",                                    /* 1200 */
      "No problem file listed for this topic in problems.ndx",  /* 1201 */
      "The problem filename listed for this topic in ",         /* 1202 */
      "is too long.  The maximum is 80 characters.",            /* 1203 */
      "Type in a problem, or use Previous,",                    /* 1204 */
      "or select a new problem source.",                        /* 1205 */
      "Type in a problem, or use Next,",                        /* 1206 */
      "Assumptions",                                            /* 1207 */
      "Definitions",                                            /* 1208 */
      "No assumptions",                                         /* 1209 */
      "Text and background colors are too similar.",            /* 1210 */
      "You'd better change one or the other.",                  /* 1211 */
      "Highlight and background colors are too similar.",       /* 1212 */
      "Highlight and text colors are the same.",                /* 1213 */
      "Warning",                                                /* 1214 */
      "This will disable highlighting.",                        /* 1215 */
      "Reason and background colors are too similar.",          /* 1216 */
      "Functions",                                              /* 1217 */
      "Which function do you want to undefine?",                /* 1218 */
      "MathXpert has no suggestion.  Maybe you're finished.",    /* 1219 */
      "Hint",                                                   /* 1220 */
      "Graph Line",                                             /* 1221 */
      "Graph ",                                                 /* 1222 */
      "Colors",                                                 /* 1223 */
      "Singularities",                                          /* 1224 */
      "Jumps",                                                  /* 1225 */
      "Expecting a number.",                                    /* 1226 */
      "Expecting a positive number.",                           /* 1227 */
      "Expecting a number less than the upper bound.",          /* 1228 */
      "Expecting a number larger than the lower bound.",        /* 1229 */
      "Show Grid",                                              /* 1230 */
      "Hide Grid",                                              /* 1231 */
      "Show Titles",                                            /* 1232 */
      "Hide Titles",                                            /* 1233 */
      "Polar Coordinates",                                      /* 1234 */
      "Rectangular Coordinates",                                /* 1235 */
      "Show Graph Tools",                                       /* 1236 */
      "Hide Graph Tools",                                       /* 1237 */
      "Hide Direction Field",                                   /* 1238 */
      "Show Direction Field",                                   /* 1239 */
      "Nonzero numbers must be at least 10 to the -12",         /* 1240 */
      "Number cannot exceed 10 to the 12",                      /* 1241 */
      "Show Point and Slope",                                   /* 1242 */
      "Hide Point and Slope",                                   /* 1243 */
      "Intermediate numbers were too large or small",           /* 1244 */
      "Your graph may be incorrect",                            /* 1245 */
      "MathXpert could not compute the singularities.",          /* 1246 */
      "Function nowhere defined on the interval shown.",        /* 1247 */
      "No graph visible",                                       /* 1248 */
      "Error in lower limit",                                   /* 1249 */
      "Error in upper limit",                                   /* 1250 */
      "Please enter both limits, or neither.",                  /* 1251 */
      " Integral to be approximated: ",                         /* 1252 */
      "Textbook file ",                                         /* 1253 */
      "Close any other applications that may be open.  If none are open, check whether that file really exists and can be opened with a text editor. If not, there has been an error in linking that textbook to MathXpert.  Report the problem to the person responsible, or read the Help topic, Linking a Textbook to MathXpert.",   /* 1254 */
      "The index file listed in the Textbooks section of mathpert.ini must end in .toc or .ndx.",  /* 1255 */
      " mentions an illegal filename as the problem file for this topic.", /* 1256 */
      " mentions a filename longer than 31 characters as the problem file for this topic.",  /* 1257 */
      "Open problem file",                                      /* 1258 */
      "Not enough memory.",                                     /* 1259 */
      "File path cannot exceed 255 characters.",                /* 1260 */
      "Unknown error opening file.",                            /* 1261 */
      "File name invalid.",                                     /* 1262 */
      "File textbook.ndx not found.  This file was installed with MathXpert.", /* 1263 */
      "Illegal file name mentioned in textbook.ndx, line ",     /* 1264 */
      "Blank line longer than 255 characters in textbook.ndx, line ", /* 1265 */
      "Line longer than 255 characters in textbook.ndx, line ", /* 1266 */
      "No index file specified in textbook.ndx, line ",         /* 1267 */
      "This might have the following causes:  ",                /* 1268 */
      "(1) The file was not prepared correctly.  If you created ", /* 1269 */
      "the file, check this.  (2) The file has been damaged.  If ", /* 1270 */
      "this file was installed with MathXpert, re-install it.", /* 1271 */
      "Base is not constant.",                                 /* 1272 */
      "Author's Commentary",                                   /* 1273 */
      "$$ missing in commentary on line ",                     /* 1274 */
      "$ missing in commentary on line ",                      /* 1275 */
      "Warning to author of commentary",                       /* 1276 */
      " at line number ",                                      /* 1277 */
      "No commentary available.",                              /* 1278 */
      "Left endpoint must evaluate to a number.",              /* 1279 */
      "Right endpoint must evaluate to a number.",             /* 1280 */
      "Left endpoint must be less than right endpoint.",       /* 1281 */
      "Select the two independent variables",                  /* 1282 */
      "Problem is not correctly formed.",                      /* 1283 */
      "Line too long in problem file: 255 characters maximum.",/* 1284 */
      " numbers.",                                             /* 1285 */
      "Upper and lower limits must be or evaluate to numbers.",/* 1286 */
      "Help not available on that menu item.",                 /* 1287 */
      "Sorry",                                                 /* 1288 */
      "Enter a, the new exponent in (1/a) ln u^a",             /* 1289 */
      "That would create an indeterminate limit.",             /* 1290 */
      "Select TWO independent variables.  Press and hold the Shift key while making the selections.", /* 1291 */
      "Not enough memory to make a 3d graph.",                 /* 1292 */
      "Failure",                                               /* 1293 */
      "Cannot initialize 3d graphics.",                        /* 1294 */
      "Not enough memory to open another document.",           /* 1295 */
      "",                                                      /* 1296 */
      "Close this calculation and start the next problem?",    /* 1297 */
      "Close this calculation and start the previous problem?", /* 1298 */
      "Close this calculation?",                               /* 1299 */
      "Close this graph?",                                     /* 1300 */
      "You have the problem source set to Type It In, and there is no next problem.", /* 1301 */
      "That was the last problem, so there is no next problem.",  /*1302 */
      "That was the first problem, so there is no previous problem.", /* 1303 */
      "The requested problem has been typed incorrectly.  This button cannot be used.", /* 1304 */
      "The requested problem is inappropriate for this topic. This button cannot be used.", /* 1305 */
      "This operation only factors out repeated factors,",  /* 1306 */
      "which do not occur in a root in this expression.",   /* 1307 */
      "Operation Does not Apply",                              /* 1308 */
      "Cannot verify the condition, n odd or u non-negative.", /* 1309 */
      "Zero denominator would be created.",                 /* 1310 */
      "0 < u/v => 0<v if u>0",                              /* 1311 */
      "$0 \\le  u/v$ => $0\\le v$ if $u\\ge 0$",                        /* 1312 */
      "$0 \\le  u/v$ => $0\\le u$ if v>0",                          /* 1313 */
      "0 < u/v => 0<u if v>0",                              /* 1314 */
      "Solve equation ? for ?",                             /* 1315 */
      "Can only solve for a variable.",                     /* 1316 */
      "Equation ",                                          /* 1317 */
      " is already solved for ",                            /* 1318 */
      "Add ? to both sides of equation ?",                  /* 1319 */
      "Subtract ? from both sides of equation ?",           /* 1320 */
      "Try again, please. ",                                /* 1321 */
      "Complex numbers are turned off,",                    /* 1322 */
      "and that equation has no real solution.",            /* 1323 */
      "cancel term from        both sides",                 /* 1324 */
      "Add ? to both upper and lower limits",               /* 1325 */
      "clear denom of i",                                   /* 1326 */
      "complex arithmetic",                                 /* 1327 */
      "No applicable operations",                           /* 1328 */
      "Try again, please",                                  /* 1329 */
      "Selection and text colors are too similar.",         /* 1330 */
      "Selection and highlighted text colors are too similar.", /* 1331 */
      "Selection and background colors are too similar.",   /* 1332 */
      "Selection of overlapping terms is not allowed.",     /* 1333 */
      "Exponent is not odd.",                               /* 1334 */
      "Can't verify exponent is odd.",                      /* 1335 */
      "No real roots",                                      /* 1336 */
      "Confirmation",                                       /* 1337 */
      "cancel under $^n\\sqrt $",                                  /* 1338 */
      "cancel under $\\sqrt $",                                   /* 1339 */
      "make a substitution",                                /* 1340 */
      "Cramer's rule would create a zero denominator.",     /* 1341 */
      "This means your equations are not independent,",     /* 1342 */
      "so they don't have a unique solution.",              /* 1343 */
      "Cramer's rule only works when the equations have a unique solution, which these don't.  You can continue working on this by some other method, but MathXpert stops here because you chose the topic Cramer's Rule.", /* 1344 */
      "MathXpert cannot evaluate a large determinant containing variables.", /* 1345 */
      "Matrix is not square, so you cannot take its inverse.", /* 1346 */
      "MathXpert cannot invert matrices of dimension 4 or more unless all entries are numerical.", /* 1347 */
      "MathXpert cannot invert this matrix, even though the inverse may exist, because the numbers involved are quite large or quite small.", /* 1348 */
      "Matrix cannot be inverted, because its determinant is zero.", /* 1349 */
      "Taking the matrix inverse only works when the equations have a unique solution, which these don't.  You can continue working on this by some other method, but MathXpert stops here because you chose the topic Solve Equations by Matrix Inverse.", /* 1350 */
      "drop zero column",                                       /* 1351 */
      "drop zero row",                                          /* 1352 */
      "drop duplicate row",                                     /* 1353 */
      "if a^u = a^v then u=v",                                  /* 1354 */
      "This cubic has no quadratic term.",                      /* 1355 */
      "Polynomial is not cubic.",                               /* 1356 */
      "First eliminate the quadratic term by $u = x+b/3$",      /* 1357 */
      "You must first compute the discriminant.",               /* 1358 */
      "cubic formula",                                          /* 1359 */
      "You have already computed the discriminant.",            /* 1360 */
      "Can't determine which quadrant this number is in.",      /* 1361 */
      "decimal value of $\\pi $",                                   /* 1362 */
      "decimal value of e",                                     /* 1363 */
      "Angle is already in degrees.",                           /* 1364 */
      "Logarithm to be computed must not contain variables.",   /* 1365 */
      "Root to be computed must not contain variables.",        /* 1366 */
      "compute discriminant",                                   /* 1367 */
      "rationalize numerator",                                  /* 1368 */
      "rationalize denom",                                      /* 1369 */
      "find common denom",                                      /* 1370 */
      "f(undefined)=undefined",                                 /* 1371 */
      "That operation only factors a polynomial numerator or denominator.", /* 1372 */
      "The numerator or denominator must be a sum of monomials.", /* 1373 */
      "factor out in limit",                                    /* 1374 */
      "MathXpert could not compute the jumps.",                  /* 1375 */
      "MathXpert could compute neither the singularities nor the jumps.", /* 1376 */
      "You cannot save this solution or graph, because it would require more than 64K.",   /* 1377 */
      "Unknown error saving file.",                             /* 1378 */
      "Save As",                                                /* 1379 */
      "Transforming a two-sided limit to a limit at infinity is illegal.", /* 1380 */
      "factor out constant",                                    /* 1381 */
      "$\\sum $ 1 = number of terms ",                               /* 1382 */
      "telescoping sum",                                        /* 1383 */
      "polynomial form",                                        /* 1384 */
      "Only one variable is allowed.  Consider using the operation, `write as polynomial (in ?)', or the operation `simplify sums and products'.", /* 1385 */
      "That expression is already in polynomial form.",        /* 1386 */
      "MathXpert is unable to check the solution.",             /* 1387 */
      "Whether a solution checks or not may depend on the value of the parameters.",  /* 1388 */
      "compute function",                                      /* 1389 */
      "decimal value of $x^n$",                                 /* 1390 */
      "decimal calculation",                                   /* 1391 */
      "complex decimal calc.",                                 /* 1392 */
      "There is a similar operation that works on fractions.", /* 1393 */
      "elim compound fracts",                                  /* 1394 */
      "Constant must be nonzero, or remaining limit defined.", /* 1395 */
      "Extra variables will be treated as constants.",         /* 1396 */
      "Notice",  /* imperative verb */                         /* 1397 */
      "MathXpert can't solve that problem without more advanced techniques.  You entered it under Simple Integration, which means MathXpert won't try integration by substitution or parts.",  /* 1398 */
      "It would be better to use the law (a+b)/c = a/c + b/c on the integrand and then break up the problem into two integrals.", /* 1399 */
      "Open saved graph or solution",                          /* 1400 */
      "Unknown error opening file",                            /* 1401 */
      "Cannot find file ",                                     /* 1402 */
      "You already have the maximum number of graphs and solutions open.  Close one of them before opening another one.", /* 1403 */
      "Not enough memory to open another graph or solution",   /* 1404 */
      "File is not a valid MathXpert file.  ",                  /* 1405 */
      "Error detected at line ",                               /* 1406 */
      "The resulting limit would not be finite or infinite, ", /* 1407 */
      "but would be undefined in some more complicated way. ", /* 1408 */
      "Under those circumstances L'Hospital's rule cannot be correctly applied.",  /* 1409 */
      "You must first evaluate the derivative or derivatives.", /* 1410 */
      "One of your denominators will evaluate to zero. ",      /* 1411 */
      "You can't use common denominators on such a fraction.", /* 1412 */
      "Limitand is not defined at the limit point, ",          /* 1413 */
      "and is therefore not continuous at the limit point.",   /* 1414 */
      "Equation not defined at left endpoint.",                /* 1415 */
      "Equation not defined at right endpoint.",               /* 1416 */
      "Perhaps your function is not continuous on the interval.", /* 1417 */
      "Function must be defined and continuous on the interval.", /* 1418 */
      "Even if it is, if extremely large or small numbers arise ", /* 1419 */
      "in the calculations, numerical solution can fail.",     /* 1420 */
      "a=0 or b=c if ab=ac",                                   /* 1421 */
      "Number entered is too large.",                          /* 1422 */
      "Expansion would be too long.",                          /* 1423 */
      "numerical integration",                                 /* 1424 */
      "You must first evaluate the derivative in the integrand.", /* 1425 */
      "You must first evaluate the limit in the integrand.",   /* 1426 */
      "You must first evaluate the integral in the integrand.",   /* 1427 */
      "mult num and denom   by 1-cos x",                        /* 1428 */
      "mult num and denom   by 1+cos x",                        /* 1429 */
      "mult num and denom   by 1-sin x",                        /* 1430 */
      "mult num and denom   by 1+sin x",                        /* 1431 */
      "Argument of tan must be the variable of integration.",   /* 1432 */
      "Exponent of csc must be an integer.",                    /* 1433 */
      "reduce $\\int csc^n t dt$",                                    /* 1434 */
      "Swap selected row with which row?",                      /* 1435 */
      "Multiply selected equation by what?",                    /* 1436 */
      "Divide selected equation by what?",                      /* 1437 */
      "Add ? times selected equation to equation ?",            /* 1438 */
      "Subtract ? times selected equation from equation ?",     /* 1439 */
      "Solve selected equation for which variable?",            /* 1440 */
      "Multiply selected row by what?",                         /* 1441 */
      "Divide selected row by what?",                           /* 1442 */
      "Add ? times selected row to row ?",                      /* 1443 */
      "Subtract ? times selected row from row ?",               /* 1444 */
      "Coefficient must be non-negative.",                      /* 1445 */
      "Denominator must be positive.",                          /* 1446 */
      "a/c must be positive.",                                  /* 1447 */
      "Too many subscripted variables, can't make more.",       /* 1448 */
      "MathXpert would take one more step.",                     /* 1449 */
      "MathXpert would take two or more additional steps.",      /* 1450 */
      "Close this calculation and select or enter another problem?",  /* 1451 */
      "Equation is not linear in the selected variable.",       /* 1452 */
      "solve for ",                                             /* 1453 */
      "if ln u=v then u=e^v",                                   /* 1454 */
      "if log u=v then u=10^v",                                 /* 1455 */
      "if log(b,u)=v then u=b^v",                               /* 1456 */
      "Change the base of logarithms first.",                   /* 1457 */
      "That operation ran out of memory.  Sorry, try something else.", /* 1458 */
      "Your graph is being prepared for printing.",             /* 1459 */
      "Please Wait",                                            /* 1460 */
      "Printer not found",                                      /* 1461 */
      "Not enough memory to print.",                            /* 1462 */
      "Number incorrectly entered.",                            /* 1463 */
      "Start the next problem",                                 /* 1464 */
      "Start the previous problem",                             /* 1465 */
      "Gives mathematical advice",                              /* 1466 */
      "Confirm the problem is finished",                        /* 1467 */
      "Make a relevant graph",                                  /* 1468 */
      "MathXpert will finish the problem",                       /* 1469 */
      "MathXpert will take one step",                            /* 1470 */
      "Undo the last step",                                     /* 1471 */
      "Double vertical range (arrow keys work too)",            /* 1472 */
      "Halve vertical range (arrow keys work too)",             /* 1473 */
      "Double horizontal range (arrow keys work too)",          /* 1474 */
      "Halve horizontal range (arrow keys work too)",           /* 1475 */
      "Increase parameter value (plus key works too)",          /* 1476 */
      "Decrease parameter value (minus key works too)",         /* 1477 */
      "Set parameter value or increment",                       /* 1478 */
      "Point and Slope",                                        /* 1479 */
      "Select new drawing region",                              /* 1480 */
      "Select centered drawing region",                         /* 1481 */
      "Grab and move the axes",                                 /* 1482 */
      "Move the Spot",                                          /* 1483 */
      "Parameter value corresponding to the Spot",              /* 1484 */
      "Redraw, using selected rectangle",                       /* 1485 */
      "No use dividing by 1, nothing will change.",             /* 1486 */
      "Expression must be in polynomial form.",                 /* 1487 */
      "You must select the expression to be worked on.",        /* 1488 */
      "Leading coefficient is already 1.",                      /* 1489 */
      "make leading coef 1",                                    /* 1490 */
      "MathXpert can't solve that problem without more advanced techniques.  You entered it under integration by substitution, which means MathXpert won't try integration by parts.",  /* 1491 */
      "Cannot calculate the limit of the base.",                /* 1492 */
      "Cannot calculate the limit of the exponent",             /* 1493 */
      "That would create 0 to the power 0, which is undefined.",  /* 1494 */
      "That would create 0 to an undefined power, which is undefined.", /* 1495 */
      "However, that doesn't prove your limit is undefined.",      /* 1496 */
      "That would create 1 raised to an undefined or infinite power.", /* 1497 */
      "The limit cannot be evaluated this way.",                   /* 1498 */
      "That would create infinity raised to the power 0.",         /* 1499 */
      "Limit of exponent is undefined.",                           /* 1500 */
      "Dividing by a quantity containing the variable is allowed only", /* 1501 */
      "if the quantity can never be zero; otherwise you might lose some solutions.", /* 1502 */
      "File mathpert.ini not found.  Run setup from your original CD-ROM or diskettes.", /* 1503 */
      "MathXpert is not correctly installed. Run setup from your original CD-ROM or diskettes.", /* 1504 */
      "Can't compute roots numerically.",                          /* 1505 */
      "MathXpert is already running.",                              /* 1506 */
      "Too many subdirectories leading to MathXpert.  The total length of the directory names must be shorter.",  /* 1507 */
      "MathXpert will not multiply out terms with more than 64 summands.", /* 1508 */
      "First get the indexed sum outside the integral.",            /* 1509 */
      "Finished",                                                   /* 1510 */
      "Problem ",                                                   /* 1511 */
      "leading term",                                               /* 1512 */
      "Can't use leading terms because exponent isn't constant.",   /* 1513 */
      "In $^n\\sqrt a^m$, a must be negative.",                            /* 1514 */
      "It's already written as a function of that expression.",     /* 1515 */
      "Solution terminated due to excessive length.",               /* 1516 */
      "You were working on a saved calculation, so 'next problem' does not make sense.", /* 1517 */
      "You were working on a saved calculation, so 'previous problem' does not make sense.", /* 1518 */
      "Beautiful (Gouraud shading)",                                /* 1519 */
      "Fast (transparent wire frame)",                              /* 1520 */
      "Opaque wire frame",                                          /* 1521 */
      "eqn identically true",                                       /* 1522 */
      "To get a meaningful answer, you must specify values of the variables.  MathXpert can't do this for you.", /* 1523 */
      "Type it in",                                                 /* 1524 */
      "Left",                                                       /* 1525 */
      "Middle",                                                     /* 1526 */
      "Right",                                                      /* 1527 */
      "Enter your substitution like this: x = sin u ",              /* 1528 */
      "Cannot infer that new root(s) would be defined.",            /* 1529 */
      "evaluate numerically",                                       /* 1530 */
      "File automode.dll is damaged or missing. Reinstall MathXpert.", /* 1531 */
      "Error",                                                      /* 1532 */
      "$a < x^(2n)$ is true if $a < 0$",                                 /* 1533 */
      "$a \\le  x^(2n)$ is true if $a \\le  0$",                               /* 1534 */
      "$x^(2n) < a$ is false if $a \\le  0$",                              /* 1535 */
      "$x^(2n) \\le  a$ is false if $a < 0$",                                /* 1536 */
      "Use the mouse to select an expression you wish to change.",  /* 1537 */
      "Choose the kind of problem you want to solve or graph you want to draw.", /* 1538 */
      "Select or enter the problem to be solved.",                  /* 1539 */
      "Select or enter the function to be graphed.",                /* 1540 */
      "Select or enter the functions to be graphed.",               /* 1541 */
      "factor integer x in $\\sqrt x$",                                   /* 1542 */
      "factor integer x in $^n\\sqrt x$",                                  /* 1543 */
      "See how Auto Step would proceed",                            /* 1544 */
      "absorb constant",                                            /* 1545 */
      "combine intervals",                                          /* 1546 */
      "subexpression not everywhere defined.  Remember",            /* 1547 */
      "!Solutions may be lost due to new assumptions made at this step.", /* 1548 */
      "Right side must be non-negative.",                           /* 1549 */
      "The two sides must have the same sign.",                     /* 1550 */
      "Too difficult.  You can still try graphical solution.",      /* 1551 */
      "Divide by the nonzero common factor, instead of using this operation.", /* 1552 */
      "square both sides",                                          /* 1553 */
      "Steps have been taken that would require checking the solution.", /* 1554 */
      "That would mean verifying the original equation as an identity.", /* 1555 */
      "MathXpert is unable to do that, so the operation fails.",          /* 1556 */
      "!This assumption was made earlier.",                          /* 1557 */
      "!There are more assumptions that may restrict the solution further.", /* 1558 */
      "Left side must be non-negative.",                             /* 1559 */
      "Right side must be positive.",                                /* 1560 */
      "You may gain unwanted solutions by eliminating a ",           /* 1561 */
      "Multiply both sides by the square of what?",                  /* 1562 */
      "Discriminant must be non-negative.",                          /* 1563 */
      "Discriminant must be negative.",                              /* 1564 */
      "Cannot determine the sign of the linear term.",               /* 1565 */
      "Cannot determine the sign of the cubic term.",                /* 1566 */
      "Result",                                                      /* 1567 */
      "cubic formula",                                               /* 1568 */
      "$a$ must be constant.",                                         /* 1569 */
      "$a$ must be positive.",                                         /* 1570 */
      "$a$ must be non-negative.",                                     /* 1571 */
      "$b$ must be positive.",                                         /* 1572 */
      "$b$ must be constant.",                                         /* 1573 */
      "use assumptions",                                             /* 1574 */
      "Cannot determine the sign of the expression you chose.",      /* 1575 */
      "Right side is negative.",                                     /* 1576 */
      "Left side is negative.",                                      /* 1577 */
      "Right side must be non-negative.",                            /* 1578 */
      "substitute",                                                  /* 1579 */
      "Equation must be a cubic with no quadratic term.",            /* 1580 */
      "!Solutions may be lost if the substitution does not take all possible values.", /* 1581 */
      "Right side of equation must be zero.",                        /* 1582 */
      "Equations must be solved for the new variable.",              /* 1583 */
      "eliminate ",  /* note the space after the word */             /* 1584 */
      "reject unsolvable eqn ",                                      /* 1585 */
      "This equation may or may not have solutions, depending on the values of the parameters.", /* 1586 */
      "Enter the exponent n",                                        /* 1587 */
      "polar form",                                                  /* 1588 */
      "simplify",                                                    /* 1589 */
      "Numerator can't be 0",                                        /* 1590 */
      "Exponent cannot exceed 100",                                  /* 1591 */
      "That substitution would require making an assumption, which might cause you to lose some solutions.",  /* 1592 */
      "Since the common factor of the two sides can't be zero in this case, you should just divide by it.",  /* 1593 */
      "That integer has factors, but not small ones, and it would take a long time to search for them.",     /* 1594 */
      "That integer has no factors less than four billion.",         /* 1595 */
      "Left side must be negative.",                                 /* 1596 */
      "Left side must not be positive.",                             /* 1597 */
      "Left side must be non-negative",                              /* 1598 */
      "v>|u| iff -v < u < v",                                        /* 1599 */
      "$v\\ge |u|$ iff $-v \\le  u \\le  v$",                                    /* 1600 */
      "|v|>u iff v<-u or v>u",                                       /* 1601 */
      "$|v|\\ge u$ if $v\\le -u$ or $v\\ge u$",                                  /* 1602 */
      "$u>v$ or u=v iff $u\\ge v$",                                      /* 1603 */
      "-u < -v iff u > v",                                           /* 1604 */
      "-u > -v iff u < v",                                           /* 1605 */
      "$-u \\le  -v$ iff $u \\ge  v$",                                       /* 1606 */
      "$-u \\ge  -v$ iff $u \\le  v$",                                       /* 1607 */
      "$^(2n)\\sqrt u<v$ iff $u<v^(2n)$ (u>0)",                                  /* 1608 */
      "$v>^(2n)\\sqrt u$ iff $v^(2n)>u (u>0)$",                                  /* 1609 */
      "$^(2n)\\sqrt u\\le v$ iff $u\\le v^(2n)$ (u>0)",                                  /* 1610 */
      "$v\\ge ^(2n)\\sqrt u$ iff $v^(2n)\\ge u$ (u>0)",                                  /* 1611 */
      "$^(2n)\\sqrt u<v$ iff $0\\le u<v^(2n)$",                                      /* 1612 */
      "$v>^(2n)\\sqrt u$ iff $0\\le u<v^(2n)$",                                      /* 1613 */
      "$^(2n)\\sqrt u\\le v$ iff $0\\le u\\le v^(2n)$",                                      /* 1614 */
      "$v\\ge ^(2n)\\sqrt u$ iff $0\\le u\\le v^(2n)$",                                      /* 1615 */
      "Left side must be positive.",                                 /* 1616 */
      "take reciprocals",                                            /* 1617 */
      "Right side must be negative.",                                /* 1618 */
      "u/v > 0 => v>0 if u>0",                                       /* 1619 */
      "$u/v \\ge  0$ => $v\\ge 0$ if $u\\ge 0$",                                 /* 1620 */
      "$u/v \\ge  0 => u\\ge 0$ if v>0",                                     /* 1621 */
      "$u/v > 0 => u>0$ if v>0",                                     /* 1622 */
      "u<v iff ln u < ln v",                                         /* 1623 */
      "u<v iff log u < log v",                                       /* 1624 */
      "$u\\le v$ iff $ln u \\le  ln v$",                                     /* 1625 */
      "$u\\ge v$ iff $ln u \\ge  ln v$",                                     /* 1626 */
      "u < v iff a^u < a^v",                                         /* 1627 */
      "u > v iff a^u > a^v",                                         /* 1628 */
      "$u \\le  v$ iff $a^u \\le  a^v$",                                     /* 1629 */
      "$u \\ge  v$ iff $a^u \\ge  a^v$",                                     /* 1630 */
      "u < ln v iff e^u < v",                                        /* 1631 */
      "ln u < v iff u < e^v",                                        /* 1632 */
      "$u \\le  ln v$ iff $e^u \\le  v$",                                    /* 1633 */
      "$ln u \\ge  v$ iff $u \\ge  e^v$",                                    /* 1634 */
      "ln u > v iff u > e^v",                                        /* 1635 */
      "u > ln v iff e^u > v",                                        /* 1636 */
      "$ln u \\le  v$ iff $u \\le  e^v$",                                    /* 1637 */
      "$u \\ge  ln v$ iff $e^u \\ge  v$",                                    /* 1638 */
      "u < log v iff 10^u < v",                                      /* 1639 */
      "log u > v iff u > 10^v",                                      /* 1640 */
      "log u < v iff u < 10^v",                                      /* 1641 */
      "u > log v iff 10^u > v",                                      /* 1642 */
      "$u \\le  log v$ iff $10^u \\le  v$",                                  /* 1643 */
      "$log u \\ge  v$ iff $u \\ge  10^v$",                                  /* 1644 */
      "$log u \\le  v$ iff $u \\le  10^v$",                                  /* 1645 */
      "$u \\ge  log v$ iff $10^u \\ge  v$",                                  /* 1646 */
      "Enter $a$ in $a^u \\le  a^v$ ? ",                                 /* 1647 */
      "Enter $a$ in $a^u > a^v$ ? ",                                 /* 1648 */
      "Enter $a$ in$ a^u \\ge  a^v$ ? ",                                 /* 1649 */
      "Don't ask this question in the future.",                      /* 1650 */
      "If you turn off confirmation here, you can turn it back on from the Options menu.", /* 1651 */
      "Select a new problem (or edit this one)",                     /* 1652 */
      "u>v>0 iff ln u > ln v",                                         /* 1653 */
      "u>v>0 iff log u > log v",                                       /* 1654 */
      "$cot m\\pi $ is undefined",                                       /* 1655 */
      "sin u = c iff        u=arcsin(c)+2n$\\pi $ or   $u=2n\\pi +\\pi -arcsin(c)$", /* 1656 */
      "Equations must first be solved.",                             /* 1657 */
      "Original equation is not periodic.",                          /* 1658 */
      "Solution does not contain an integer parameter.",             /* 1659 */
      "periodic form",                                               /* 1660 */
      "You were working on a saved graph, so 'previous problem' does not make sense.", /* 1661 */
      "Close this graph and draw the next one?",                     /* 1662 */
      "Close this graph and draw the previous one?",                 /* 1663 */
      "Draw the next graph",                                         /* 1664 */
      "Draw the previous graph",                                     /* 1665 */
      "Select a new function (or edit this one)",                    /* 1666 */
      "Change the ranges of the variables",                          /* 1667 */
      "Not yet solved.",                                             /* 1668 */
      "There is an unevaluated limit term.",                         /* 1669 */
      "There is an unevaluated indexed sum.",                        /* 1670 */
      "Identity not yet verified.  The two sides are not identical.",/* 1671 */
      "That's a good answer.",                                       /* 1672 */
      "That's the answer:  the identity is verified.",               /* 1673 */
      "There is still an unevaluated derivative.",                   /* 1674 */
      "There are still fractions to put over a common denominator.", /* 1675 */
      "There is still a compound fraction to be eliminated.",        /* 1676 */
      "There is still a negative exponent to be eliminated.",        /* 1677 */
      "There is still a root to be eliminated.",                     /* 1678 */
      "There is a product of sums to multiply out.",                 /* 1679 */
      "There is a power of a sum to expand.",                        /* 1680 */
      "Not yet",                                                     /* 1681 */
      "Your answer is acceptable, but perhaps it could be simplified.  MathXpert would take one more step. ", /* 1682 */
      "Your answer is acceptable, but perhaps it could be simplified.  MathXpert would take two more steps. ", /* 1683 */
      "Your answer is acceptable, but perhaps it could be simplified.  MathXpert would take at least three more steps. ", /* 1684 */
      "Although this looks solved, you have included solutions that are ruled out by current assumptions.  Use the assumptions to eliminate or correct the solution.", /* 1685 */
      "Cannot eliminate the possibility that the base is zero.",     /* 1686 */
      "Cannot eliminate the possibility that the base is one.",      /* 1687 */
      "Equation is an identity, true whenever both sides are defined.", /* 1688 */
      "Required subdirectory for the textbook files does not exist.",   /* 1689 */
      "Cannot find the .toc file for the requested textbook.  Check to be sure the correct directory and filename for it is listed for it in mathpert.ini.",       /* 1690 */
      "Format of the .toc file for the selected textbook is illegal.", /* 1691 */
      "Out of Windows memory. Restart Windows.",                      /* 1692 */
      "Cannot read .toc file although it exists.  Maybe it's damaged.", /* 1693 */
      "Cannot read .toc file for selected textbook, and also the file containing MathXpert's table of contents can't be read.  MathXpert will exit.", /* 1694 */
      "$-c\\le |u|$ is true ($c\\ge 0$)",                                     /* 1695 */
      "-c<|u| is true (c>0)",                                         /* 1696 */
      "$|u|<-c$ has no         solution if $c\\ge 0$",                    /* 1697 */
      "$|u|\\le -c$ has no         solution if c>0",                      /* 1698 */
      "The right-hand side must be non-positive.",                    /* 1699 */
      "Right-hand side can never be zero.",                           /* 1700 */
      "$|u| \\le  -c$ iff u = 0    (assuming c = 0)",                     /* 1701 */
      "$|u| \\ge  0$ is true",                                            /* 1702 */
      "0>|u| has no solution",                                        /* 1703 */
      "-c > |u| has no      solution ($c \\ge  0$)",                      /* 1704 */
      "$-c \\ge  |u|$ has no      solution (c > 0)",                      /* 1705 */
      "The left-hand side must be non-positive.",                     /* 1706 */
      "Left-hand side can never be zero.",                            /* 1707 */
      "$-c \\ge  |u|$ iff u = 0,  (assuming c = 0)",                      /* 1708 */
      "$|u|\\ge -c$ is true ($c\\ge 0$)",                                     /* 1709 */
      "|u|>-c is true (c>0)",                                         /* 1710 */
      "!Only one solution satisfies the original inequality for ",    /* 1711 */
      "!Keep only solutions that satisfy the original inequality.",   /* 1712 */
      "swap rows",                                                    /* 1713 */
      "Sorry",                                                        /* 1714 */
      "Not enough memory to open help.",                              /* 1715 */
      "Cannot open help.  Check for the presence of file ",           /* 1716 */
      " opened.  To use the problems from this file, select it as the Problem Source in the problem selection dialog box.", /* 1717 */
      "Confirmation",                                                 /* 1718 */
      "User",                                                         /* 1719 */
      "|u| = -c iff u = 0    (assuming c = 0)",                       /* 1720 */
      "apply function",                                               /* 1721 */
      "Enter the name of a function, for example \"log\"",            /* 1722 */
      "The sign of the discriminant is not determined.",              /* 1723 */
      "This looks solved, but the variable is not the original one.", /* 1724 */
      "This is solved, but MathXpert would simplify the answer further.", /* 1725 */
      "You are not allowed to multiply by zero.",                     /* 1726 */
      "That would make the equation true for all values of the unknown.", /* 1727 */
      "The equation appears to be an identity, but you have taken some steps (for example squaring or \'simplify\') that could have introduced new solutions, so you haven't proved that the original equation was an identity.  This work is inconclusive.", /* 1728 */
      "You are not allowed to multiply by an expression containing the unknown.", /* 1729 */
      "The resulting equation would no longer be linear.",             /* 1730 */
      "That would make the equation true for all values of the unknowns.", /* 1731 */
      "Cannot verify that the chosen expression is nonzero.",              /* 1732 */
      "If it has zeroes that are not zeroes of the inequality, the ",      /* 1733 */
      "solution set would change.  Therefore this multiplication is illegal.", /* 1734 */
      "One of MathXpert's essential files is missing, corrupted, or altered.  Re-install MathXpert. The missing or damaged file is ", /* 1735 */
      "evaluate to rational",                                              /* 1736 */
      "A .mxp file is a saved calculation or graph.",                      /* 1737 */
      "Problem files (name ending in .hw) contain lists of problems.",     /* 1738 */
      "Removes the filename from the Problem Source list.",                /* 1739 */
      "Changes the source of problems in the Table of Contents.",          /* 1740 */
      "Close the program.",                                                /* 1741 */
      "Update a .mxp file already saved.",                                 /* 1742 */
      "Create a .mxp file to open later.",                                 /* 1743 */
      "Specify details such as orientation or number of copies.",          /* 1744 */
      "Print the active calculation or graph immediately.",                /* 1745 */
      "Displays version information and credits.",                         /* 1746 */
      "Conditions under which the calculation is valid.",                  /* 1747 */
      "Commentaries are written in a .hw file after an @ symbol.",         /* 1748 */
      "Functions can be used until they are undefined.",                   /* 1749 */
      "Replace an existing definition with a new one.",                    /* 1750 */
      "Delete a function definition.",                                     /* 1751 */
      "Display the currently valid function definitions.",                 /* 1752 */
      "Prevents accidentally closing an unsaved graph or calculation.",    /* 1753 */
      "Allows closing a graph or calculation with one click.",             /* 1754 */
      "Change calculation background color.",                              /* 1755 */
      "The normal color of displayed formulas",                            /* 1756 */
      "The highlight color is used to show where changes took place.",     /* 1757 */
      "The color to be used for the justifications",                       /* 1758 */
      "Restore the original colors, as before they were ever changed.",    /* 1759 */
      "Use a larger font size.",                                           /* 1760 */
      "Use a smaller font size.",                                          /* 1761 */
      "Restore the original font size.",                                   /* 1762 */
      "The buttons at the top of a calculation will be large.",            /* 1763 */
      "The buttons at the top of a calculation will be small.",            /* 1764 */
      "This option affects display only, not internal accuracy.",          /* 1765 */
      "Use commas when displaying large integers.",                        /* 1766 */
      "Do not separate the digits of large integers.",                     /* 1767 */
      "You will hear applause when you complete a problem yourself.",      /* 1768 */
      "Operate silently.",                                                 /* 1769 */
      "Close problem file",                                                /* 1770 */
      "Integrate by parts with",                                           /* 1771 */
      "Creates a new menu item for direct access to mathematical operations.", /* 1772 */
      "Remove the Operations menu.",                                       /* 1773 */
      "Arrange several graphs and calculations like a hand of cards.",     /* 1774 */
      "Make all graphs and calculations visible at once.",                 /* 1775 */
      "Affects graphs and calculations that have been minimized.",         /* 1776 */
      "Close all open graphs and calculations.",                           /* 1777 */
      "Change the domain and range intervals.",                            /* 1778 */
      "Change the current values or increments of parameters.",            /* 1779 */
      "Place numbered marks (ticks) on the axes.",                         /* 1780 */
      "Do not place numbered marks (ticks) on the axes.",                  /* 1781 */
      "Place ticks at multiples of pi on the horizontal axis.",            /* 1782 */
      "Use this with No Ticks to retain some indication of scale.",        /* 1783 */
      "Label the axes as usual with variable names.",                      /* 1784 */
      "Do not label the axes in any way.",                                 /* 1785 */
      "Specify initial values when solving differential equations",        /* 1786 */
      "Specify spacing between contour lines.",                            /* 1787 */
      "Specify the coordinates of the virtual camera.",                    /* 1788 */
      "Specify the coordinates of the virtual lamps.",                     /* 1789 */
      "Singularities are places where the function has an infinite limit.", /* 1790 */
      "Jumps are places where the two one-sided limits are different.",    /* 1791 */
      "Controls whether titles are displayed on graphs or not.",           /* 1792 */
      "A grid is a background pattern, similar to graph paper.",           /* 1793 */
      "Hiding the Toolbar buttons does not affect printing.",              /* 1794 */
      "The color used for formulas selected with the mouse.",              /* 1795 */
      "Store a selected term for later pasting into another graph or calculation.", /* 1796 */
      "Explains how to use the Help system.",                              /* 1797 */
      "Enters the MathXpert help system.",                                  /* 1798 */
      "Search for help on a specific topic.",                              /* 1799 */
      "Remark",                                                            /* 1800 */
      "No printer installed.",                                             /* 1801 */
      "Unknown error.  Perhaps the printer is incorrectly installed.",     /* 1802 */
      "It is already a polynomial in that expression.",                    /* 1803 */
      "Can't determine the sign of the expression by which you wanted to divide.", /* 1804 */
      "Can't determine the sign of the expression by which you wanted to multiply.", /* 1805 */
      "To ensure that the result is defined, you would have to ",          /* 1806 */
      "make assumptions involving the variable.",                          /* 1807 */
      "That might cause you to lose solutions, and hence is not allowed.", /* 1808 */
      "A common numerical factor has been removed first. ",                /* 1809 */
      "Now you can try to factor the remaining quadratic.",                /* 1810 */
      "The function you attempted to graph is nowhere defined.",           /* 1811 */
      "to use the assumptions to eliminate such unwanted solutions at the end.", /*1812 */
      /* translator--leave the initial exclamation marks alone in lines like the following. */
      "!An assumption has been made to ensure that the discriminant is non-negative.", /* 1813 */
      "!Assuming ",                                                        /* 1814 */
      " to ensure that the discriminant is non-negative.",                 /*1815 */
      "!Assuming the left side is non-negative.",                          /* 1816 */
      "!Assuming the right side is non-negative.",                         /* 1817 */
      "!Assuming the two sides have the same sign.",                       /* 1818 */
      "Coordinates of selected point",                                     /* 1819 */
      "That nonnegative expression is already in polar form.",             /* 1820 */
      "That expression is not in polar form.  Polar form is $re^(i\\theta ).$",  /* 1821 */
      "Reduce complex numbers to the form $a + bi$.",                     /* 1822 */
      "Denominator is not real",                                          /* 1823 */
      "Substitution illegal because it contains the summation variable.", /* 1824 */
      "Substitution illegal because it contains the product variable.",   /* 1825 */
      "Substitution illegal because it contains the variable of integration.", /* 1826 */
      "Substitution illegal because it contains the variable of differentiation.", /* 1827 */
      "Substitution illegal because it contains the limit variable.",     /* 1828 */
      "Substitution illegal because it contains a bound variable.",       /* 1829 */
      "Enter the desired new exponent.",                                  /* 1830 */
      "substitute u,v...",                                                /* 1831 */
      "That expression still contains an inverse trig function.",         /* 1832 */
      "Cannot verify that $tan x$ is nonzero.",                           /* 1833 */
      "Cannot verify that $cot x$ is nonzero.",                           /* 1834 */
      "Power requested is undefined",                                     /* 1835 */
      "When solving linear equations, you can divide only by a constant.", /* 1836 */
      "When solving linear equations, you can multiply only by a constant.", /* 1837 */
      "You might lose solutions by applying that law ",                   /* 1838 */
      "without first verifying that condition.",                          /* 1839 */
      "write integer as a^n",                                             /* 1840 */
      "You can select one (or all) solutions and choose ",                /* 1841 */
      "\\it put solutions in periodic form.",                             /* 1842 */
      /* Do not translate \\it, it is a direction to use italic type */
      "of the previous equation, since $log(a/b)$ is defined when both",  /* 1843 */
      "You can't divide by that quantity, because MathXpert ",             /* 1844 */
      "can't verify that it is never zero.  In that case",                /* 1845 */
      "you might lose some solutions.",                                   /* 1846 */
      "The difference is very small, and possibly roundoff errors ",      /* 1847 */
      "may have entered in, so the correctness of the calculation ",      /* 1848 */
      "cannot be guaranteed."                                             /* 1849 */
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists