Skip to content

Example Usage and Interpretation

Jackson Huse edited this page Oct 2, 2022 · 2 revisions

Using the GUI:

  1. Launch the Function Designer GUI
    • image
  2. Enter your function and its specifications
  3. Press "Calculate"
    • image

Interpreting Results:

Expected results:

image

Gained Results:

Maclaurin Series Estimation ("Truncated Maclaruin Series" in Expected Results section):

  • image

Rearranged Equation ("Reformatted Using Equation" in Expected Results section):

  • image

Generated Circuit (under equations in the Expected Results section):

  • This shows a generated NetworkX graph of a circuit diagram in which there are 2 inputs and 1 output for each gate (Orange) with constants and variables as inputs (Yellow). For example, gate G1 shows input X NAND 0.2 (which is 1/5 in the Expected Results section) and output to gate G2. Following that, gate G2 uses the output of G1 to AND it with 0.2498 (estimate of 1/4 in the Expected Results section). This process continues to get to the yellow output, f(x).

  • An important note is that this diagram shows using an AND gate with 1, which is essentially wasteful in most cases. Therefore, this 10-gate circuit diagram is really 8 gates. This is to be fixed in a later version, but please be cautious for as long as this note stays.

image