summaryrefslogtreecommitdiff
path: root/gsl-1.9/doc/multimin.eps
blob: 9db303498a052830f4e1047ead89368752d1df03 (plain)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
%!PS-Adobe-2.0 EPSF-2.0
%%Title: minplot.eps
%%Creator: gnuplot 3.5 (pre 3.6) patchlevel beta 347
%%CreationDate: Thu Oct 25 17:40:53 2001
%%DocumentFonts: (atend)
%%BoundingBox: 50 50 301 302
%%Orientation: Portrait
%%EndComments
/gnudict 120 dict def
gnudict begin
/Color false def
/Solid false def
/gnulinewidth 5.000 def
/userlinewidth gnulinewidth def
/vshift -46 def
/dl {10 mul} def
/hpt_ 31.5 def
/vpt_ 31.5 def
/hpt hpt_ def
/vpt vpt_ def
/M {moveto} bind def
/L {lineto} bind def
/R {rmoveto} bind def
/V {rlineto} bind def
/vpt2 vpt 2 mul def
/hpt2 hpt 2 mul def
/Lshow { currentpoint stroke M
  0 vshift R show } def
/Rshow { currentpoint stroke M
  dup stringwidth pop neg vshift R show } def
/Cshow { currentpoint stroke M
  dup stringwidth pop -2 div vshift R show } def
/UP { dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
  /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def } def
