Subversion Repositories wimsdev

Rev

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

Rev 33 Rev 434
Line 1... Line 1...
1
 
1
 
2
<center><h1>
2
<center><h1>
3
The logo of WIMS
3
El logo de WIMS
4
</h1>
4
</h1>
5
<p>
5
<p>
6
<img src=gifs/logo-160.gif align=center>
6
<img src=gifs/logo-160.gif align=center>
7
</center>
7
</center>
8
<p>The curve represents the trace of a point on a disk of radius 1 rotating
8
<p>La corba representa el rastre d'un punt d'un disc de radi 1 rotant
9
inside a fixed circle of radius 3. And the deformation of the curve
9
a l'interior d'un cercle fix de radi 3. I la deformació de la corba
10
represents what happens when the distance of the point towards the center of
10
representa el que passa quan la distància del punt al centre del disc
11
the moving disk varies from 0 to infinity.
11
mòvil varia des de 0 a infinit.
12
<p>
12
<p>
13
This animated logo is created by the application 
13
Aquest logo dinàmic s'ha creat amb l'aplicació 
14
!href module=tool/geometry/animtrace Tracés animés
14
!href module=tool/geometry/animtrace Representacions animades
15
 under Wims.
15
 sota Wims.
16
<p>
16
<p>
17
<ul>
17
<ul>
18
<li>Type of plotting: parametric curve in 2D.
18
<li>Tipus de representació: corba paramètrica en 2D.
19
<li>Equations:
19
<li>Equacions:
20
<pre>
20
<pre>
21
     x=(1-s)*cos(t+pi*s)+s*cos(2*t)
21
     x=(1-s)*cos(t+pi*s)+s*cos(2*t)
22
     y=(1-s)*sin(t+pi*s)-s*sin(2*t)
22
     y=(1-s)*sin(t+pi*s)-s*sin(2*t)
23
</pre>
23
</pre>
24
  (where s is the ``sequentiel parameter'' as defined in 
24
  (on s és el ''paràmetre seqüencial'' com es defineix a 
25
  <font color=red>Tracés animés</font>.)
25
  <font color=red>Representacions animades</font>.)
26
<li>Ranges of variables:
26
<li>Rang de les variables:
27
<pre>
27
<pre>
28
     -1&lt;x&lt;1, -1&lt;y&lt;1, 0&lt;t&lt;2*pi.
28
     -1&lt;x&lt;1, -1&lt;y&lt;1, 0&lt;t&lt;2*pi.
29
</pre>
29
</pre>
30
</ul>
30
</ul>
31
You may
31
Podeu
32
!href module=tool/geometry/animtrace.en&cmd=new&type=parametric2D&x1=(1-s)*cos(t+pi*s)+s*cos(2*t)&y1=(1-s)*sin(t+pi*s)-s*sin(2*t)&tleft=0&tright=2*pi&xleft=-1&xright=1&yleft=-1&yright=1&special_parm=noshow load directly these settings
32
!href module=tool/geometry/animtrace.en&cmd=new&type=parametric2D&x1=(1-s)*cos(t+pi*s)+s*cos(2*t)&y1=(1-s)*sin(t+pi*s)-s*sin(2*t)&tleft=0&tright=2*pi&xleft=-1&xright=1&yleft=-1&yright=1&special_parm=noshow carregar directament aquesta configuració
33
 into the menu of <font color=red>Tracés animés</font>
33
 al menú de <font color=red>Representacions animades</font>
34
to plot it yourself.
34
i fer vosaltres mateixos la representació.
35
<p>
35
<p>
36
Date of creation 03-27-1998, &copy; XIAO, Gang.
36
Data de creació 03-27-1998, &copy; XIAO, Gang.
37
<p><hr> <p>
37
<p><hr> <p>
38
<center>
38
<center>
39
!href module=home Back to wims
39
!href module=home Tornar a wims
40
</center>
40
</center>
41
 
41