| YOUR OWN EXAMPLE
Specify the number of unknowns :
n =
Important: 1 <= n <=100
Please type the code for the evaluation of all components of F
in the following textarea. Remember the correct line formatting: first 6 columns
blank or 5 blanks and an alphanumeric character in column 6 (for a continuation line) or
a numeric label in columns 1 to 5 with blank in column 6!
Evaluation instructions in columns 7 to 72. Use the visible area only.
Important: function components are f(1),...,f(n).
Input variables are n and x, output is f.
Variable names to be used are x(j), j=1,...,n.
You can make use of local variables x1h,....,x9h,
a vector y with 100 components, the constants
pi , e1(=exp(1)) and sqrt2(=sqrt(2)).
You also can use the integers i,j,k (for example for loops) and
the logicals bool1,bool2,bool3.
You are not allowed to define any variables yourself.
|