/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
 {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
/BL { stroke gnulinewidth 2 mul setlinewidth } def
/AL { stroke gnulinewidth 2 div setlinewidth } def
/UL { gnulinewidth mul /userlinewidth exch def } def
/PL { stroke userlinewidth setlinewidth } def
/LTb { BL [] 0 0 0 DL } def
/LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
/LT0 { PL [] 1 0 0 DL } def
/LT1 { PL [4 dl 2 dl] 0 1 0 DL } def
/LT2 { PL [2 dl 3 dl] 0 0 1 DL } def
/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
/Pnt { stroke [] 0 setdash
   gsave 1 setlinecap M 0 0 V stroke grestore } def
/Dia { stroke [] 0 setdash 2 copy vpt add M
  hpt neg vpt neg V hpt vpt neg V
  hpt vpt V hpt neg vpt V closepath stroke
  Pnt } def
/Pls { stroke [] 0 setdash vpt sub M 0 vpt2 V
  currentpoint stroke M
  hpt neg vpt neg R hpt2 0 V stroke
  } def
/Box { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
  0 vpt2 neg V hpt2 0 V 0 vpt2 V
  hpt2 neg 0 V closepath stroke
  Pnt } def
/Crs { stroke [] 0 setdash exch hpt sub exch vpt add M
  hpt2 vpt2 neg V currentpoint stroke M
  hpt2 neg 0 R hpt2 vpt2 V stroke } def
/TriU { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
  hpt neg vpt -1.62 mul V
  hpt 2 mul 0 V
  hpt neg vpt 1.62 mul V closepath stroke
  Pnt  } def
/Star { 2 copy Pls Crs } def
/BoxF { stroke [] 0 setdash exch hpt sub exch vpt add M
  0 vpt2 neg V  hpt2 0 V  0 vpt2 V
  hpt2 neg 0 V  closepath fill } def
/TriUF { stroke [] 0 setdash vpt 1.12 mul add M
  hpt neg vpt -1.62 mul V
  hpt 2 mul 0 V
  hpt neg vpt 1.62 mul V closepath fill } def
/TriD { stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
  hpt neg vpt 1.62 mul V
  hpt 2 mul 0 V
  hpt neg vpt -1.62 mul V closepath stroke
  Pnt  } def
/TriDF { stroke [] 0 setdash vpt 1.12 mul sub M
  hpt neg vpt 1.62 mul V
  hpt 2 mul 0 V
  hpt neg vpt -1.62 mul V closepath fill} def
/DiaF { stroke [] 0 setdash vpt add M
  hpt neg vpt neg V hpt vpt neg V
  hpt vpt V hpt neg vpt V closepath fill } def
/Pent { stroke [] 0 setdash 2 copy gsave
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
  closepath stroke grestore Pnt } def
/PentF { stroke [] 0 setdash gsave
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
  closepath fill grestore } def
/Circle { stroke [] 0 setdash 2 copy
  hpt 0 360 arc stroke Pnt } def
/CircleF { stroke [] 0 setdash hpt 0 360 arc fill } def
/C0 { BL [] 0 setdash 2 copy moveto vpt 90 450  arc } bind def
/C1 { BL [] 0 setdash 2 copy        moveto
       2 copy  vpt 0 90 arc closepath fill
               vpt 0 360 arc closepath } bind def
/C2 { BL [] 0 setdash 2 copy moveto
       2 copy  vpt 90 180 arc closepath fill
               vpt 0 360 arc closepath } bind def
/C3 { BL [] 0 setdash 2 copy moveto
       2 copy  vpt 0 180 arc closepath fill
               vpt 0 360 arc closepath } bind def
/C4 { BL [] 0 setdash 2 copy moveto
       2 copy  vpt 180 270 arc closepath fill
               vpt 0 360 arc closepath } bind def
/C5 { BL [] 0 setdash 2 copy moveto
       2 copy  vpt 0 90 arc
       2 copy moveto
       2 copy  vpt 180 270 arc closepath fill
               vpt 0 360 arc } bind def
/C6 { BL [] 0 setdash 2 copy moveto
      2 copy  vpt 90 270 arc closepath fill
              vpt 0 360 arc closepath } bind def
/C7 { BL [] 0 setdash 2 copy moveto
      2 copy  vpt 0 270 arc closepath fill
              vpt 0 360 arc closepath } bind def
/C8 { BL [] 0 setdash 2 copy moveto
      2 copy vpt 270 360 arc closepath fill
              vpt 0 360 arc closepath } bind def
/C9 { BL [] 0 setdash 2 copy moveto
      2 copy  vpt 270 450 arc closepath fill
              vpt 0 360 arc closepath } bind def
/C10 { BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
       2 copy moveto
       2 copy vpt 90 180 arc closepath fill
               vpt 0 360 arc closepath } bind def
/C11 { BL [] 0 setdash 2 copy moveto
       2 copy  vpt 0 180 arc closepath fill
       2 copy moveto
       2 copy  vpt 270 360 arc closepath fill
               vpt 0 360 arc closepath } bind def
/C12 { BL [] 0 setdash 2 copy moveto
       2 copy  vpt 180 360 arc closepath fill
               vpt 0 360 arc closepath } bind def
/C13 { BL [] 0 setdash  2 copy moveto
       2 copy  vpt 0 90 arc closepath fill
       2 copy moveto
       2 copy  vpt 180 360 arc closepath fill
               vpt 0 360 arc closepath } bind def
/C14 { BL [] 0 setdash 2 copy moveto
       2 copy  vpt 90 360 arc closepath fill
               vpt 0 360 arc } bind def
/C15 { BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
               vpt 0 360 arc closepath } bind def
/Rec   { newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
       neg 0 rlineto closepath } bind def
/Square { dup Rec } bind def
/Bsquare { vpt sub exch vpt sub exch vpt2 Square } bind def
/S0 { BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare } bind def
/S1 { BL [] 0 setdash 2 copy vpt Square fill Bsquare } bind def
/S2 { BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare } bind def
/S3 { BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare } bind def
/S4 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def
/S5 { BL [] 0 setdash 2 copy 2 copy vpt Square fill
       exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def
/S6 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare } bind def
/S7 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
       2 copy vpt Square fill
       Bsquare } bind def
/S8 { BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare } bind def
/S9 { BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare } bind def
/S10 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
       Bsquare } bind def
/S11 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
       Bsquare } bind def
/S12 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare } bind def
/S13 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
       2 copy vpt Square fill Bsquare } bind def
/S14 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
       2 copy exch vpt sub exch vpt Square fill Bsquare } bind def
