File: mcond_display_elseif.mac

package info (click to toggle)
maxima 5.49.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 128,980 kB
  • sloc: lisp: 437,854; fortran: 14,665; tcl: 10,143; sh: 4,598; makefile: 2,204; ansic: 447; java: 374; python: 262; perl: 201; xml: 60; awk: 28; sed: 15; javascript: 2
file content (85 lines) | stat: -rw-r--r-- 1,736 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
linel: 65$

kill (all)$

'(if a > b then c else d);

'if a > b then c else d;

'(if a > b then c);

'if a > b then c;

'(if a then if b then if c then d else if e then f else g else if h then i else j else k);

'if a then 'if b then 'if c then d else 'if e then f else g else 'if h then i else j else k;

'(if a then b);

'(if a then b else d);

'(if a then b elseif c then false);

'(if a then b elseif c then d);

'(if a then b elseif c then d else f);

'(if a then b elseif c then d elseif e then false);

'(if a then b elseif c then d elseif e then f);

'(if a then b elseif c then d elseif e then f else h);

'(if a then b elseif c then d elseif e then f elseif g then false);

'(if a then b elseif c then d elseif e then f elseif g then h);

'if a then b;

'if a then b else d;

'if a then b elseif c then false;

'if a then b elseif c then d;

'if a then b elseif c then d else f;

'if a then b elseif c then d elseif e then false;

'if a then b elseif c then d elseif e then f;

'if a then b elseif c then d elseif e then f else h;

'if a then b elseif c then d elseif e then f elseif g then false;

'if a then b elseif c then d elseif e then f elseif g then h;

(a: z^3,
b: q/p,
c: x < 1024,
d: 1729.0,
e: 'if a > b then c else d,
f: 'if c < d then a elseif c < b then e else g,
g: abs(r),
h: %pi*e,
0);

'if a then b;

'if a then b else d;

'if a then b elseif c then false;

'if a then b elseif c then d;

'if a then b elseif c then d else f;

'if a then b elseif c then d elseif e then false;

'if a then b elseif c then d elseif e then f;

'if a then b elseif c then d elseif e then f else h;

'if a then b elseif c then d elseif e then f elseif g then false;

'if a then b elseif c then d elseif e then f elseif g then h;