Revisit to Tiny Spreadsheet, using buttons and selp_help windows, Model Vaporware using TCL

This page is under development. Comments are welcome, but please load any comments in the comments section at the bottom of the page. Please include your wiki MONIKER and date in your comment with the same courtesy that I will give you. Aside from your courtesy, your wiki MONIKER and date as a signature and minimal good faith of any internet post are the rules of this TCL-WIKI. Its very hard to reply reasonably without some background of the correspondent on his WIKI bio page. Thanks,gold 30Apr2021


Introduction


gold Here are some cosmetics and supplements on Tiny Spreadsheet or small TCL apps on TCL console. One could probably use a slot calculator 1) window for numeric entries controlling the calculation proc and the 2) graphics display windows. Data transfer in vaporware uses global variables. The slot calculators have 8 slots. The calculation proc supplies N parameters from dummy number calculations to the parametric equations. The calculation proc uses a for loop.

.



Pseudocode, Equations, and Wiki Page Checklist

     #pseudocode can be developed from rules of thumb.
     #pseudocode: some problems can be solved by proportions (rule of three), to some order of magnitude
     #pseudocode: enter quantity1,  quantity2, quantity3 and expected output (quantity4) for testcases.
     #pseudocode: enter time in years, number of remaining items
     #pseudocode: output fraction of (remaining items) over (items at time zero)
     #pseudocode: ouput remaining items as fraction or percent
     #pseudocode: output fraction of (quantity4 ) over ( quantity1 at time zero)
     #pseudocode: output fraction of (quantity2) * (quantity3 ) over (quantity1 at time zero)
     #pseudocode: outputs should be in compatible units.
     #pseudocode: rules of thumb can be 3 to 15 percent off, partly since g..in g..out.
     #pseudocode: need test cases > small,medium, giant
     #pseudocode: need testcases within range of expected operation.
     #pseudocode: are there any cases too small or large to be solved?
     #
     # F(N+1) == F(N) + F(N-1)
     # F(1) == 1
     # F(2) == 1
     set Grade_School 6
     set Middle_School 2
     set High_School 4
     set College 4
     set Graduate_School 2
     set values [list 6 8 12 16 18]
     set fractals [list 9.7 12.94 19.4 25.888 29.14]
     partials, f(1)= .5 
     f(2) = (1/4) * .5
     f(3) = (1/6) * .5

Testcases Section

In planning any software, it is advisable to gather a number of testcases to check the results of the program.

Testcase 1



Screenshots Section


figure 1. t



figure 2.




figure 3.




figure 4.



figure 5.




References:

  • Wikipedia search engine < time >
  • Wikipedia search engine < golden ratio proportions >
  • Wikipedia search engine < Fibonacci >
  • Google search engine < fractal time calculator Braden Greg >
  • Book >> Fractal Time: The Secret of 2012 and a New World Age
  • Paperback – Illustrated, February 1, 2010
  • book(s) by Braden Gregg
  • www.greggbraden.com/fractal time calculator
  • Website articles by Tony Spilotro
  • Bitcoin Mathematics: Why 21 Million BTC May Have Been Chosen
  • Extreme interest in trading Bitcoin cryptocurrency golden ratio tops
  • Fibonacci Day: How To Use Math To Trade Bitcoin And Altcoins
  • Web article Mathematical Mystery: Why Did The Bitcoin Rally Stop At The Golden Ratio?
  • Crypto Calculated: How Ancient Math Predicts Bitcoin’s Next Top At $270K
  • Fibonacci Day: How To Use Math To Trade Bitcoin And Altcoins
  • by Tony Spilotro
  • Understanding Bitcoin’s Market Cycles: 3 Simple indicators for future tops and bottoms
  • Collected Works of R. N. Elliot
  • The Wave Principle. Nature's Law: The Secret of the Universe. R. N. Elliot
  • Series of Articles Published in 1939 by Ralph Nelson Elliott.
  • Elliott Wave Principle by A.J. Frost and Robert Prechter
  • Elliott Wave Principle: Key To Market Behavior
  • Elliott, Ralph Nelson, Frost, Alfred John, Prechter, Robert Rougelot
  • R.N. Elliott's Masterworks: The Definitive Collection
  • 318 Pages · 1994 English
  • by R. N. Elliott & Robert R. Prechter & Jr.
  • Fractal Time. coded in python , sourceforge.net_projects_fractaltimecalc
  • Golden Ratios in Energy Radiation and Vibrations
  • May 23, 2012 by Gary Meisner 1.6180339887498948420
  • Terence McKenna. 1998, TimeWave Zero Software
  • Essay: Timewave Zero .Pdf by Terence McKenna
  • contributions on Time Code Software by Peter Meyer.
  • Peter J. Meyer , Peter Johann Gustav Meyer, born 1946
  • Mathematics of Timewave Zero by Peter Meyer.
  • appeared in the Invisible Landscape, 2nd edition, HarperCollins, 1993
  • www.science20.com/hammock_physicist/fibonacci_butterflies
  • by Johannes Koelman, August 6th 2009
  • en.wikipedia.org/wiki/Anosov_diffeomorphism, Dmitri Victorovich Anosov
  • Fractal universe and the speed of light: Revision of the universal constants
  • Antonio Alfonso-Faus
  • Weinberg, S. (1972) Gravitation and Cosmology. Wiley,
  • Timewave Synthesizer at SourceForge
  • waveform synthesizer based upon Timewave Zero theory by Terence McKenna


Appendix Code

appendix TCL programs and scripts

        ;# pretty print from autoindent and ased editor occurrence
        ;# Time Fractal Proportions calculator
        ;# written on Windows 
        ;# working under TCL version 8.6 
        ;# gold on TCL WIKI, 30apr2021
 

Pushbutton Operation

For the push buttons, the recommended procedure is push testcase and fill frame, change first three entries etc, push solve, and then push report. Report allows copy and paste from console. For testcases in a computer session, the TCL calculator increments a new testcase number internally, eg. TC(1), TC(2) , TC(3) , TC(N). The testcase number is internal to the calculator and will not be printed until the report button is pushed for the current result numbers. The current result numbers will be cleared either on the next clear button or on the next solve button.


Comments Section

Please place any comments here, Thanks, gold 30May2021