Parent Directory
|
Revision Log
|
Patch
revision 807 by johnpye, Fri Aug 4 08:14:39 2006 UTC | revision 808 by johnpye, Fri Aug 4 09:08:16 2006 UTC | |
---|---|---|
# | Line 4 REQUIRE "atoms.a4l"; | Line 4 REQUIRE "atoms.a4l"; |
4 | Model an even simpler CMSlv model | Model an even simpler CMSlv model |
5 | ||
6 | ^ | ^ |
7 | `. | .' | 1 + . |
8 | `. | .' | | .' |
9 | `.|.' | | .' |
10 | |.' | |
11 | <-+------*------+-> | <-+------*------+-> |
12 | -1 0 1 | -1 .-'`| 1 |
13 | ,-'` + -1/2 | |
14 | | | |
15 | *) | *) |
16 | MODEL testcmslv2; | MODEL testcmslv2; |
17 | x IS_A factor; | x IS_A factor; |
18 | y IS_A factor; | y IS_A factor; |
19 | ||
20 | rhs: y = x; | rhs: y = x; |
21 | lhs: y = -x; | lhs: y = -0.5*x; |
22 | ||
23 | CONDITIONAL | CONDITIONAL |
24 | ispos: x > 0; | ispos: x > 0; |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |