source: CGBLisp/examples/euler.result@ 1

Last change on this file since 1 was 1, checked in by Marek Rychlik, 15 years ago

First import of a version circa 1997.

File size: 435 bytes
Line 
1------------------- CASE 1 -------------------
2Condition:
3 Green list: [ U1 ]
4 Red list: [ U1 - 1, U2 ]
5 Basis: [ (6 * U2^3) ]
6------------------- CASE 2 -------------------
7Condition:
8 Green list: [ U1 - 1 ]
9 Red list: [ U1, U2 ]
10 Basis: [ (6 * U2^3) ]
11------------------- CASE 3 -------------------
12Condition:
13 Green list: [ ]
14 Red list: [ U1 - 1, U2, U1 ]
15 Basis: [ (6 * U1 * U2^3 - 6 * U2^3) ]
16Finished loading euler.lisp
17T
Note: See TracBrowser for help on using the repository browser.