home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 375.XYSEE.OVR (.txt) < prev    next >
Turbo Pascal Overlay  |  1989-10-15  |  205KB  |  1,131 lines

  1.  "Active Keys = <SPACE>..<ESCape>...
  2. Parameter help is ON.
  3. Parameter help is OFF.U
  4. 'You've solved them all . . . Excellent!0That's all for this set . . . Try some new ones!#Solution complete! . . . Very Good!
  5. Got It! . . . Keep Going!
  6. Correct! . . . Very Good!
  7. Solved! . . . Try Another!U
  8. L:u4;
  9. X=+/-
  10. Two Dimensional Point: Y = AX+B
  11. A=+0.0
  12. X=+/-0.0
  13. B=+0.0
  14.   Exiting!..5   SORRY!...    That type of function is NOT present.U
  15. X=+/-
  16. 1.0$   WARNING!..."B" must not equal "0"&  This would lead to division by zero.&  ** DIVISION BY ZERO IS UNDEFINED. **
  17. LINE: AX+BY+C = 0
  18. A=+0.0
  19. X=+/-0.0
  20. B=+0.0
  21. C=+0.0
  22.   Exiting!..5   SORRY!...    That type of function is NOT present.U
  23. SINE: Y = A*Sin(BX+C)
  24. COSINE: Y = A*Cos(BX+C)
  25. TANGENT: Y = A*Tan(BX+C)
  26. A=+0.0
  27. B=+0.0
  28. C=+0.0
  29.  <X< 3
  30.   Exiting!..5   SORRY!...    That type of function is NOT present.U
  31. 1.0%    WARNING!..."A" must not be =< "0")This would represent an illogical length.)** ILLOGICAL LENGTHS ARE NOT ALLOWED ! **
  32. D=%    WARNING!..."B" must not be =< "0"
  33. F=$    WARNING!..."R" must not be < "0"( This would represent a negative length.'  ** NEGATIVE LENGTHS DO NOT EXIST ! **U
  34. >e+    t
  35. >e+    t
  36. CIRCLE: (X-A)
  37. +(Y-B)
  38. PARABOLA: Y = AX
  39. +DX+F
  40. ELLIPSE: (X
  41. ) = 1
  42. A=+0.0
  43. B=+0.0
  44. D=+0.0
  45. R=+0.0
  46. F=+0.0
  47.  <X< 2
  48.   Exiting!..5   SORRY!...    That type of function is NOT present.U
  49. 1.0$   WARNING!..."B" must not equal "0"&  This would lead to division by zero.&  ** DIVISION BY ZERO IS UNDEFINED. **
  50. !Y = A*Sin(B
  51. T) (+) X = C*Cos(D
  52. T)"Y = A*Sin(T+
  53. /B) (+) X = C*Sin(DT)
  54. Y = AX/B (+) Y = -C*Cos(DX)
  55. Y = A*Cos(BX) (+) Y = C*Sin(DX)
  56. A=+0.0
  57. B=+/-0.0
  58. C=+0.0
  59. D=+0.0
  60.  <T< 
  61.  <X< 1.5
  62.   Exiting!..5   SORRY!...    That type of function is NOT present.U
  63.     &    x    
  64.  , e y 
  65. !,!4!n!
  66. "*"8"@"^"l"z"
  67. $/$H$a$f$o$}$
  68. %!%c&
  69. '+'?'N'S']'b'
  70. (((7(<(F(K(x(
  71. )2)<)A)f)z)
  72. *.*O*c*r*w*
  73. +(+-+V+i+s+x+
  74. ,>,Q,e,
  75. -A-U-}-
  76. .+.J.i.
  77. /(/Q/j/s/
  78. 1X2f2t2
  79. 2(363v3
  80. 4?4S4}4
  81. 4 5F5f5t5
  82. 7&7+747B7[7o7
  83. 8!9*989K9U9Z9_9
  84. 9!:E:R:j:
  85. ;-;@;J;O;t;
  86. <%<4<9<C<H<M<[<l<t<
  87. =D=X=
  88. >#>+>9>U>c>h>
  89. >0?>?C?`?m?u?
  90. @6@r@
  91. A"A9AYA
  92. A"B6B^BrB
  93. C C=CJCRC`C}C
  94. DUDsDxD
  95. E-E5ELElE
  96. F&F+FMFUFcFkF
  97. G/GCGkG
  98. G7HUHfH
  99. I'I5I=ITI
  100. J6JCJQJkJxJ
  101. KCKHKeK
  102. L#L?LSL{L
  103. N7NDNQN_NgN~N
  104. O>OKOYOsO
  105. P5P:PKPrP
  106. R-RFR_RxR}R
  107. S S%S.S<S~S
  108.  Para1  HELP 
  109. VARIABLE     PRIMARILY AFFECTS:
  110. A          Vertical Amplitude
  111. B          Vertical Frequency
  112. C          Horizontal Amplitude
  113. D          Horizontal Frequency
  114. EXAMPLE VALUES
  115. 6,1.6,6,1.1   Lissajous
  116. 8,2.4,8,2.4   1:1 Ratio=Circle!8,2,8,4       1:2 Frequency Ratio!4.5,1,6,5     1:5 Frequency Ratio!6,5,8,3       5:3 Frequency RatioU
  117.  Para2  HELP 
  118. VARIABLE     PRIMARILY AFFECTS:
  119. A          Vertical Amplitude
  120. B          Phase Shift
  121. C          Horizontal Amplitude
  122. D          Horizontal Frequency
  123. EXAMPLE VALUES
  124.  9,3,3,1    120
  125.  Phase Shift
  126. -6,1.6,2,3  112
  127.  Phase Shift
  128.  9,1,6,3    Lissajous VariationU
  129.  Comp1  HELP 
  130. VARIABLE     PRIMARILY AFFECTS:
  131. A          Vertical Amplitude
  132. B          Slope of Line
  133. C          Vertical Amplitude
  134. D          Vertical Frequency
  135. EXAMPLE VALUES
  136. -1,1,3,1       Slope Inversion
  137.  1,2,6,3       Ramping Cosine
  138.  0,2,6,3       Zero SlopeU
  139.  Comp2  HELP 
  140. VARIABLE     PRIMARILY AFFECTS:
  141. A          Vertical Amplitude
  142. B          Vertical Frequency
  143. C          Vertical Amplitude
  144. D          Vertical Frequency
  145. EXAMPLE VALUES
  146. 5,2,4,3        Complex Wave
  147. 6,1,3,3        Complex Wave
  148. 5,3,4,1        Complex WaveU
  149. D=!Y = A*Sin(B
  150. T) (+) X = C*Cos(D
  151. *** PARAMETRIC FUNCTION ***U
  152. D="Y = A*Sin(T+
  153. /B) (+) X = C*Sin(DT)
  154. *** PARAMETRIC FUNCTION ***U
  155. Y = AX/B (+) Y = -C*Cos(DX)
  156. *** COMPOSITE FUNCTION ***U
  157. Y = A*Cos(BX) (+) Y = C*Sin(DX)
  158. *** COMPOSITE FUNCTION ***U
  159. 1.0$   WARNING!..."B" must not equal "0"&  This would lead to division by zero.&  ** DIVISION BY ZERO IS UNDEFINED. **
  160. &Calculating!...Please wait a moment...
  161. Partials being plotted...
  162. Y=A Sin(B 
  163. X=C Cos(D 
  164.  T)-Sequencing ERROR..MACRO Terminating...Para 1.
  165.  #Press <SPACE> for combined plot... 
  166. Combined Plot...
  167. V Amplitude=+/- 
  168. H Amplitude=+/- 
  169. Frequency #1= 
  170. Frequency #2= 
  171. PARA 1 STATISTICSU
  172. &Calculating!...Please wait a moment...
  173. Partials being plotted...
  174. Y=A Sin(T+
  175. X=C Sin(DT)-Sequencing ERROR..MACRO Terminating...Para 2.
  176.  #Press <SPACE> for combined plot... 
  177. Combined Plot...
  178. V Amplitude=+/- 
  179. H Amplitude=+/- 
  180. Frequency #1= 
  181. Frequency #2= 
  182. PARA 2 STATISTICSU
  183. &Calculating!...Please wait a moment...
  184. Partials being plotted...
  185. Y=AX/B
  186. Y=-C Cos(DX)-Sequencing ERROR..MACRO Terminating...Comp 1.
  187.  #Press <SPACE> for combined plot... 
  188. Combined Plot...
  189. V Amplitude=+/- 
  190. Slope= 
  191. Frequency= 
  192. COMP 1 STATISTICSU
  193. &Calculating!...Please wait a moment...
  194. Partials being plotted...
  195. Y=A Cos(BX)
  196. Y=C Sin(DX)-Sequencing ERROR..MACRO Terminating...Comp 2.
  197.  #Press <SPACE> for combined plot... 
  198. Combined Plot...
  199. V Amplitude=+/- 
  200. Frequency #1= 
  201. Frequency #2= 
  202. COMP 2 STATISTICSU
  203.  <T< 
  204.  <X< 1.5
  205. -0.99
  206. -1.00
  207.  "Active Keys = <SPACE>..<ESCape>...-   SORRY!...    No plot available to overlay.
  208.   Exiting!..U
  209. *** SPLINE PROCEDURES ***.Sounds like a lot, but don't worry, it's EASY!
  210.  SPLINE  Information NThe SPLINE module is extremely powerful yet simple to use. It accepts six setsMof data which are used to automatically develop numerous additional data setsNas needed to define a smooth curve.  The only requirements placed on your dataNare that the values lie within system limits of +/- 99, and that they be in anMascending order of X.  The six data sets are obtained by solving any equation*that can be expressed in terms of X and Y.#The STEPS to accomplish this are...HSTEP 1. DECIDE upon an EQUATION in X and Y that you wish to investigate.6STEP 2. TRANSPOSE the EQUATION to obtain a Y=X format.1STEP 3. SELECT 6 values for X in ASCENDING ORDER!9STEP 4. SOLVE the EQUATION for Y with your 6 values of X.ESTEP 5. PAIR the Y values obtained with their corresponding X values.5STEP 6. ENTER the X and Y value pairs at the prompts.<                                                            U
  211.  SPLINE   HELP 
  212. EQUATIONS are in Y=X FORMAT.
  213. X values in ASCENDING ORDER!    EXAMPLES:"EQUATION: Y=8*Sin(X/2) {SINE WAVE}"X= -7.9, -4.7, -1.6, 1.6, 4.7, 7.9"Y= -8.9, 8.0, -8.0, 8.0, -8.0, 8.0
  214. EQUATION: Y=X {LINE}"X= -9.0, -6.0, -3.0, 0.0, 4.5, 9.0!Y= 9.0, 6.0, 3.0, 0.0, -4.5, -9.0
  215. EQUATION: Y=(X/3)
  216.  {PARABOLA}"X= -9.0, -5.5, -2.0, 2.0, 5.5, 9.0
  217. Y= 9.0, 3.4, 0.4, 0.4, 3.4, 9.0U
  218. Y(#     WARNING!... Single or multiple%   substitutions required to maintain        ascending "X" sequence...
  219. Maxima= 
  220. Minima= 
  221. Function Mean= 
  222. Approx. X Intercept= 
  223. SPLINE STATISTICSU
  224. User Defined!
  225. *** SPLINE FUNCTION *** 
  226.  "Active Keys = <SPACE>..<ESCape>...-   SORRY!...    No plot available to overlay.
  227.   Exiting!..U
  228.  ! & + a o 
  229.  $!2!^!l!t!
  230. "$"-"E"X"a"j"
  231. "1#J#c#|#
  232. $#$O$]$e$n$
  233. 's'x'
  234. *)*U*c*k*
  235. +&+.+^+{+
  236. ,$,F,O,X,
  237. -+-D-K-
  238. .*/l/v/
  239. 2#2,2A2z2
  240. 3$3)3_3m3
  241. 4E4T4h4u4
  242. 5G5d5p5
  243. 6/686A6
  244. 7"7v7
  245. 869x9
  246. <&<_<
  247. =D=R=~=
  248. >A>O>W>
  249. ?(?;?D?M?o?x?
  250. @-@F@_@x@
  251. A-AYAgAoAxA
  252. AZBsB|B
  253. C,CdCmCvC
  254. D'D_DhDqD
  255. EYEnE
  256. F,F6FWFnFwF
  257. G*GBGXGdGnG}G
  258. L+L0L5LQLVL[LrLwL|L
  259. M.M3M8MEMWM\MaMnM
  260. N$N)N.N;NMNRNWNdNvN{N
  261. O$O1OCOHOMOZOlOqOvO
  262. O9QAQFQSQeQjQoQ|Q
  263. R R2R7R<RIR[R`ReRrR
  264. S!S.S@SESJSWSiSnSsSxS
  265. TuT~T
  266. U-U2U<UWU\UsUxU
  267. U,VIV[V`VjV
  268. V7WVW
  269. X1XQXzX
  270. X YUY
  271. Z6ZkZ
  272. Z5[m[
  273. \-]e]
  274. aJbib}b
  275. b cnc
  276. d>dbd
  277. eaeoe
  278. e?fMf
  279. h<hQhchhhrh
  280. i(i0i5i:iWiti
  281. jLjUjcj
  282. k(k:kLkgksk
  283.  SINE   HELP 
  284. VARIABLE     PRIMARILY AFFECTS:
  285. A            Amplitude/Polarity
  286. B            Period of wave
  287. C            Phase Shift
  288. EXAMPLE VALUES
  289. 4,1,0      Standard wave
  290. 8,1,0      Amplitude change
  291. 5,5,0      Period change"5,1,1      57.3 Degree phase shiftU
  292.  COSINE   HELP 
  293. VARIABLE     PRIMARILY AFFECTS:
  294. A            Amplitude/Polarity
  295. B            Period of wave
  296. C            Phase Shift
  297. EXAMPLE VALUES
  298. 4,1,0      Standard wave
  299. 8,1,0      Amplitude change
  300. 5,5,0      Period change"5,1,-1.6   91.7 Degree phase shift
  301. Transition into SineU
  302.  TANGENT  HELP 
  303. VARIABLE     PRIMARILY AFFECTS:
  304. A            Amplitude/Polarity
  305. B            Period of wave
  306. C            Phase Shift
  307. EXAMPLE VALUES
  308. 4,1,0      Standard wave
  309. 8,1,0      Amplitude change
  310. 5,5,0      Period change"5,1,-1    -57.3 Degree phase shiftU
  311.  COSECANT HELP 
  312. VARIABLE     PRIMARILY AFFECTS:
  313. A         Amplitude/Polarity
  314. EXAMPLE VALUES
  315.  4.0       Standard wave
  316.  20        Amplitude change
  317. -8.0       Polarity inversionU
  318.  SECANT   HELP 
  319. VARIABLE     PRIMARILY AFFECTS:
  320. A         Amplitude/Polarity
  321. EXAMPLE VALUES
  322.  4.0       Standard wave
  323.  20        Amplitude change
  324. -8.0       Polarity inversionU
  325.  COTANGENT  HELP 
  326. VARIABLE     PRIMARILY AFFECTS:
  327. A         Amplitude/Polarity
  328. EXAMPLE VALUES
  329.  4.0       Standard wave
  330.  20        Amplitude change
  331. -8.0       Polarity inversionU
  332. SINE: Y = A*Sin(BX+C)
  333. SINE: Sin(X) = Tan(X)*Cos(X)
  334. *** SINE FUNCTION ***U
  335. COSINE: Y = A*Cos(BX+C)
  336. COSINE: Cos(X) = Sin(X)/Tan(X)
  337. *** COSINE FUNCTION ***U
  338. TANGENT: Y = A*Tan(BX+C)
  339. TANGENT: Tan(X) = Sin(X)/Cos(X)
  340. *** TANGENT FUNCTION ***U
  341. COSECANT: Y = A*Csc(X)
  342. COSECANT: Csc(X) = 1/Sin(X)
  343. *** COSECANT FUNCTION ***U
  344. SECANT: Y = A*Sec(X)
  345. SECANT: Sec(X) = 1/Cos(X)
  346. *** SECANT FUNCTION ***U
  347. COTANGENT: Y = A*Cot(X)!COTANGENT: Cot(X) = Cos(X)/Sin(X)
  348. *** COTANGENT FUNCTION ***U
  349. &Calculating!...Please wait a moment...
  350. Amplitude=+/- 
  351. Phase Shift= 
  352. Frequency= 
  353. Period= 
  354. SINE STATISTICSU
  355. &Calculating!...Please wait a moment...
  356. Amplitude=+/- 
  357. Phase Shift= 
  358. Frequency= 
  359. Period= 
  360. COSINE STATISTICSU
  361. &Calculating!...Please wait a moment...
  362. Phase Shift= 
  363. Frequency= 
  364. Period= 
  365. TANGENT STATISTICSU
  366. &Calculating!...Please wait a moment...
  367. Frequency= 
  368. Period= 
  369. CSC. STATISTICSU
  370. &Calculating!...Please wait a moment...
  371. Frequency= 
  372. Period= 
  373. SEC. STATISTICSU
  374. &Calculating!...Please wait a moment...
  375. Frequency= 
  376. Period= 
  377. COT. STATISTICSU
  378.  <X< 
  379.  "Active Keys = <SPACE>..<ESCape>...-   SORRY!...    No plot available to overlay.
  380.   Exiting!..U
  381. m    u    z    
  382.  6!M!R!v!
  383. "N"t"
  384. #.$<$i$w$
  385. $:%D%
  386. &\&{&
  387. '((S(u(
  388. )+)R)`)h)
  389. -&-M-[-c-
  390. 1!1H1V1^1
  391. 2q2|2
  392. 5,5S5a5i5
  393. 5J6c6l6u6
  394. 7$757C7[7j7s7|7
  395. 738<8J8v8
  396. 9!939
  397. :&:+:3:
  398.  QUADRATIC  HELP 
  399. VARIABLE     PRIMARILY AFFECTS:
  400. A          Root Separation
  401. B          Root Reversal
  402. C          Imaginary Roots
  403. EXAMPLE VALUES!1,6,0          Roots of - 6 and 0 -1,6,0          Roots of 6 and 0
  404. 1,0,0          Both Roots = 0U
  405. 1.0$   WARNING!..."A" must not equal "0"&  This would lead to division by zero.&  ** DIVISION BY ZERO IS UNDEFINED. **
  406. 0.0'  WARNING!..."B
  407. -4AC" must not be < "0"&   This would lead to IMAGINARY ROOTS.&  ** (-) SQUARE ROOTS ARE ILLEGAL ! **U
  408. Scale Factor =
  409.       
  410. Greater Root= 
  411. Lesser Root= 
  412. Root Separation= 
  413. QUADRATIC STATISTICS
  414. Scale Factor = Unit ScaleU
  415. Quadratic: AX
  416. +BX+C = 0
  417. *** QUADRATIC EQUATION *** 
  418. Y= 0.0
  419. Quad.: X = -B +/- 
  420. -4AC)/2A
  421.  "Active Keys = <SPACE>..<ESCape>...-   SORRY!...    No plot available to overlay.
  422.   Exiting!..U
  423.  CIRCLE   HELP 
  424. VARIABLE     PRIMARILY AFFECTS:
  425. A          Horizontal Offset
  426. B          Vertical Offset
  427. R          Circle Size
  428. EXAMPLE VALUES
  429. -5, 0, 4       Y = 0 Axis
  430. -5,-5, 4       3rd. Quadrant$0, 0, 1.1     Small circle at origin$0, 0, 5       Large circle at originU
  431.  PARABOLA HELP 
  432. VARIABLE     PRIMARILY AFFECTS:
  433. A          Amplitude/Polarity
  434. D          Phase Shift
  435. F          Vertical Offset
  436. EXAMPLE VALUES
  437. 8,-5, 0       Phase Shift
  438. -7, 0, 0       Reverse Polarity
  439. 3, 0, 0       Wider
  440. 7, 0,-30      Negative OffsetU
  441.  ELLIPSE  HELP 
  442. VARIABLE     PRIMARILY AFFECTS:
  443. A          Horizontal Width
  444. B          Vertical Height
  445. EXAMPLE VALUES
  446. 4,8        Major Axis Vertical 8,4        Major Axis Horizontal!5,5        Transition into Circle$5,3        Foci =
  447. 16=+/-4.0U
  448.  HYPERBOLA  HELP 
  449. VARIABLE     PRIMARILY AFFECTS:
  450. K          Horizontal Offset
  451. EXAMPLE VALUES 0.5        Approaching Asymtotes
  452. 5          Normal Hyperbola
  453. 90         Transition into LineU
  454. CONIC SECTION HELP%To properly visualize conic sections,%prepare a set of Right Circular Cones&out of paper and cut (section) them as'directed. The cut-line will describe a:$Circle: -Selection 1- if cut through
  455. a cone parallel to either base.'Ellipse: -Selection 2- if cut at a ver-
  456. tical angle through a cone.&Parabola: -Selection 3- if either cone
  457. is cut at a vertical angle at
  458. a distance from the diameter.$Hyperbola: -Selection 4- if cut ver-
  459. tically through both cones atU
  460. 1.0$    WARNING!..."R" must not be < "0"( This would represent a negative length.'  ** NEGATIVE LENGTHS DO NOT EXIST ! **
  461. CIRCLE: (X-A)
  462. +(Y-B)
  463. CIRCLE: X
  464.  (A=B=0)
  465. *** CIRCLES ***U
  466.  <X< 
  467. PARABOLA: Y = AX
  468. +DX+F
  469. PARABOLA: Y = AX
  470.   (D=F=0)
  471. *** PARABOLIC FUNCTION ***U
  472. 1.0%    WARNING!..."A" must not be =< "0")This would represent an illogical length.)** ILLOGICAL LENGTHS ARE NOT ALLOWED ! **
  473. A=%    WARNING!..."B" must not be =< "0"
  474. ELLIPSE: (X
  475. ) = 1
  476. ELLIPSE: (X
  477. ) = 1  (A=B=1)
  478. *** ELLIPSOIDS ***U
  479. 1.0$    WARNING!..."K" must not be < "0"( This would represent a negative length.'  ** NEGATIVE LENGTHS DO NOT EXIST ! **
  480. HYPERBOLA: X
  481. HYPERBOLA: Y = +/- 
  482. *** HYPERBOLAS ***U
  483.     Choice = "Select CONIC SECTION (1..4, 0=ALL)3MACRO File Numeric Quantity Contaminated..Do Conic.
  484. Choice=U
  485. CONIC SECTIONS
  486. Choice=
  487. *** CONIC SECTIONS ***U
  488. Y-0 Offset= 
  489. Diameter= 
  490. Circumference= 
  491. Area= 
  492. X-0 Offset= 
  493. CIRCULAR STATISTICSU
  494. Left Rim= 
  495. Right Rim= 
  496. Vertical Offset= 
  497. PARABOLIC STATISTICSU
  498. Major Axis= 
  499. Minor Axis= 
  500. Foci= 
  501. Aspect Ratio= 
  502. ELLIPSOID STATISTICSU
  503. ffY^_
  504. ffRSP
  505. ffRSP
  506. Transverse Axis= 
  507. HYPERBOLIC STATISTICSU
  508. CIRCLE: (X-A)
  509. +(Y-B)
  510. ELLIPSE: (X
  511. ) = 1
  512. PARABOLA: Y = AX
  513. +DX+F
  514. HYPERBOLA: (X
  515. ) = K
  516. CONIC SECTIONSU
  517. ffRSP
  518. f>RSP
  519. ffRSP
  520. f>RSP
  521. f>RSP
  522. f>RSP
  523. f>RSP
  524. f>RSP
  525. f>RSP
  526. 3kRSP
  527. 3kRSP
  528. 3kRSP
  529. ffRSP
  530. 3SRSP
  531. 3SRSP
  532. 3SRSP
  533. ffRSP
  534. *<    u    
  535. )<    u    
  536. ,Active Keys = <ARROWS>..<SPACE>..<ESCape>...;Active Keys = <ARROWS>..<SPACE>..<ESCape>..<ALT-Formula>...
  537. 1Sequencing ERROR..MACRO Terminating...Quadratics.
  538.  "Active Keys = <SPACE>..<ESCape>...(   SORRY!...    No Statistics available.-   SORRY!...    No plot available to overlay.
  539.   Exiting!..U
  540. (    J    ]    q    
  541. !(!:!?!D!Q!c!h!m!z!
  542. "0"5":"G"Y"^"c"p"
  543. #&#+#0#=#O#T#Y#f#x#}#
  544. #0$^$g$u$
  545. %+%>%H%M%~%
  546. %/&L&Y&x&
  547. '-'2'7'E'
  548. (>(j(}(
  549. )&)9)L)c)
  550. *2*E*J*X*]*|*
  551. +-+@+J+O+
  552. +N,q,
  553. ---2-F-Y-^-l-q-
  554. /-/@/J/O/T/
  555. 0C0W0j0o0}0
  556. 1<1f1y1
  557. 3$383K3P3^3c3v3
  558. 3E4s4|4
  559. 4    5(5P5c5w5
  560. 5O6r6
  561. 8#84898>8H8m8|8
  562. 9&9=9N9X9k9}9
  563. :0:A:F:K:b:
  564. ;3<S<
  565. > >=>K>i>
  566. >0?t?
  567. @)@o@
  568. A&B?BXBqBxB
  569. BMCtC
  570. C4DTD|D
  571. D$ECE\EdEiE
  572. F4FeF
  573. G'GGG^GrG
  574. H@HTHhH
  575. K+LLLjLqL
  576. M=M{M
  577. N,NSN
  578. N#OWOuO~O
  579. O)PGPPP
  580. Q(QZQcQ
  581. Q+R4RiRrR
  582. S4S=SnSwS
  583. V^VsV|V
  584. W WEWSWjW
  585. W:XOX
  586. Y8YOYXYvY
  587. Z&Z2ZJZ`ZlZvZ
  588.  TRIANGLE HELP 
  589. EXAMPLE TRIANGLES: 3 Points are
  590. needed to define a triangle...
  591. RIGHT Triangle...
  592. Point#1    X= -3.0, Y= -3.0
  593. Point#2    X=  3.0, Y= -3.0
  594. Point#3    X= -3.0, Y= -3.0
  595. EQUILATERAL (close) Triangle...
  596. Point#1    X= -4.0, Y= -3.5
  597. Point#2    X=  4.0, Y= -3.5
  598. Point#3    X=  0.0  Y=  3.5U
  599. Not a Triangle!
  600. Length#1= 
  601. Length#2= 
  602. Length#3=     Angle#1=     Angle#2=     Angle#3= 
  603. Total of Sides= 
  604. TRIANGLE STATISTICSU
  605. User Defined Vertices.
  606. *** TRIANGLE MODULE *** 
  607.  "Active Keys = <SPACE>..<ESCape>...'   SORRY!...    No Triangle statistics.-   SORRY!...    No plot available to overlay.
  608.   Exiting!..U
  609.  IMPORT HELP 
  610. (A)  Insure each X value has a
  611. corresponding Y value.  Place
  612. them on separate lines, X value
  613. line first.
  614. (B)  Insure you leave a space
  615. between values and any comments
  616. on their lines.
  617. (C)  Acceptable value formats
  618. include: 0.1,  1,  1.2,  12,
  619. -0.1, -1, -1.2, -12U
  620. Reading Your DATA File...!ERROR detected in NUMERIC INPUT #
  621.  REPLACED with ZEROS+UNKNOWN ERROR detected, REPLACED with ZEROS/   SORRY!...    File was found EMPTY..Aborting!2ERROR! UNEVEN NUMBER of values, LAST value REMOVED#Check your IMPORT value SEQUENCE...
  622. IMPORT was Successful!...
  623. Y Maxima= 
  624. Y Minima= 
  625. Y Mean= 
  626. Y Variance= 
  627. Y Std. Deviation= 
  628. IMPORT STATISTICS
  629. *** XYSee IMPORT ***
  630.                    Readings=
  631. Check  Scale!
  632.              /Active Keys = <ARROWS>..<ESCape>..<Alt-Plot>...
  633. -   SORRY!...    No plot available to overlay.
  634.   Exiting!..U
  635. .IMPU
  636.     "    ;    R    i    q    y    
  637.  : ? Q [ ` 
  638. !&!0!H!U!Z!
  639. "*"/"D"N"W"l"v"
  640. %_%m%
  641. &@'V'
  642. ($(=(V(k(t(
  643. )#)+)0)R)W)`)i)r)
  644. *#*0*B*G*L*U*h*z*
  645. +!+0+T+`+
  646. ,",),<,a,x,
  647. ,.-:-`-n-}-
  648. ._.h.v.
  649. /!/3/E/i/
  650. 0#0(0e0q0
  651. 1!1<1S1_1i1
  652.  1-D POINT  HELP 
  653. VARIABLE     AFFECTS:
  654. A         Horizontal Amplitude.
  655. B         Horizontal Amplitude.
  656. EXAMPLE VALUES
  657.   7, -2        Standard Point.
  658.   0,  0        X=0 Axis."  6,  3        Maximum (+) Offset."-12,  3        Maximum (-) Offset.U
  659.  2-D POINT  HELP 
  660. VARIABLE     PRIMARILY AFFECTS:
  661. A          Vertical Amplitude. X          Horizontal Amplitude.
  662. B          Vertical offset.
  663. EXAMPLE VALUES
  664. 1,5,0          Standard Point.
  665. 1,0,5          X=0 Axis.
  666. 0,5,0          Y=0 Axis."1,10,0         Maximum (+) Offset."1,-10,0        Maximum (-) Offset.U
  667.  LINE   HELP 
  668. VARIABLE     PRIMARILY AFFECTS:
  669. A          Vertical Amplitude
  670. X          Horizontal Amplitude
  671. B          Slope polarity
  672. C          Vertical offset
  673. EXAMPLE VALUES!-2,3,1,4       + slope / - offset!-2,3,1,-4      + slope / + offset 0,3,1,0       0 slope / 0 offsetU
  674. Scale Factor =
  675.       
  676.  (X) Offset = 
  677. 1D POINT STATISTICS
  678. Scale Factor = Unit ScaleU
  679. One Dimensional Point: X = A+B
  680. 2.0'*** ONE DIMENSIONAL POINT FUNCTION *** 
  681. Y= 0.0
  682. One Dimen. Point: X-(A+B) = 0
  683.  "Active Keys = <SPACE>..<ESCape>...-   SORRY!...    No plot available to overlay.
  684.   Exiting!..U
  685. (X) Offset= 
  686. (Y) Offset= 
  687. (X)-(Y) Offset= 
  688. 2D POINT STATISTICSU
  689. Two Dimensional Point: Y = AX+B
  690. 1.0'*** TWO DIMENSIONAL POINT FUNCTION *** 
  691. Two Dimen. Point: Y-(AX+B) = 0
  692.  "Active Keys = <SPACE>..<ESCape>...-   SORRY!...    No plot available to overlay.
  693.   Exiting!..U
  694. X=+/-
  695. 1.0$   WARNING!..."B" must not equal "0"&  This would lead to division by zero.&  ** DIVISION BY ZERO IS UNDEFINED. **
  696. Maxima (+) = 
  697. Minima (-) = 
  698. Vertical Mean= 
  699. Slope= 
  700. Length= 
  701. LINE STATISTICSU
  702. LINE: AX+BY+C = 0
  703. *** LINE FUNCTION *** 
  704. X=+/-
  705. LINE: Y = (AX+C)/-B
  706.  "Active Keys = <SPACE>..<ESCape>...-   SORRY!...    No plot available to overlay.
  707.   Exiting!..U
  708.     9    D    O    T    Y    f    v    {    
  709.  & + \ p ~ 
  710. !;!c!v!
  711. "$"."3"d"x"
  712. $-$A$s$~$
  713. %1%6%>%C%}%
  714. '3'_'m'
  715. )")*)H)h)
  716. )@*b*n*
  717. ,7,],
  718. -#---2-F-P-U-i-x-}-
  719. ._.t.
  720. /2/</]/t/}/
  721. 0#090E0O0^0r0w0
  722. -  SORRY!...  File to BIG, use another editor.3                                                   U
  723. Edit File Type= 
  724. MACRO 
  725. IMPORT
  726. PUZZLE    Undefined
  727. Edit File Name= U
  728. %Checking SYNTAX, one moment please...
  729.        
  730. BEEP   
  731. ESCAPE 
  732. ENTER  
  733. FORMULA
  734. NULL   
  735. OFF-KEY
  736. ON-KEY 
  737. PLOT   
  738. PRINT  
  739. SPACE  
  740. UP     
  741. DOWN   
  742. LEFT   
  743. RIGHT  
  744. WAIT   
  745. MESSAGE
  746. STOP                
  747.     2D-POINT     LINE         CIRCLE       PARABOLA     ELLIPSE      SINE         COSINE       TANGENT      PARA#1       PARA#2       COMP#1       COMP#2   %                                     U
  748.      F1=Help U
  749. %Select "FROM" line first!..Press key.&                                      U
  750. No line to RESTORE!..Press key.                                 U
  751.   SORRY!...  Printer NOT ready."                                  
  752. Printing...
  753. Editor listing of 
  754. End of listing...
  755.            U
  756. 0Insure printer ONLINE..Press <SPACE> when ready.1                                                 
  757.      F1=Help :Use the Editor to Create, Change, and Validate your files!7Select file TYPE <M>acro..<I>mport..<P>uzzle..<ESCape>.:                                                          ;                                                           0  SORRY!...  Editor cannot use Macros..Aborting!5                                                     8                                                        
  758. 5Select Macro LEVEL ma<M>..ma<G>..ma<Q>..ma<T>..ma<A>.6                                                      
  759. .PZLU
  760. -WARNING! The Syntax Check has found an error.-                                             /Select <ESCape> to Exit..<SPACE> to show Error.0                                                
  761. SAVE changes?..(Y/N).
  762.                       
  763. XY-DEMO.MAM!Saving changes..one moment please"                                  0  SORRY!...  Editor cannot change 'XY-Demo.MAM'.4                                                    #CONTINUE editing this file?..(Y/N).$                                                      F1=Help     Undefined
  764.             P                                                                                U
  765.     Undefined     F1=Help 
  766. Reading File...
  767.                
  768. Edit a NEW file?..(Y/N)./                                               
  769.     0    5    :    P    U    Z    g    w    |    
  770.  # ( 5 C ` m 
  771. !5!=!B!G!T!b!
  772. !D"R"W"}"
  773. #0#9#F#X#]#b#
  774. $E$J$\$a$f$s$
  775. $#%A%N%`%e%j%{%
  776. & 'n'
  777. (-(2(7(X(c(l(u(~(
  778. (1+A+Q+V+[+u+z+
  779. ,:,L,Q,V,c,u,z,
  780. -*-<-A-F-a-n-
  781. .-.=.d.q.
  782. /'/</Z/x/
  783. 2 2%2*282n4
  784. 505B5T5Y5^5s5}5
  785. 5Z6r6w6
  786. 7#737@7M7_7d7i7
  787. 8$8)868H8M8R8f8x8}8
  788. 9<9E9
  789. 93:8:M:c:
  790. ;$;);.;>;C;H;b;g;l;
  791. ='=2=]=
  792. MenuSee.DTA1Required DATA FILE NOT FOUND..program terminating+Unexpected END OF DATA..program terminatingU
  793. SetSee.Dta%SETUP file NOT FOUND..defaults active
  794. (Invalid SETUP file DATA..defaults active
  795.  Insight Advantage 5Copyright (C) 1990, D.Thompson.  All rights reserved.
  796.         
  797.         
  798.       
  799.       
  800.       
  801.         
  802.           
  803.             
  804.             
  805.            
  806.       
  807.           
  808.         
  809.          
  810.      
  811.      
  812.           
  813.      
  814.     AX+BY+C=0,*** Mathematic Functions in Graphic Form ***U
  815. 0                                                U
  816. *** WARNING ***
  817. CONFIG.SYS File Exists!%XYSee will ALTER the CONFIG.SYS file.
  818. CONFIG.SYS File Does NOT Exist!&XYSee will CREATE the CONFIG.SYS file.'<P>roceed...Install FILES=20 Statement.
  819. <Q>uit......NO Changes!
  820. <H>elp......Whats Going On?U
  821. <P>roceed:%When you select <P>roceed, XYSee will!determine if you currently have a&"FILES=20" statement in a "CONFIG.SYS"&file.  If not, XYSee will create/alter#the "CONFIG.SYS" file as necessary.
  822. <Q>uit:'You may prohibit changes to your system'by selecting <Q>uit at the menu prompt.
  823. Press <SPACE> to continue... U
  824. *** NOTICE ***(Files set to '20' in Existing Statement.,Statement ADDED to Existing CONFIG.SYS File.)Statement ADDED to a NEW CONFIG.SYS File.+Please RE-BOOT (Reset) prior to continuing! Press <CTRL+ALT+DEL> or <Reset>.!                                 3WARNING!..Continue at your own risk..Press <SPACE>.
  825. *** SYSTEM CONFIGURATION ***
  826. \CONFIG.SYS$                                    !Select <P>roceed..<Q>uit..<H>elp."                                  
  827. FILES=20
  828.                        
  829. *** NO CHANGES MADE ***U
  830. "   SORRY!...    Printer NOT ready.#                                   
  831. Printing XYSee Order Form...?                                                         Dated:8                          XYSee version 2.5.0 ORDER FORM8                          ==============================,          Thank you for registering XYSee...G          Please enclose a check or money order for the CORRECT AMOUNT.G          Insight Advantage will pay shipping and handling costs within
  832.           the United States.@          (foreign customers: Please contact Insight Advantage.)J      Insight Advantage         Ship to: _________________________________J      4509 Yellowleaf Dr.                _________________________________J      Fort Worth, TX 76133               _________________________________J                                         _________________________________A           (   ) Copies of XYSee   @ $30.00 each:      $ ________A                                        Subtotal:      $ ________A                TX residents add 7.00% sales tax:      $ ________A                                           TOTAL:      $ ________A          The format I am ordering is: IBM-CGA ____ Hercules ____%          This registration is for a:F          Business ___ School ___ Individual ____ Other ______________G                                                       (please specify)5          I received my present copy of XYSee from a:F          Bulletin Board ___ Shareware Vendor ___ Other ______________
  833.           NOTE:F          A special license is available for educational institutions.A          We attempt to ship all orders within 16 business hours.
  834.                              U
  835. 0Insure printer ONLINE..Press <SPACE> when ready.1                                                 
  836. (                                        
  837. *** XYSee REGISTRATION ***'This Software is an Endangered Species!&Today's students will need more than a-"Trap for Zoids" or a "Blaster for Math" when0confronting the science and engineering sections
  838. of a Math Placement Test!*For programs like this to survive and grow1however, more is needed than just our commitment.#Your Financial Assistance is VITAL!
  839. Press <SPACE> to continue... 
  840. XYSee Registration .....$30.006Registration at this level will enable us to send you:)1.  The latest version of XYSee with full
  841. printed documentation./2.  The latest listing of user developed custom"MACROs, Import files, and Puzzles.4Send check/money order payable to: Insight Advantage
  842. 4509 Yellowleaf Dr.
  843. Fort Worth, TX. 76133/Select <P>rint order form..<SPACE> to continue.
  844. *** XYSee LIMITED LICENSE ***$= = In the Interest of Education = =6A license for personal use and distribution is granted6for an unlimited period.  Assistance in continuing the6development of XYSee is facilitated via registration..7Personal use is however subject to the following rights.which are specifically reserved by the author:9  Commercial/Institutional multi-copy non-registered use.1  Alteration rights to program diskette contents.8  Distribution of program documentation in printed form.U
  845. *** XYSee PROCEDURES ***JSYSTEM: ARROW Keys are used to move back and forth within and between menu?selections.  Indicate your choice by pressing the <RETURN> key.BHELP:   Context sensitive HELP is available within each menu level=and function plot section.  In addition, parameter-value HELP@within each Puzzle module may be used to "Zero-in" on solutions.JMACRO:  During MACRO execution; Press <SPACE> to Pause..<ESCape> to Abort.@Use the Editor to Create, Change, and VALIDATE your MACRO files.DSTART:  Select START to begin each new Puzzle.  The currently active3Puzzle may be saved on disk for later reactivation.CSETUP:  The system environment may be changed.  If you must operate?your computer in a "quiet" environment, or the color setting is?unappealing, etc., select "SETUP" at the bottom of this screen.
  846. Number Lock is ON$Please press your Number Lock key...
  847. Number Lock is OFF%Thank you...                         
  848. SETUP?...(Y/N)    -Update system defaults for SOUND, COLOR, etc.
  849. 1SETUP CONVERSION failed...color default is active
  850.        
  851. Default
  852. Special                 Drive 'A'
  853. A:\    Drive 'B'
  854. B:\    Drive 'C'
  855. V<Cu1
  856. *** XYSee SETUP ***
  857. ...                           
  858.                       
  859. Files=20    XYSee 2.5
  860. Press <ESCape> to Exit.
  861. $...                                 
  862.                           U
  863. B3@;F
  864. Exiting XYSee...6XYSee Mathematic Functions in Graphic Form; Ver. 2.5.0 Copyright (C) 1990, D. Thompson.
  865. All rights reserved.,* * * Make an Investment in the Future * * *%* * * Give a Copy to a Teacher! * * *
  866. nsight
  867. dvantageU
  868.          0    ;    F    Q    \    g    r    }    
  869.  " 0 5 > F K [ f k 
  870.      !%!0!`!e!w!
  871. "-"@"U"j"
  872. #<#A#F#b#g#
  873. $7$I$N$S$\$i${$
  874. $_+l+q+
  875. , ,%,=,B,G,Q,V,`,e,w,|,
  876. - -2-7-<-N-S-X-j-o-t-~-
  877. . .2.7.<.F.K.].b.g.q.v.
  878. /"/4/9/>/P/U/Z/d/i/{/
  879. 0"04090>0H0M0Z0l0q0v0
  880. 1(151G1L1Q1b1z1
  881. 7*787=7F7N7S7`7r7w7|7
  882. 8 8-8?8D8I8V8h8m8r8
  883. 9,9>9C9H9U9g9l9q9~9
  884. :":4:9:>:K:]:b:g:
  885. ; ;2;7;<;I;[;`;e;r;
  886. <&<3<8<=<J<Z<g<l<q<~<
  887. A A)A.A3A@ARAWA\AiA{A
  888. B$B)B6BHBMBRB_BqBvB{B
  889. CFCXC]CbCoC
  890. D!D&D3DEDJDODgDxD}D
  891. E)E4ELE
  892. G!G-GJGOGTGoGtGyG
  893. H&H+H0H=HFH\HaHfHyH
  894. INIdIiInI
  895. K$K)K.K;KXKeKjKoK
  896. K/LALFLKLXLjLoLtL
  897. O*O/O4OAO^OkOpOuO
  898. P$P0P<PDPVP`PnP~P
  899. P.Q3Q8QARSRlRuRzR
  900. S$SKSrS
  901. T:T^TvT
  902. U*U:U?UDUMU
  903. *** LINEAR DESIGN ***
  904. *** QUADRATIC DESIGN ***
  905. *** TRIGONOMETRIC DESIGN *** *** PERIODIC FUNCTION DESIGN ***
  906. Delta
  907. Frequency #1=F1
  908. Frequency #2=2*F1
  909. Reference CircleU
  910. *** GEOMETRIC PUZZLE ***
  911. *** QUADRATIC PUZZLE ***
  912. *** TRIGONOMETRIC PUZZLE ***
  913. *** ADVANCED PUZZLE ***
  914. Circle:
  915. Line:
  916. Ellipse:    2D-Point:
  917. Sine:
  918. Tangent:
  919. Para #1:U
  920. *** Menu HELP Window ***
  921.  MENU   HELP $The MENU structure is multi-leveled:
  922. Begin/End 
  923.  MAIN MENU
  924. MACRO    Geom Menu
  925. Other Options
  926. 1D Point
  927. Other Menus
  928. 2D Point
  929. Other Functions 
  930. Plot Options  
  931. Triangle
  932. Main Menu 
  933.  GEOM MENU
  934. Plot Options Menu
  935. Cursor Etc.
  936. Main Menu 
  937.  QUAD MENU
  938. Quad Eq.
  939. Circle
  940. Ellipse
  941. Parabola    Hyperbola
  942. Conic
  943. Main Menu 
  944.  TRIG MENU
  945. Cosine
  946. Tangent
  947. Cosecant
  948. Secant    Cotangent
  949. Main Menu 
  950.  ADV. MENU
  951. Parametric #1
  952. Parametric #2
  953. Composite #1
  954. Composite #2
  955. Spline
  956. Main Menu 
  957.  PUZZLE MENU
  958. START
  959. Geom Menu
  960. REPORT
  961. 2D Point
  962. Other Menus
  963. Other Functions
  964. Puzzle Menu 
  965.  GEOM MENU
  966. Cursor    Zoom Etc.
  967. Puzzle Menu 
  968.  QUAD MENU
  969. Ellipse
  970. Puzzle Menu 
  971.  TRIG MENU
  972. Cosine
  973. Tangent
  974. Puzzle Menu 
  975.  ADV. MENU!Parametric #1
  976. Parametric #2!SELECT next level 
  977.  <ARROW> keys. ENTER next level 
  978.  <RETURN> key.&EXIT to previous level 
  979.  <ESCape> key.7Sequencing ERROR..MACRO Terminating...Menu HELP module.
  980. Press <SPACE> to continue... U
  981. P                                                                                
  982. EDITOR  Help!U
  983. -                                                  <SPACE> ,USE:  This Language-Sensitive Text EDITOR is+used to Create, Change, and Validate MACRO,&Import, and Puzzle files.  If a syntax$error is discovered during post-edit&validation, the editor will return you)to the precise line containing the error!*FORM: The graphic on the right illustrates&the editors straightforward structure.)HELP: Multi-Level HELP is available while(using the editor.  HELP screens progress#from listings of Edit-Key functions!and system Syntax requirements to%actual Application-Specific commands.    
  984.  Start 
  985.    Get File
  986.              
  987.   Edit File
  988.         
  989.  Check Syntax
  990.             
  991.         Save File
  992.  Continue Edit
  993.  Edit New File
  994.  End 
  995. :Context sensitive HELP is available throughout the Editor.;                                                           U
  996.      F1=More 
  997. CURSOR CONTROLS
  998. Left/Right on line .F2
  999. Cursor up .........Up-arrow
  1000. Right 10 spaces ...TAB
  1001. Cursor down .....Down-arrow
  1002. Top of screen ....Home
  1003. Cursor left .....Left-arrow
  1004. Bottom of screen ..End
  1005. Cursor right ...Right-arrow
  1006. Previous screen ..PgUp
  1007. Insert character .......Ins
  1008. Next screen ......PgDn
  1009. Delete character .......Del
  1010. Top of file ........F3
  1011. Backspace/Delete .Backspace
  1012. Bottom of file .....F4
  1013. LINE FUNCTIONS
  1014. Copy line from .F5
  1015. Insert line ...F7
  1016. Copy line to ...F6
  1017. Delete line ...F8
  1018. Append line ...RET
  1019. Restore line .F10
  1020. SPECIAL FUNCTIONS
  1021. Print edit file .......F9
  1022. HELP ..................F1
  1023. Exit/Syntax check .ESCapeU
  1024. H                                                                        
  1025. FILE SYNTAX:
  1026. Macro:0(Line 1) <Delay><Space><Command><Space>{Comment}2(Line 1) <Delay><Space><"Message"><Space>{Comment}
  1027. (Line 2) <Message text>
  1028. Import:((Line 1) <Numeric value><Space>{Comment}
  1029. Puzzle:((Line 1) <Function type><Space>{Comment}-(Line 2) <Parameter value #1><Space>{Comment}-(Line n) <Parameter value #n><Space>{Comment}CNotation convention: <Required>, {Optional}, "Literal", (Note only)U
  1030. H                                                                             <SPACE> 
  1031. AUTOMATIC COMMANDS!BEEP ..............Attention Bell!ENTER .ENTER/RETURN key emulation!ESCAPE ......ESCape key emulation!FORMULA ........Alternate formula!MESSAGE ........Display a message!NULL ..........Non-executing line!OFF-KEY, ON-KEY ..Lock/Unlock Kbd!PLOT .........Alternate plot font!PRINT ...........Activate printer!SPACE ........Space-Bar emulation!STOP .............Terminate MACRO!UP, DOWN .....Arrow key emulation!LEFT, RIGHT ..Arrow key emulation!WAIT ........Pause till SPACE key
  1032. MANUAL COMMANDS
  1033. ESCape key .........Abort MACRO
  1034. SPACE key .Pause till SPACE key
  1035. SPECIAL COMMANDS
  1036. 0-9 .Step DELAY Multiplier
  1037. # ...NUMERIC Value follows
  1038. PUZZLE FUNCTIONS
  1039. 2D-Point        Line
  1040. Circle      Parabola
  1041. Ellipse         Sine
  1042. Cosine       Tangent
  1043. Para#1        Para#2
  1044. Comp#1        Comp#2U
  1045.     $    V    c    t    
  1046.  & 1 > C H _ q v { 
  1047. !$!/!:!E!R!W!\!i!{!
  1048. "*"5"@"K"X"]"b"o"
  1049. ###3#8#=#J#\#g#r#}#
  1050. $!$,$9$>$C$P$b$m$x$
  1051. %'%9%>%C%P%j%o%t%
  1052. &$&1&C&N&Y&d&o&z&
  1053. '$'/'<'A'F']'o't'y'
  1054. ($()(6(H(M(R(_(q(v({(
  1055. )+)0)5)B)T)_)j)u)
  1056. ***5*B*G*L*Y*i*t*
  1057. +"+'+4+F+Q+\+g+r+}+
  1058. ,*,:,E,P,],b,g,~,
  1059. -!-.-@-E-J-W-g-r-}-
  1060. .8.=.B.U.e.j.o.|.
  1061. /(/8/C/N/[/`/e/r/
  1062. 0 0%0*0O0k0w0
  1063. 0\1u1
  1064. 2/24292O2_2d2i2u2
  1065. 3$3)3
  1066. 7(7-727?7Q7V7[7h7z7
  1067. 8#8(858G8L8Q8^8p8u8z8
  1068. 9+9=9B9G9T9d9i9n9{9
  1069. :1:6:;:H:Z:_:d:q:
  1070. ;';,;1;>;N;S;X;e;w;|;
  1071. <3<8<
  1072. ?1?6?;?H?Z?_?d?q?
  1073. @'@,@1@>@P@U@Z@g@y@~@
  1074. A"A'A4AFAKAPA]AoAtAyA
  1075. B*B<BABFBSBeBjBoB|B
  1076. C C2C7C<C&E6ELE^EcEhE{E
  1077. F1F6F;FHFZF_FdFqF
  1078. G'G,G1G>GPGUGZG
  1079. K&K8K=KBKOKaKfKkKxK
  1080. L.L3L8LELWL\LaLnL
  1081. M$M)M.M;MMMRMWMdMvM{M
  1082. N$N1NCNHNMNZNlNqNvN
  1083. O'O9O>OCOPObOgOlOyO
  1084. *** REFERENCE PLOT ***
  1085. Check  Scale!
  1086.              U
  1087. ( RSP
  1088. Q RSP
  1089. 3HRSP
  1090. fHRSP
  1091. @zRSP
  1092. Check  Scale!
  1093.              U
  1094.              U
  1095.     2D-POINT     LINE         CIRCLE       PARABOLA     ELLIPSE      SINE         COSINE       TANGENT      PARA#1       PARA#2       COMP#1       COMP#2   U
  1096. .PZLU
  1097. +READING Data File! . . . One moment please.
  1098.              
  1099.     2D-POINT     LINE         CIRCLE       PARABOLA     ELLIPSE      SINE         COSINE       TANGENT      PARA#1       PARA#2       COMP#1       COMP#2    WARNING! . . . Invalid FUNCTION..Incorrect_SEQUENCE! . . . Select another file.'File  EMPTY! . . . Select another file.U
  1100. Puzzle File PreparationBThe first step in preparing a Puzzle File is to select a ToleranceCvalue.  The Tolerance value determines how close a solution attemptBmust come to a reference function before it is considered a match.DA selected tolerance value remains active until a solution is found..Selection 0 = 0.0 Tolerance.           5 = 0.5$1 = 0.1                      6 = 0.6$2 = 0.2                      7 = 0.7$3 = 0.3                      8 = 0.8$4 = 0.4                      9 = 0.9
  1101. <ESCape> = Cancel
  1102. TOLERANCE Selection = 1
  1103. Select a TOLERANCE value.
  1104. 0Sequencing ERROR..MACRO Terminating...Kbd Start.
  1105. D         Puzzle function selection and variable definition          G         is the next step.  You may select and define as many          G         reference functions as you desire.  Press <ENTER> at the      G         function prompt when you are ready to plot your values.       81 = 2D Point         5 = Parabola             9 = Para#182 = Line             6 = Sine                 A = Para#283 = Circle           7 = Cosine               B = Comp#184 = Ellipse          8 = Tangent              C = Comp#22                                                  (<ENTER> = Finished     <ESCape> = Cancel
  1106. Function Selection = <ENTER>
  1107. Select a FUNCTION.
  1108.    ( ? d 
  1109. !-!2!C!j!w!
  1110. !:"?"P"y"~"
  1111. #2#~#
  1112. $"$/$=$E$\$
  1113. &*'f'o'x'
  1114. ($()(.(7(D(V([(`(i(|(
  1115. )(*:*?*D*M*Z*l*q*v*
  1116. -$-=-V-o-
  1117. /#090
  1118. 3 3%3d3
  1119. 5'585I5Z5k5|5
  1120. 6"656>6O6T6
  1121. <?<H<a<j<~<
  1122. =#=(=-=:=J=O=T=p=u=z=
  1123. >#>5>:>?>L>^>c>h>u>
  1124. ?&?+?0?D?T?Y?^?z?
  1125. @ @-@?@D@I@V@h@m@r@
  1126. A!A5AHASA
  1127. C,C>CCCHCUCgClCqC~C
  1128. D#D2DCDMDrD
  1129. E8FaF
  1130. GSGXG
  1131.