source: PSPA/madxPSPA/doc/usrguide/Introduction/matrix.html @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 1.1 KB
Line 
1<html><head>
2
3<title>MATRIX</title><!-- Changed by: Frank Schmidt, 25-June-2003 --></head><body bgcolor="#ffffff">
4
5<h1>MATRIX: Arbitrary Element</h1>
6
7<pre>label: MATRIX,TYPE=name,L=real,KICK1=real,...,KICK6=real,
8               RM11=real,...,RM66=real,
9               TM111=real,...,TM666=real;
10</pre>
11The MATRIX permits the definition of an arbitrary transfer matrix.
12It has four real array attributes:
13<ul>
14<li>L:
15Length of the element, which may be zero.
16<li>KICKi:
17Defines the kick of the element acting on the six phase space coordinates.
18</li><li>RMik:
19Defines the linear transfer matrix (6*6) of the element.
20</li><li>TMikl:
21Defines the second-order terms (6*6*6) of the element.
22</li></ul>
23Data values not entered are taken from the identity transformation,
24kick and second order terms are zero as default. In the thin-lens
25tracking module the length of an arbitrary matrix is accepted, however
26no second order are allowed to avoid non symplectic tracking runs. In
27the latter case the tracking run will be aborted.
28
29
30<address>
31<a href="http://www.cern.ch/Frank/Schmidt/frs_sign.html">frs</a>,
32June 25, 2003
33</address>
34
35</body></html>
Note: See TracBrowser for help on using the repository browser.