/S15 { BL [] 0 setdash 2 copy Bsquare fill Bsquare } bind def
/D0 { gsave translate 45 rotate 0 0 S0 stroke grestore } bind def
/D1 { gsave translate 45 rotate 0 0 S1 stroke grestore } bind def
/D2 { gsave translate 45 rotate 0 0 S2 stroke grestore } bind def
/D3 { gsave translate 45 rotate 0 0 S3 stroke grestore } bind def
/D4 { gsave translate 45 rotate 0 0 S4 stroke grestore } bind def
/D5 { gsave translate 45 rotate 0 0 S5 stroke grestore } bind def
/D6 { gsave translate 45 rotate 0 0 S6 stroke grestore } bind def
/D7 { gsave translate 45 rotate 0 0 S7 stroke grestore } bind def
/D8 { gsave translate 45 rotate 0 0 S8 stroke grestore } bind def
/D9 { gsave translate 45 rotate 0 0 S9 stroke grestore } bind def
/D10 { gsave translate 45 rotate 0 0 S10 stroke grestore } bind def
/D11 { gsave translate 45 rotate 0 0 S11 stroke grestore } bind def
/D12 { gsave translate 45 rotate 0 0 S12 stroke grestore } bind def
/D13 { gsave translate 45 rotate 0 0 S13 stroke grestore } bind def
/D14 { gsave translate 45 rotate 0 0 S14 stroke grestore } bind def
/D15 { gsave translate 45 rotate 0 0 S15 stroke grestore } bind def
/DiaE { stroke [] 0 setdash vpt add M
  hpt neg vpt neg V hpt vpt neg V
  hpt vpt V hpt neg vpt V closepath stroke } def
/BoxE { stroke [] 0 setdash exch hpt sub exch vpt add M
  0 vpt2 neg V hpt2 0 V 0 vpt2 V
  hpt2 neg 0 V closepath stroke } def
/TriUE { stroke [] 0 setdash vpt 1.12 mul add M
  hpt neg vpt -1.62 mul V
  hpt 2 mul 0 V
  hpt neg vpt 1.62 mul V closepath stroke } def
/TriDE { stroke [] 0 setdash vpt 1.12 mul sub M
  hpt neg vpt 1.62 mul V
  hpt 2 mul 0 V
  hpt neg vpt -1.62 mul V closepath stroke } def
/PentE { stroke [] 0 setdash gsave
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
  closepath stroke grestore } def
/CircE { stroke [] 0 setdash 
  hpt 0 360 arc stroke } def
/Opaque { gsave closepath 1 setgray fill grestore 0 setgray closepath } def
/DiaW { stroke [] 0 setdash vpt add M
  hpt neg vpt neg V hpt vpt neg V
  hpt vpt V hpt neg vpt V Opaque stroke } def
/BoxW { stroke [] 0 setdash exch hpt sub exch vpt add M
  0 vpt2 neg V hpt2 0 V 0 vpt2 V
  hpt2 neg 0 V Opaque stroke } def
/TriUW { stroke [] 0 setdash vpt 1.12 mul add M
  hpt neg vpt -1.62 mul V
  hpt 2 mul 0 V
  hpt neg vpt 1.62 mul V Opaque stroke } def
/TriDW { stroke [] 0 setdash vpt 1.12 mul sub M
  hpt neg vpt 1.62 mul V
  hpt 2 mul 0 V
  hpt neg vpt -1.62 mul V Opaque stroke } def
/PentW { stroke [] 0 setdash gsave
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
  Opaque stroke grestore } def
/CircW { stroke [] 0 setdash 
  hpt 0 360 arc Opaque stroke } def
