home *** CD-ROM | disk | FTP | other *** search
- <?XML version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE MESSAGES SYSTEM "messages.dtd">
-
- <!-- The first 10 or so were in here and I haven't touched. Remainder -->
- <!-- extracted from MSG.DB: lines that contain three fields separated by "$$". -->
- <!-- short_name is field 2, text is field 3. DanL 4/24/98 -->
-
- <MESSAGES>
-
- <message>
- <short_name> NullInPlaceOfIdentifier </short_name>
- <text> Nothing was found where a variable was expected. </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name> NoListInDefn </short_name>
- <text> Definition is not correct. </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name> DefnListLengthNot2 </short_name>
- <text> Definition list was not of length two. </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name> LHSOfDefnNotIdentifier </short_name>
- <text> Left hand side of definition was not a variable.</text>
- <help_topic> The_Expression_to_the_Left_of_the_Equal_Sign_cannot_be_Defined.html </help_topic>
- </message>
-
- <message>
- <short_name> MalformedLambda </short_name>
- <text> This function is not valid. </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name> ForLoopFirstNotName </short_name>
- <text> For loop's first argument is not a name. </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name> MalformedLambdaBVList </short_name>
- <text> Lambda bound variable list not well-formed. </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name> NoDefnListInLet </short_name>
- <text> Let did not contain a definition list. </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name> IllegalLValue </short_name>
- <text> illegal l-value in assignment </text>
- <help_topic> The_Expression_to_the_Left_of_the_Equal_Sign_cannot_be_Defined.html </help_topic>
- </message>
-
-
- <message>
- <short_name>
- file not found
- </short_name>
- <text>
- Can't find the data file you're trying to use.
- </text>
- <help_topic> CanÆt_find_the_Data_File_youÆre_Trying_to_Use.html </help_topic>
- </message>
-
- <message>
- <short_name>
- Too many files
- </short_name>
- <text>
- Too many files have been opened.\nChoose Associate Filename to\ndissociate some files.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- File error
- </short_name>
- <text>
- Can't understand something in\nthis data file. If this file\ncame from a spreadsheet, make\nsure you saved it as ASCII text only.
- </text>
- <help_topic> CanÆt_Understand_something_in_this_Data_File.html </help_topic>
- </message>
-
- <message>
- <short_name>
- illegal ORIGIN
- </short_name>
- <text>
- ORIGIN should be an integer whose \nmagnitude is less than 16 million.
- </text>
- <help_topic> ORIGIN_should_be_an_Integer_whose_Magnitude_is_Less_than_16_Million.html </help_topic>
- </message>
-
- <message>
- <short_name>
- illegal TOL
- </short_name>
- <text>
- Type "TOL=" to see what the tolerance is set to. It should be a scalar \nthat is greater than 0 and less than or equal to 1. Redefine it if necessary.
- </text>
- <help_topic> Type_TOL=_to_see_what_the_Tolerance_is_set_to.html </help_topic>
- </message>
-
- <message>
- <short_name>
- definition stack overflow
- </short_name>
- <text>
- Can't evaluate this expression. It may have resulted \nin an overflow or an infinite loop.
- </text>
- <help_topic> Can't_Evaluate_this_Expression_-_Overflow_or_an_Infinite_Loop.html </help_topic>
- </message>
-
- <message>
- <short_name>
- equation too large
- </short_name>
- <text>
- This expression is too complicated.\nTry defining it in smaller pieces.
- </text>
- <help_topic> Equation_too_Large.html </help_topic>
- </message>
-
- <message>
- <short_name>
- incompatible units
- </short_name>
- <text>
- The units in this expression\ndo not match.
- </text>
- <help_topic> The_Units_in_this_Expression_do_not_Match.html </help_topic>
- </message>
-
- <message>
- <short_name>
- too many arguments
- </short_name>
- <text>
- This function has too many arguments.
- </text>
- <help_topic> The_Function_has_too_many_Arguments.html </help_topic>
- </message>
-
- <message>
- <short_name>
- too few arguments
- </short_name>
- <text>
- This function needs more arguments.
- </text>
- <help_topic> This_Function_needs_more_Arguments.html </help_topic>
- </message>
-
- <message>
- <short_name>
- interrupted
- </short_name>
- <text>
- You interrupted calculation. To resume,\nclick here and press "F9".
- </text>
- <help_topic> You_Interrupted_Calculation._To_resume.html </help_topic>
- </message>
-
- <message>
- <short_name>
- error in list
- </short_name>
- <text>
- Arguments in function definitions\nmust be names.
- </text>
- <help_topic> Arguments_in_Function_Definitions_must_be_Names.html </help_topic>
- </message>
-
- <message>
- <short_name>
- Input list too long.
- </short_name>
- <text>
- This list contains too many items.
- </text>
- <help_topic> This_List_Contains_too_many_Items.html </help_topic>
- </message>
-
- <message>
- <short_name>
- missing operand
- </short_name>
- <text>
- This expression is incomplete. You\nmust fill in the placeholders.
- </text>
- <help_topic> This_expression_is_Incomplete,_Placeholders_must_be_Filled.html </help_topic>
- </message>
-
- <message>
- <short_name>
- missing operator
- </short_name>
- <text>
- This expression is incomplete. You\nmust provide an operator.
- </text>
- <help_topic> The_Expression_is_Incomplete,_an_Operator_is_Required.html </help_topic>
- </message>
-
- <message>
- <short_name>
- error in constant
- </short_name>
- <text>
- Can't understand this number.
- </text>
- <help_topic> CanÆt_Understand_this_Number.html </help_topic>
- </message>
-
- <message>
- <short_name>
- indeterminate dimension
- </short_name>
- <text>
- Can't determine what units the result\nof this operation should have.
- </text>
- <help_topic> CanÆt_Determine_the_Units_of_the_Resulting_Operation.html </help_topic>
- </message>
-
- <message>
- <short_name>
- dimension to nonreal power
- </short_name>
- <text>
- Can't raise an expression having\nunits to a complex power.
- </text>
- <help_topic> Can't_Raise_an_Expression_having_Units_to_a_Complex_Power.html </help_topic>
- </message>
-
- <message>
- <short_name>
- illegal function name
- </short_name>
- <text>
- Can't understand the name of this function.\nIf you're trying to multiply, use "*".
- </text>
- <help_topic> CanÆt_Understand_the_Name_of_this_Function.html </help_topic>
- </message>
-
- <message>
- <short_name>
- illegal context
- </short_name>
- <text>
- Illegal context. Press F1 for Help.
- </text>
- <help_topic> Illegal_Context._Press_F1_for_HELP.html </help_topic>
- </message>
-
- <message>
- <short_name>
- illegal factor
- </short_name>
- <text>
- The unit placeholder can only have real,\nnon-zero scalars put into it.
- </text>
- <help_topic> The_unit_placeholder_can_only_have_real.html </help_topic>
- </message>
-
- <message>
- <short_name>
- unmatched parenthesis
- </short_name>
- <text>
- This expression has a "(" without\na matching ")".
- </text>
- <help_topic> This_expression_has_a_(_without_a_).html </help_topic>
- </message>
-
- <message>
- <short_name>
- undefined
- </short_name>
- <text>
- This variable or function\nis not defined above.
- </text>
- <help_topic> The_Variable_or_Function_is_not_Defined_Above.html </help_topic>
- </message>
-
- <message>
- <short_name>
- not a name
- </short_name>
- <text>
- This must be the name of a\nfunction or variable.
- </text>
- <help_topic> This_must_be_the_Name_of_a_Function_or_Variable.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be dimensionless
- </short_name>
- <text>
- Can't have anything with units\nor dimensions here.
- </text>
- <help_topic> CanÆt_have_Anything_with_Units_or_Dimensions_here.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be real
- </short_name>
- <text>
- This value must be real. Its imaginary\n part must be zero.
- </text>
- <help_topic> This_Value_must_be_Real.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be range
- </short_name>
- <text>
- This variable must be a range variable.
- </text>
- <help_topic> This_Variable_must_be_a_Range_Variable.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be integer
- </short_name>
- <text>
- This must be an integer. The expression you used \nmay have a fractional part.
- </text>
- <help_topic> This_must_be_an_Integer.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be array
- </short_name>
- <text>
- This operation can only be performed on an array.
- </text>
- <help_topic> This_Operation_can_only_be_Performed_on_an_Array.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be function
- </short_name>
- <text>
- This operation can only be performed on a function.
- </text>
- <help_topic> The_Expression_is_Incomplete,_an_Operator_is_Required.html </help_topic>
- </message>
-
- <message>
- <short_name>
- cannot contain string
- </short_name>
- <text>
- Cannot contain string in this function.
- </text>
- <help_topic> String_Operations.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be string
- </short_name>
- <text>
- This operation can only be performed on a string.
- </text>
- <help_topic> String_Operations.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be number or array
- </short_name>
- <text>
- This operation can only be performed on a number or an array.
- </text>
- <help_topic> This_Operation_can_only_be_Performed_on_a_Number_or_an_Array.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be nonzero
- </short_name>
- <text>
- Can't evaluate this function when\nits argument is zero.
- </text>
- <help_topic> CanÆt_Evaluate_this_Function_when_its_Argument_is_Zero.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be greater than zero
- </short_name>
- <text>
- Can't evaluate this function when\nits argument less than or equal to zero.
- </text>
- <help_topic> Can't_Evaluate_this_Function_when_its_Argument_Less_than_or_Equal_to_Zero.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be greater than one
- </short_name>
- <text>
- This argument must be greater than one.
- </text>
- <help_topic> Can't_Evaluate_this_Function_when_its_Argument_Less_than_or_Equal_to_Zero.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be either 0 or 1
- </short_name>
- <text>
- This argument must be either 0 or 1.
- </text>
- <help_topic> Can't_Evaluate_this_Function_when_its_Argument_Less_than_or_Equal_to_Zero.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be increasing
- </short_name>
- <text>
- The elements in this vector\nmust be in increasing order.
- </text>
- <help_topic> The_Elements_in_this_Vector_must_be_in_Increasing_Order.html </help_topic>
- </message>
-
- <message>
- <short_name>
- misplaced comma
- </short_name>
- <text>
- There is an extra comma in this expression.
- </text>
- <help_topic> There_is_an_Extra_Comma_in_this_Expression.html </help_topic>
- </message>
-
- <message>
- <short_name>
- too many points
- </short_name>
- <text>
- Can't plot this many points.
- </text>
- <help_topic> CanÆt_Plot_this_many_Points.html </help_topic>
- </message>
-
- <message>
- <short_name>
- array size mismatch
- </short_name>
- <text>
- The number of rows and/or columns\nin these arrays do not match.
- </text>
- <help_topic> The_Number_of_Rows_Columns_in_these_Arrays_do_not_Match.html </help_topic>
- </message>
-
- <message>
- <short_name>
- number of guess values wrong
- </short_name>
- <text>
- The number of fitting parameters and the number of guess values must be same.
- </text>
- <help_topic> The_Number_of_Rows_Columns_in_these_Arrays_do_not_Match.html </help_topic>
- </message>
-
- <message>
- <short_name>
- wrong size vector
- </short_name>
- <text>
- This vector has the wrong\nnumber of elements.
- </text>
- <help_topic>Vector_has_the_Wrong_Number_of_Elements.html </help_topic>
- </message>
-
- <message>
- <short_name>
- too few elements
- </short_name>
- <text>
- This vector should have more elements.
- </text>
- <help_topic> This_vector_should_have_more_elements.html </help_topic>
- </message>
-
- <message>
- <short_name>
- too large to display
- </short_name>
- <text>
- This array has more elements than\ncan be displayed at one time. Try\nusing the "submatrix" function.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- domain error
- </short_name>
- <text>
- This function is undefined at one or more\nof the points you specified.
- </text>
- <help_topic> This_function_is_undefined_at_one_or_more_of_the_points.html </help_topic>
- </message>
-
- <message>
- <short_name>
- overflow
- </short_name>
- <text>
- Found a number with a magnitude greater\nthan 10^307 while trying to evaluate\nthis expression.
- </text>
- <help_topic> Found_a_number_with_a_magnitude_greater_than.html </help_topic>
- </message>
-
- <message>
- <short_name> LossOfPrecision </short_name>
- <text> Loss of precision. </text>
- <tip> loss of precision </tip>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name> could not compute </short_name>
- <text> Could not compute. </text>
- <tip> could not compute </tip>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- could not open this file
- </short_name>
- <text>
- This file could not be opened. Make sure it exists.
- </text>
- <help_topic>File_could_not_be_Opened.html</help_topic>
- </message>
-
- <message>
- <short_name>
- singularity
- </short_name>
- <text>
- Found a singularity while evaluating this\nexpression. You may be dividing by zero.
- </text>
- <help_topic> Found_a_singularity.html </help_topic>
- </message>
-
- <message>
- <short_name>
- significance lost
- </short_name>
- <text>
- Cannot evaluate this accurately at one\nor more of the values you specified.
- </text>
- <help_topic> Cannot_evaluate_this_accurately_at_one_or_more_of_the_values.html </help_topic>
- </message>
-
- <message>
- <short_name>
- significance reduced
- </short_name>
- <text>
- Cannot evaluate this accurately at one\nor more of the values you specified.
- </text>
- <help_topic> Cannot_Evaluate_Expression_Accurately_at_the_Values_Specified.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be vector
- </short_name>
- <text>
- This value must be a vector.
- </text>
- <help_topic> This_Value_must_be_a_Vector.html </help_topic>
- </message>
-
- <message>
- <short_name>
- index out of bounds
- </short_name>
- <text>
- Value of subscript or superscript is too\nbig (or too small) for this array.
- </text>
- <help_topic> Value_of_Sub_or_Superscript_is_too_Big.html </help_topic>
- </message>
-
- <message>
- <short_name>
- cannot take subscript
- </short_name>
- <text>
- Only vectors and matrices can\nhave subscripts.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- too many subscripts
- </short_name>
- <text>
- This array has too many subscripts.\nUse only one subscript for a vector\nor two for a matrix.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- too few subscripts
- </short_name>
- <text>
- A matrix needs more than one subscript.\nBe sure you separated your subscripts\nwith a comma.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- cannot take superscript
- </short_name>
- <text>
- Only vectors and matrices can\nhave superscripts.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- subscript too large
- </short_name>
- <text>
- This subscript is too large.
- </text>
- <help_topic> Subscript_is_too_Large.html </help_topic>
- </message>
-
- <message>
- <short_name>
- non-scalar value
- </short_name>
- <text>
- This is not a scalar. Press F1 for help.
- </text>
- <help_topic> Not_a_Scalar.html </help_topic>
- </message>
-
- <message>
- <short_name>
- illegal range
- </short_name>
- <text>
- Can't understand the way this\nrange variable is defined.
- </text>
- <help_topic> Can_t_Understand_the_way_this_Range_Variable_is_Defined.html </help_topic>
- </message>
-
- <message>
- <short_name>
- range not allowed
- </short_name>
- <text>
- Can't use a range variable\nin a solve block.
- </text>
- <help_topic> CanÆt_use_a_Range_Variable_in_a_Solve_Block.html </help_topic>
- </message>
-
- <message>
- <short_name>
- not converging
- </short_name>
- <text>
- Can't converge to a solution.
- </text>
- <help_topic> CanÆt_find_a_Solution_to_this_System_of_Equations.html </help_topic>
- </message>
-
- <message>
- <short_name>
- cannot be defined
- </short_name>
- <text>
- The expression to the left of the\nequal sign cannot be defined.
- </text>
- <help_topic> The_expression_to_left_cannot_be_defined.html </help_topic>
- </message>
-
- <message>
- <short_name>
- nested solve block
- </short_name>
- <text>
- You have one solve block inside another.\nEvery "Given" must have a matching\nfunction such as "Find" or "Minerr".
- </text>
- <help_topic> There_is_One_solve_Block_inside_another.html </help_topic>
- </message>
-
- <message>
- <short_name>
- error in solve block
- </short_name>
- <text>
- Something is wrong with the solve block used\nto define this function. It may need a guess\nvalue.
- </text>
- <help_topic> Something_is_Wrong_with_the_Solve_Block_used_to_Define_this_Function.html </help_topic>
- </message>
-
- <message>
- <short_name>
- no matching Given
- </short_name>
- <text>
- A "Find" or "Minerr" must be preceded\nby a matching "Given".
- </text>
- <help_topic> A_Find_or_Minerr_must_be_preceded_by_a_matching_Given.html </help_topic>
- </message>
-
- <message>
- <short_name>
- too few constraints
- </short_name>
- <text>
- This system of equations has more\nunknowns than there are equations.
- </text>
- <help_topic> This_System_of_Equations_has_more_Unknowns_than_Equations.html </help_topic>
- </message>
-
- <message>
- <short_name>
- too many constraints
- </short_name>
- <text>
- Can't solve a system having this many equations.
- </text>
- <help_topic> Cannot_Solve_a_System_having_this_Many_Equations.html </help_topic>
- </message>
-
- <message>
- <short_name>
- did not find solution
- </short_name>
- <text>
- Can't find a solution to this system of\nequations. Try a different guess value or check\nthat a solution really exists.
- </text>
- <help_topic> CanÆt_find_a_Solution_to_this_System_of_Equations.html </help_topic>
- </message>
-
- <message>
- <short_name>
- illegal array operation
- </short_name>
- <text>
- Can't perform this operation on the entire\narray at once. Try using "vectorize" to perform\nit element by element.
- </text>
- <help_topic> CanÆt_Perform_this_Operation_on_the_Entire_Array_at_Once.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be square
- </short_name>
- <text>
- This matrix must be square. It should have\nthe same number of rows as columns.
- </text>
- <help_topic> This_Matrix_must_be_Square.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be 3-vector
- </short_name>
- <text>
- Cross product is defined only for vectors\nhaving exactly three elements.
- </text>
- <help_topic> Cross_product_is_defined_only_for_vectors_having_three.html </help_topic>
- </message>
-
- <message>
- <short_name>
- duplicate
- </short_name>
- <text>
- Can't define the same variable more than \nonce in the same expression.
- </text>
- <help_topic> CanÆt_Define_the_Same_Variable_more_than_once_in_the_same_Expression.html </help_topic>
- </message>
-
- <message>
- <short_name>
- invalid
- </short_name>
- <text>
- This is invalid. If you are using conditional \nstatements in a Mathcad program, make sure all \ncases are accounted for.
- </text>
- <help_topic> This_is_invalid._If_you_are_using_a_Mathcad_program.html </help_topic>
- </message>
-
- <message>
- <short_name>
- can't interpolate
- </short_name>
- <text>
- Can't interpolate 3-D scatter data. All points lie in a line.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- incompatible units
- </short_name>
- <text>
- The units in this expression do not match.
- </text>
- <help_topic> The_Units_in_this_Expression_do_not_Match.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be positive
- </short_name>
- <text>
- Only positive values are allowed here.
- </text>
- <help_topic> Can't_Evaluate_this_Function_when_its_Argument_Less_than_or_Equal_to_Zero.html </help_topic>
- </message>
-
- <message>
- <short_name>
- Must be a multidimensional array
- </short_name>
- <text>
- This array must have more than one row or column.
- </text>
- <help_topic> This_array_must_have_more_than_one_row_or_column.html </help_topic>
- </message>
-
- <message>
- <short_name>
- can't plot any points
- </short_name>
- <text>
- All evaluations resulted in either\nan error or a complex result.
- </text>
- <help_topic> All_evaluations_resulted_in_an_error_or_complex_result.html </help_topic>
- </message>
-
- <message>
- <short_name>
- Bad vectorization element
- </short_name>
- <text>
- Cannot vectorize this expression. \nOne or more elements may not be scalar.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Invalid order
- </short_name>
- <text>
- Can only evaluate an nth order derivative when n=0, 1 . . 5.
- </text>
- <help_topic> Can_only_evaluate_an_nth_order_derivative_when_n=0,1..5.html </help_topic>
- </message>
-
- <message>
- <short_name>
- Only one array allowed.
- </short_name>
- <text>
- Can't have more than one array in a contour plot.
- </text>
- <help_topic> Can't_have_more_than_One_Array_in_a_Contour_Plot.html </help_topic>
- </message>
-
- <message>
- <short_name>
- EXCEPTION_FLT_OVERFLOW
- </short_name>
- <text>
- Found a number with a magnitude greater\nthan 10^307 while trying to evaluate\nthis expression.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Unknown error
- </short_name>
- <text>
- Can't understand something in this expression.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- EfiMustBeScalarOrVector
- </short_name>
- <text>
- This must be either a scalar or a vector.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- EfiMustBeScalarOrRealVector
- </short_name>
- <text>
- This must be either a scalar or a vector of real values.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- EfiMustBeScalarOrArray
- </short_name>
- <text>
- There must be a scalar or array here.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- EfiMustBeStringOrVector
- </short_name>
- <text>
- This must be either a string or a vector of strings.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- EfiMustBeStringScalarOrVector
- </short_name>
- <text>
- This must be a string, scalar, or vector.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- EfiMustBeStringScalarOrArray
- </short_name>
- <text>
- This must be a string, scalar, or matrix.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- EfiMustBeStringOrScalar
- </short_name>
- <text>
- This must be either a string or a scalar.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- may not be nested
- </short_name>
- <text>
- The elements in this array must be scalars.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- cannot have range as element
- </short_name>
- <text>
- The elements in this array cannot be range variables.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- invalid arguments
- </short_name>
- <text>
- A value is invalid. It may be complex.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- invalid number of knots
- </short_name>
- <text>
- Invalid number of knots.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be imaginary
- </short_name>
- <text>
- This value must be imaginary. Its real \npart must be zero.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- floating point error
- </short_name>
- <text>
- Encountered a floating point error.
- </text>
- <help_topic>Floating_point_error.html </help_topic>
- </message>
-
- <message>
- <short_name>
- Invalid base
- </short_name>
- <text>
- This base is not allowed. The base must be positive and real.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- EfiMustBeScalarOrMatrix
- </short_name>
- <text>
- There must be a scalar or matrix here.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Must be a unit
- </short_name>
- <text>
- This must be a unit.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be positive integer
- </short_name>
- <text>
- This value must be a positive integer.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- increment can not be zero
- </short_name>
- <text>
- The step size cannot be zero.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- invalid probability value
- </short_name>
- <text>
- The probability must be between 0 and 1.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- undefined variable
- </short_name>
- <text>
- This variable or function\nis not defined above.
- </text>
- <help_topic> The_Variable_or_Function_is_not_Defined_Above.html </help_topic>
- </message>
-
- <message>
- <short_name>
- not enough sample points
- </short_name>
- <text>
- There are not enough sample points. See on-line Help \nfor more information on this function.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- no duplicates
- </short_name>
- <text>
- Cannot determine the mode. No single \nvalue occurs more frequently \nthan any others.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- increment may not be zero
- </short_name>
- <text>
- The step size cannot be zero.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- array element out of range
- </short_name>
- <text>
- Value of subscript or superscript is too\nbig (or too small) for this array.
- </text>
- <help_topic> Value_of_Sub_or_Superscript_is_too_Big_or_Small_for_this_Array.html </help_topic>
- </message>
-
- <message>
- <short_name>
- invalid lower bound
- </short_name>
- <text>
- The lower limit is too large. \nCannot find an accurate solution.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- invalid upper bound
- </short_name>
- <text>
- The upper limit is too large. \nCannot find an accurate solution.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- one limit must be infinity
- </short_name>
- <text>
- At least one limit must be infinity.
- </text>
- <help_topic> Mcaderror_01.html </help_topic>
- </message>
-
- <message>
- <short_name>
- invalid dimension
- </short_name>
- <text>
- Array has an incorrect number of rows and columns.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- out of memory
- </short_name>
- <text>
- Not enough memory for this operation.
- </text>
- <help_topic> Not_enough_memory_for_this_operation.html </help_topic>
- </message>
-
- <message>
- <short_name>
- empty matrix
- </short_name>
- <text>
- This matrix must have at least 1 row or column.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be nonnegative
- </short_name>
- <text>
- This value cannot be negative.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- time must be between 0 and 60
- </short_name>
- <text>
- Time must be between 0 and 60.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- read eof error
- </short_name>
- <text>
- Encountered an error reading \nthe end of the file. Make sure this is a valid \ndata file.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Could not extract units
- </short_name>
- <text>
- Cannot understand the units in this expression.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Must be list
- </short_name>
- <text>
- This must be a list.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be real vector
- </short_name>
- <text>
- Must be a vector of real elements.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Matrix expected
- </short_name>
- <text>
- Must be a matrix. Cannot be a scalar or a vector.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Unexpected plot error
- </short_name>
- <text>
- Could not create the plot.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- incompatible dimension
- </short_name>
- <text>
- The number of rows or columns do not match.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- input must be 1 or 2 dimensional
- </short_name>
- <text>
- Must have 1 or 2 columns.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- illegal interval
- </short_name>
- <text>
- This is not a valid interval.
- </text>
- <help_topic> Error_02_This_is_not_a_valid_interval.html </help_topic>
- </message>
-
- <message>
- <short_name>
- first vector must be longer than 1
- </short_name>
- <text>
- The first vector argument \nmust have more than 1 element.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- invalid format
- </short_name>
- <text>
- The format of this vector is \ninvalid. Press F1 for help.
- </text>
- <help_topic> Error_03_The_format_of_this_vector_is_invalid.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be one dimensional
- </short_name>
- <text>
- This vector must have 1 column.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Must Be Two Row Vector
- </short_name>
- <text>
- This vector must have two rows.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be ascending
- </short_name>
- <text>
- The elements in this vector\nmust be in ascending order, although \nrepeating values are allowed.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- argument function error
- </short_name>
- <text>
- This function cannot be used here.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- need more data points than parameters
- </short_name>
- <text>
- There must be more data points than parameters.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- more data needed
- </short_name>
- <text>
- More data are needed for this function.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must have more than three observations
- </short_name>
- <text>
- There must be more than three data points.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must have fewer than five factors
- </short_name>
- <text>
- This vector must have fewer than five columns.
- </text>
- <help_topic> This_vector_must_have_fewer_than_five_columns.html</help_topic>
- </message>
-
- <message>
- <short_name>
- must be odd integer
- </short_name>
- <text>
- This value must be an odd integer
- </text>
- <help_topic>Must_be_Odd_Integer.html </help_topic>
- </message>
-
- <message>
- <short_name>
- window width must be less than the length of the vector
- </short_name>
- <text>
- This value must be smaller than the number of data points.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- integer too small
- </short_name>
- <text>
- This integer is too small.
- </text>
- <help_topic> Integer_too_Small.html </help_topic>
- </message>
-
- <message>
- <short_name>
- integer too large
- </short_name>
- <text>
- This integer is too large.
- </text>
- <help_topic>Integer_too_Large.html </help_topic>
- </message>
-
- <message>
- <short_name>
- need too large array to finish this operation
- </short_name>
- <text>
- Cannot complete this operation. \nAn array used during the calculation is too large.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be less than the number of data points
- </short_name>
- <text>
- Scalar must be less than the number of data points.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- need more data points than the degree of polynomial
- </short_name>
- <text>
- The number of data points must be higher \nthan the degree of polynomial.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- compiler error
- </short_name>
- <text>
- An internal compiler error has occured.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Wrong number of Arguments
- </short_name>
- <text>
- You have provided the wrong number of arguments.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Could not create data to pass to component
- </short_name>
- <text>
- Could not create data to pass to component.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- stack overflow
- </short_name>
- <text>
- Can't evaluate this expression. It may have resulted \nin an overflow or an infinite loop
- </text>
- <help_topic> Can't_Evaluate_this_Expression_-_Overflow_or_an_Infinite_Loop.html </help_topic>
- </message>
-
- <message>
- <short_name>
- break is only legal within a loop
- </short_name>
- <text>
- A Break statement is allowed only inside a loop.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- continue is only legal within a loop
- </short_name>
- <text>
- A Continue statement is allowed only inside a loop.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- end points cannot be the same
- </short_name>
- <text>
- The end points cannot be the same.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be >= 10.0^-16
- </short_name>
- <text>
- This value must be greater than or equal to 10.0^-16.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be <= 10000
- </short_name>
- <text>
- This value must be less than or equal to 10000.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be >= 2
- </short_name>
- <text>
- This value must be greater than or equal to 2.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- cannot solve more than 8 equations
- </short_name>
- <text>
- Cannot solve more than 8 differental equations.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- fitting point must be between end points
- </short_name>
- <text>
- The fitting point must be between end points.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- shooting failed : try different initial guess
- </short_name>
- <text>
- Could not find a solution. \nTry different initial guess.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Fail to calculate initial conditions
- </short_name>
- <text>
- Unable to calculate initial conditions.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Fail to calculate the discripancy vector of the ending boundary condition
- </short_name>
- <text>
- Unable to calculate the discripancy \nvector of the ending boundary condition.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- dimensions must be > 4
- </short_name>
- <text>
- Must have more than 4 rows.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- (rows-1) must be a power of 2
- </short_name>
- <text>
- The number of rows-1 must be a power of 2.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- root finder failed
- </short_name>
- <text>
- Could not find a solution because \nthe root finder failed.
- </text>
- <help_topic>Could_not_find_a_solution_because_the_root_finder_failed.html </help_topic>
- </message>
-
- <message>
- <short_name>
- step size too small
- </short_name>
- <text>
- Can't converge to a solution. Try \ndifferent guess values for the \nunknown initial conditions.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- too many integrator steps
- </short_name>
- <text>
- Can't converge to a solution. Encountered \ntoo many integrator steps.
- </text>
- <help_topic> Mcaduntitled00000591.html</help_topic>
- </message>
-
- <message>
- <short_name>
- too many unknowns
- </short_name>
- <text>
- Unable to find solution. Too many unknowns.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- invalid index
- </short_name>
- <text>
- Value of subscript or superscript \nis not valid for this array. The \nsubscript or superscript may not be an integer.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- lower row index greater than upper row index
- </short_name>
- <text>
- The lower row index should be \nsmaller than the upper row index.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- lower column index greater than upper column index
- </short_name>
- <text>
- The lower column index should be \ngreater than the upper column index.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- upper index out of bounds
- </short_name>
- <text>
- upper index out of bounds
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Unable to create binder
- </short_name>
- <text>
- Unable to create binder.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Couldn't allocate space for matrix
- </short_name>
- <text>
- Not enough memory to store a matrix this large.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Could not Eval Component
- </short_name>
- <text>
- Could not evaluate the component.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- function is undefined for 0 and negative integers
- </short_name>
- <text>
- This value cannot be 0 or a negative integer.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- row argument not a number
- </short_name>
- <text>
- The row argument must be an integer.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- column argument not a number
- </short_name>
- <text>
- The column argument must be an integer.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- rows or cols must be greater than 0
- </short_name>
- <text>
- The number of rows or cols must be greater than 0.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- matrix too big
- </short_name>
- <text>
- Cannot complete this operation. \nAn array used during the calculation is too large.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- number of rows must be power of 2
- </short_name>
- <text>
- The number of rows must be a power of 2.
- </text>
- <help_topic>Error_05_The_number_of_rows_must_be_a_power_of_2.html</help_topic>
- </message>
-
- <message>
- <short_name>
- no solution found
- </short_name>
- <text>
- Could not find a solution.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- file too big
- </short_name>
- <text>
- This file is too large to interpret.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- could not read file
- </short_name>
- <text>
- This file could not be opened. Make sure it exists.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Unable to append to file
- </short_name>
- <text>
- Unable to append to this file. \nMake sure it has the same number of \ncolumns as the matrix you are appending.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- illegal PRNPRECISION
- </short_name>
- <text>
- PRNPRECISION must be between 1 and 16.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- illegal PRNCOLWIDTH
- </short_name>
- <text>
- PRNCOLWIDTH must be between 1 and 132.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- unable to open file
- </short_name>
- <text>
- This file could not be opened. Make sure it exists.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- error in mcs file
- </short_name>
- <text>
- There is an error in the mcs file.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- unrecognized image format
- </short_name>
- <text>
- This image format is not supported.
- </text>
- <help_topic> Error_06_This_image_format_is_not_supported.html </help_topic>
- </message>
-
- <message>
- <short_name>
- can't understand data file
- </short_name>
- <text>
- Can't understand something in\nthis data file. If this file\ncame from a spreadsheet, make\nsure you saved it as ASCII text only.
- </text>
- <help_topic> CanÆt_Understand_something_in_this_Data_File.html </help_topic>
- </message>
-
- <message>
- <short_name>
- not a packed image matrix
- </short_name>
- <text>
- This array is not appropriate. The \nnumber of columns must be a multiple of 3.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- error writing file
- </short_name>
- <text>
- Cannot write to this file. Make sure it \nexists and is not read-only.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Unable to write to file
- </short_name>
- <text>
- Cannot write to this file. Make sure it \nexists and is not read-only.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Symbolic operator only
- </short_name>
- <text>
- You must evaluate this operator symbolically. \nPress [Ctrl] [Period].
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- size too large
- </short_name>
- <text>
- Cannot complete this operation. \nEncountered an array too large to manipulate.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- incorrect column dimensions
- </short_name>
- <text>
- Incorrect number of columns.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Could not Initialize Component
- </short_name>
- <text>
- Could not initialize the component.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Error in equation
- </short_name>
- <text>
- Cannot understand something in this equation.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- too many traces
- </short_name>
- <text>
- You cannot plot more than 16 traces.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- unexpected return value
- </short_name>
- <text>
- Encountered an error during calculation.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- vector elements cannot all be the same
- </short_name>
- <text>
- All the elements in the vector cannot be the same.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- unequal vector dimensions
- </short_name>
- <text>
- The vectors must have the same number of rows.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- y col unequal x row
- </short_name>
- <text>
- The number of columns of this argument must be equal to the number of rows of the previous argument.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- loess cannot extrapolate
- </short_name>
- <text>
- Loess cannot extrapolate.
- </text>
- <help_topic> Loess_cannot_Extrapolate.html </help_topic>
- </message>
-
- <message>
- <short_name>
- incorrect number of interpolating points
- </short_name>
- <text>
- Incorrect number of interpolating points.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- invalid interpolation points
- </short_name>
- <text>
- Invalid interpolation points.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- non-positive definite matrix
- </short_name>
- <text>
- Matrix must be positive definite.
- </text>
- <help_topic> Mcaderror_07.html </help_topic>
- </message>
-
- <message>
- <short_name>
- singular matrix
- </short_name>
- <text>
- Matrix is singular. \nCannot compute its inverse.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- number of rows less than number of columns
- </short_name>
- <text>
- The number of rows can't be less than number of columns.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- file i/o error
- </short_name>
- <text>
- Encountered a file i/o error.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- error in identifier
- </short_name>
- <text>
- Error in identifier.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- No valid points in plot
- </short_name>
- <text>
- There are no valid points to plot.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- body of while loop never executed
- </short_name>
- <text>
- The body of the while loop was \nnever executed.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- internal error, expected united value
- </short_name>
- <text>
- Internal error, expected united value.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Unrecognised node encountered in Execute::Exec
- </short_name>
- <text>
- Unrecognized node encountered in Execute::Exec.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Malformed equation in if block
- </short_name>
- <text>
- Can't understand the equation in if statement.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Range start value must be a real number
- </short_name>
- <text>
- First value of the range must be real.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Range next value must be a real number
- </short_name>
- <text>
- The values in the range must be real.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Range stop value must be a real number
- </short_name>
- <text>
- The values in the range must be real.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- infinite range variable
- </short_name>
- <text>
- Range cannot be infinite.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be matrix
- </short_name>
- <text>
- This value must be a matrix.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be matrix 2x1
- </short_name>
- <text>
- This value must be a 2x1 matrix.
- </text>
- <help_topic> </help_topic>
- </message>
-
-
- <message>
- <short_name>
- Right-hand side must be a column vector
- </short_name>
- <text>
- Right-hand side of the definition \nmust be a column vector.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- NotAnInt
- </short_name>
- <text>
- This is not an integer.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Unrecognized Trace Type
- </short_name>
- <text>
- Can't understand the trace type.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- nvar finder failed
- </short_name>
- <text>
- Unable to determine the number of variables.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- too many iterations
- </short_name>
- <text>
- Can't find a solution.\nEncountered too many iterations.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- file extension error
- </short_name>
- <text>
- Encountered a file extension error.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- function error
- </short_name>
- <text>
- Encountered a function error.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must view as a surface plot
- </short_name>
- <text>
- Primitive lists can only be displayed in a surface plot.\nChange the display as setting to Surface Plot.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be even integer
- </short_name>
- <text>
- This must be an even integer.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be real array
- </short_name>
- <text>
- This must be a real array.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- cannot mix string with other type
- </short_name>
- <text>
- Elements must be all strings or all scalars.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- root must be bracketed in zriddr
- </short_name>
- <text>
- The function values on the two bracket end \npoints must be of opposite signs.
- </text>
- <help_topic> Error031_The_function_values_must_be_of_opposite_signs.html </help_topic>
- </message>
-
- <message>
- <short_name>
- root must be bracketed in zbrent
- </short_name>
- <text>
- The function values on the two bracket end \npoints must be of opposite signs.
- </text>
- <help_topic>Error031_The_function_values_must_be_of_opposite_signs.html</help_topic>
- </message>
-
- <message>
- <short_name>
- must be between 0 and 1
- </short_name>
- <text>
- This argument must be between 0 and 1.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be greater than -1
- </short_name>
- <text>
- This argument must be greater than -1.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be greater than or equal to -1
- </short_name>
- <text>
- This argument must be greater than or equal to -1.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- start must be less than end
- </short_name>
- <text>
- Start period must be less than the end period.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must contain at least one positive value and one negative value
- </short_name>
- <text>
- The vector must contain at least one positive element and one negative element.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- per must be less than nper
- </short_name>
- <text>
- The period must be less than the total number of payment periods.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- cumulative interval cannot be greater than nper
- </short_name>
- <text>
- The cumulative interval cannot be greater than the total number of payment periods.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- start cannot be greater than nper
- </short_name>
- <text>
- The start period cannot be greater than the total number of payment periods.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- end cannot be greater than nper
- </short_name>
- <text>
- The end period cannot be greater than the total number of payment periods.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- number of guess values must be 3
- </short_name>
- <text>
- The number of guess values must be 3.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be an integer greater than 1
- </short_name>
- <text>
- This value must be an integer greater than 1.
- </text>
- <help_topic> </help_topic>
- </message>
-
-
- <message>
- <short_name>
- must be between 0 and 5
- </short_name>
- <text>
- This number must be between 0 and 5.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- cannot mix scalar with string when sorting
- </short_name>
- <text>
- All values must be either scalars or strings.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be negative
- </short_name>
- <text>
- This value must be negative.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- invalid argument
- </short_name>
- <text>
- This argument is not valid.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- cannot compute a vertical line
- </short_name>
- <text>
- The data cannot form a vertical line.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- span too small. fewer data values than degrees of freedom.
- </short_name>
- <text>
- The span is too small. The span multiplied by the number \nof data points should be at least 1.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- span too large
- </short_name>
- <text>
- The span is too large. During the computation it makes an integer too large to be represented by computer.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- the number of columns must be equal to the number of rows of x coordinate matrix
- </short_name>
- <text>
- The number of columns in the second array must \nbe the same as the number of rows in the first array.
- </text>
- <help_topic> </help_topic>
- </message>
-
-
- <message>
- <short_name>
- must be a function of 2 variables
- </short_name>
- <text>
- This must be the name of a function of two variables.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be a 3 element vector
- </short_name>
- <text>
- This array must have three elements.
- </text>
- <help_topic> </help_topic>
- </message>
-
-
- <message>
- <short_name>
- function must return a 3 element vector or a scalar
- </short_name>
- <text>
- The function must return a scalar or a three-element vector.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be a function of 1 variable
- </short_name>
- <text>
- This must be the name of a function of one variable.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be a mapping function
- </short_name>
- <text>
- This must be the name of a mapping function.
- </text>
- <help_topic> This_must_be_the_name_of_a_mapping_function.html </help_topic>
- </message>
-
- <message>
- <short_name>
- must be identifier
- </short_name>
- <text>
- This must be a variable.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- can't find this polyhedron.
- </short_name>
- <text>
- The polyhedron number must be between 1 and 80.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must have at least 2 colors.
- </short_name>
- <text>
- Array must have at least two rows to \nrepresent at least two colors.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- cannot mix scalar and string for this function
- </short_name>
- <text>
- All values must be either scalars or strings.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be 1, 2 or 3
- </short_name>
- <text>
- This value can only be 1, 2 or 3.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- must be >= 0
- </short_name>
- <text>
- This value must be greater than or equal to zero.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- lamPowerFail
- </short_name>
- <text>
- Compositional powers are only defined for functions which take a single argument.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- obsolete function
- </short_name>
- <text>
- This function is obsolete.\nPress [F1] for Help.
- </text>
- <help_topic>McadObsolete_functions.html
- </help_topic>
- </message>
-
- <!-- These messages describe type errors caught by jonathon's efi template classes. -->
-
- <message><short_name>
- value
- </short_name><text>
- A value was expected here.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- int
- </short_name><text>
- An integer was expected here. Your\nexpression may have a non-numeric,\nfractional or imaginary part.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- uint
- </short_name><text>
- A positive integer was expected here.\nYour expression may be less than zero\nor not a whole number.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- real
- </short_name><text>
- A real number was expected here. Your\nexpression may have an imaginary part.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- complex
- </short_name><text>
- A number was expected here.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- vector[value]
- </short_name><text>
- A vector was expected here.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- vector[int]
- </short_name><text>
- A vector of integers was expected here.\nYour expression may not be a vector, or\nit may contain a non-integral value.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- vector[int]
- </short_name><text>
- A vector of positive integers was expected\nhere. Your expression may not be a vector,\nor it may contain a non-integral value.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- vector[real]
- </short_name><text>
- A vector of real numbers was expected\nhere. Your expression may not be a\nvector, or it may contain a non-real value.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- vector[complex]
- </short_name><text>
- A vector of numbers was expected here.\nYour expression may not be a vector, or\nit may contain a non-numeric value.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- vector[string]
- </short_name><text>
- A vector of strings was expected here.\nYour expression may not be a vector, or\nit may contain a non-string value.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- matrix[value]
- </short_name><text>
- An array was expected here.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- matrix[int]
- </short_name><text>
- An array of integers was expected here.\nYour expression may not be an array, or\nit may contain a non-integral value.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- matrix[int]
- </short_name><text>
- An array of positive integers was expected\nhere. Your expression may not be an array,\nor it may contain a non-integral value.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- matrix[real]
- </short_name><text>
- An array of real numbers was expected\nhere. Your expression may not be an\narray, or it may contain a non-real value.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- matrix[complex]
- </short_name><text>
- An array of numbers was expected here.\nYour expression may not be an array,\nor it may contain a non-numeric value.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- matrix[string]
- </short_name><text>
- An array of strings was expected here.\nYour expression may not be an array,\nor it may contain a non-string value.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- no match
- </short_name><text>
- No matching values were found.
- </text><help_topic></help_topic></message>
-
- <message><short_name>
- PdeRealMatrixExpected
- </short_name><text>
- pde: Expecting real matrix of certain size.
- </text>
- <help_topic></help_topic>
- </message>
-
-
- <message>
- <short_name>
- UndefinedOperation
- </short_name>
- <text>
- This expression is undefined. For example, the expression 0/0 is undefined.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- Unknown error
- </short_name>
- <text>
- Unknown error.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- unknown error
- </short_name>
- <text>
- Unknown error.
- </text>
- <help_topic> </help_topic>
- </message>
-
- <message>
- <short_name>
- FILE_OPEN_ERROR
- </short_name>
- <text>
- Can't find the data file you're trying to use.
- </text>
- <help_topic> </help_topic>
- </message>
-
- </MESSAGES>
-