Subversion Repositories wimsdev

Rev

Rev 5724 | Rev 8512 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5724 Rev 8002
Line 6... Line 6...
6
:A numerical exercise with 4 random parameters.
6
:A numerical exercise with 4 random parameters.
7
 
7
 
8
The numeric reply is computed with respect to random values of 4 parameters,
8
The numeric reply is computed with respect to random values of 4 parameters,
9
according to various formulas.
9
according to various formulas.
10
<p>
10
<p>
11
Author of the model: Gang Xiao <xiao@unice.fr>
11
Author of the model: Gang Xiao <qualite@wimsedu.info>
12
 
12
 
13
:%%%%%%%%%%%%%%%%%      ATTENTION      %%%%%%%%%%%%%%%%%%%%
13
:%%%%%%%%%%%%%%%%%      ATTENTION      %%%%%%%%%%%%%%%%%%%%
14
 
14
 
15
Remove the above header if you destroy the model tags i.e.the lines starting
15
Remove the above header if you destroy the model tags i.e.the lines starting
16
with a ':'. Otherwise the exercise might not be recognised by Createxo.
16
with a ':'. Otherwise the exercise might not be recognised by Createxo.
17
 
17
 
18
:%%%%%%%% Example parameters to be redefined %%%%%%%%%%%%%%%%%
18
:%%%%%%%% Example parameters to be redefined %%%%%%%%%%%%%%%%%
19
 
19
 
20
:\title{Four parameters}
20
:\title{Four parameters}
21
:\author{XIAO, Gang}
21
:\author{XIAO, Gang}
22
:\email{xiao@unice.fr}
22
:\email{qualite@wimsedu.info}
23
:\credits{}
23
:\credits{}
24
 
24
 
25
:First parameter \a.
25
:First parameter \a.
26
\real{a=randint(-20..20)}
26
\real{a=randint(-20..20)}
27
 
27