/BoxFill { gsave Rec 1 setgray fill grestore } def
end
%%EndProlog
gnudict begin
gsave
50 50 translate
0.050 0.050 scale
0 setgray
newpath
(Helvetica) findfont 140 scalefont setfont
1.000 UL
LTb
252 280 M
63 0 V
4724 0 R
-63 0 V
168 280 M
(0) Rshow
252 854 M
63 0 V
4724 0 R
-63 0 V
168 854 M
(1) Rshow
252 1428 M
63 0 V
4724 0 R
-63 0 V
-4808 0 R
(2) Rshow
252 2002 M
63 0 V
4724 0 R
-63 0 V
-4808 0 R
(3) Rshow
252 2576 M
63 0 V
4724 0 R
-63 0 V
-4808 0 R
(4) Rshow
252 3150 M
63 0 V
4724 0 R
-63 0 V
-4808 0 R
(5) Rshow
252 3724 M
63 0 V
4724 0 R
-63 0 V
-4808 0 R
(6) Rshow
252 4298 M
63 0 V
4724 0 R
-63 0 V
-4808 0 R
(7) Rshow
252 4872 M
63 0 V
4724 0 R
-63 0 V
-4808 0 R
(8) Rshow
252 280 M
0 63 V
0 4529 R
0 -63 V
252 140 M
(0) Cshow
850 280 M
0 63 V
0 4529 R
0 -63 V
850 140 M
(1) Cshow
1449 280 M
0 63 V
0 4529 R
0 -63 V
0 -4669 R
(2) Cshow
2047 280 M
0 63 V
0 4529 R
0 -63 V
0 -4669 R
(3) Cshow
2646 280 M
0 63 V
0 4529 R
0 -63 V
0 -4669 R
(4) Cshow
3244 280 M
0 63 V
0 4529 R
0 -63 V
0 -4669 R
(5) Cshow
3842 280 M
0 63 V
0 4529 R
0 -63 V
0 -4669 R
(6) Cshow
4441 280 M
0 63 V
0 4529 R
0 -63 V
0 -4669 R
(7) Cshow
5039 280 M
0 63 V
0 4529 R
0 -63 V
0 -4669 R
(8) Cshow
1.000 UL
LTb
252 280 M
4787 0 V
0 4592 V
-4787 0 V
252 280 L
1.000 UP
1.000 UL
LT0
3242 4293 M
-5 -11 V
-9 -21 V
-17 -43 V
-36 -85 V
-71 -171 V
2962 3621 L
2677 2939 L
2108 1575 L
1958 1215 L
-395 76 V
772 1443 L
78 -15 V
3242 4293 Pls
3237 4282 Pls
3228 4261 Pls
3211 4218 Pls
3175 4133 Pls
3104 3962 Pls
2962 3621 Pls
2677 2939 Pls
2108 1575 Pls
1958 1215 Pls
1563 1291 Pls
772 1443 Pls
850 1428 Pls
1.000 UL
LT1
1020 1817 M
-59 10 V
-59 5 V
-61 2 V
-60 -3 V
-60 -7 V
-58 -11 V
-56 -14 V
-54 -19 V
-51 -22 V
-47 -26 V
-44 -28 V
-38 -32 V
-34 -33 V
-29 -37 V
-23 -37 V
-18 -40 V
-11 -40 V
-6 -41 V
1 -41 V
7 -40 V
13 -40 V
18 -39 V
24 -38 V
30 -36 V
35 -33 V
40 -31 V
44 -28 V
48 -25 V
52 -21 V
54 -18 V
57 -14 V
58 -10 V
60 -6 V
60 -2 V
61 2 V
59 7 V
59 10 V
56 15 V
55 18 V
51 22 V
47 25 V
44 28 V
39 31 V
35 34 V
29 36 V
24 37 V
18 40 V
12 40 V
6 41 V
0 40 V
-6 41 V
-12 40 V
-18 40 V
-24 37 V
-29 36 V
-35 34 V
-39 31 V
-44 28 V
-47 25 V
-51 22 V
-55 18 V
-56 15 V
-59 10 V
-59 7 V
-61 2 V
-60 -2 V
-60 -6 V
-58 -10 V
-57 -14 V
-54 -18 V
-52 -21 V
-48 -25 V
-44 -28 V
-40 -31 V
-35 -33 V
-30 -36 V
-24 -38 V
-18 -39 V
-13 -40 V
-7 -40 V
-1 -41 V
6 -41 V
11 -40 V
18 -40 V
23 -37 V
29 -37 V
34 -33 V
38 -32 V
44 -28 V
47 -26 V
51 -22 V
54 -19 V
56 -14 V
58 -11 V
60 -7 V
60 -3 V
61 2 V
59 5 V
59 10 V
1.000 UL
LT2
1096 1992 M
-85 14 V
-86 8 V
-88 2 V
-87 -4 V
-87 -10 V
-84 -15 V
-82 -22 V
-78 -27 V
-74 -32 V
-68 -37 V
-25 -16 V
0 -850 R
38 -24 V
70 -36 V
75 -31 V
79 -26 V
82 -20 V
85 -15 V
86 -8 V
88 -3 V
87 3 V
87 9 V
84 16 V
82 20 V
79 27 V
74 31 V
69 37 V
63 41 V
57 45 V
50 49 V
42 52 V
35 54 V
26 57 V
18 58 V
8 59 V
0 60 V
-8 59 V
-18 58 V
-26 57 V
-35 54 V
-42 52 V
-50 49 V
-57 45 V
-63 41 V
-69 37 V
-74 31 V
-79 27 V
-82 20 V
-84 16 V
-87 9 V
-87 3 V
-88 -3 V
-86 -8 V
-85 -15 V
-82 -20 V
-79 -26 V
-75 -31 V
-70 -36 V
-38 -24 V
0 -850 R
25 -16 V
68 -37 V
74 -32 V
78 -27 V
82 -22 V
84 -15 V
87 -10 V
87 -4 V
88 2 V
86 8 V
85 14 V
1.000 UL
LT3
1202 2235 M
-121 20 V
-125 12 V
-125 3 V
-125 -6 V
583 2250 L
462 2227 L
345 2197 L
-93 -32 V
252 691 M
4 -2 V
368 652 L
486 623 L
608 603 L
732 590 L
125 -4 V
125 5 V
124 13 V
121 22 V
117 30 V
112 38 V
106 45 V
99 52 V
91 59 V
81 64 V
72 70 V
60 74 V
49 79 V
38 81 V
25 83 V
13 85 V
0 84 V
-13 85 V
-25 83 V
-38 81 V
-49 79 V
-60 74 V
-72 70 V
-81 64 V
-91 59 V
-99 52 V
-106 45 V
-112 38 V
-117 30 V
-121 22 V
-124 13 V
-125 5 V
-125 -4 V
608 2253 L
486 2233 L
368 2204 L
256 2167 L
-4 -2 V
252 691 M
93 -32 V
462 629 L
583 606 L
706 592 L
125 -6 V
125 3 V
125 12 V
121 20 V
1.000 UL
LT4
1351 2576 M
-173 28 V
-177 17 V
-178 4 V
-178 -8 V
470 2597 L
298 2565 L
-46 -12 V
252 303 M
80 -19 V
21 -4 V
992 0 R
41 7 V
167 43 V
159 53 V
151 65 V
141 74 V
129 83 V
115 92 V
102 100 V
86 105 V
70 112 V
53 115 V
36 118 V
18 121 V
0 120 V
-18 121 V
-36 118 V
-53 115 V
-70 112 V
-86 105 V
-102 100 V
-115 92 V
-129 83 V
-141 74 V
-151 65 V
-159 53 V
-167 43 V
-173 31 V
-176 18 V
-178 7 V
-178 -5 V
505 2602 L
332 2572 L
-80 -19 V
252 303 M
46 -12 V
59 -11 V
994 0 R
1.000 UL
LT5
1560 3056 M
-245 40 V
-251 24 V
-252 6 V
560 3114 L
310 3086 L
-58 -11 V
2693 280 M
140 112 V
144 140 V
122 151 V
100 157 V
75 164 V
51 168 V
25 170 V
0 172 V
-25 170 V
-51 168 V
-75 164 V
-100 157 V
-122 151 V
-144 140 V
-164 131 V
-183 118 V
-199 106 V
-214 91 V
-227 76 V
-236 60 V
-245 44 V
-249 26 V
-253 10 V
-252 -8 V
361 3093 L
252 3074 L
1.000 UL
LT6
1855 3731 M
-348 57 V
-354 32 V
-357 9 V
439 3813 L
252 3792 L
3955 280 M
76 94 V
140 223 V
107 231 V
72 238 V
36 241 V
0 242 V
-36 241 V
-72 238 V
-107 231 V
-140 223 V
-173 212 V
-204 200 V
-232 184 V
-258 168 V
-282 148 V
-303 129 V
-320 108 V
-335 85 V
-346 62 V
-353 38 V
-356 13 V
512 3818 L
252 3792 L
1.000 UL
LT7
2270 4684 M
-491 81 V
-501 46 V
-505 12 V
269 4801 L
-17 -2 V
5039 3282 M
-223 219 V
-328 260 V
-366 237 V
-399 211 V
-428 182 V
-453 152 V
-473 121 V
-489 87 V
-499 54 V
-505 19 V
371 4808 L
252 4796 L
stroke
grestore
end
showpage
%%Trailer
%%DocumentFonts: Helvetica