Tag: Programming
-
Preparation and Apprehension
Advertisements My wife and I are spending some time with our out-of-state grandchildren, and with our daughter and son-in-law, in the State where I lived over half my life pursuing my Federal career. Also, I am using this opportunity to take delivery of a computer upgrade: replacing Christopher, my MacBook Pro I purchased last year…
-
Factorization Perl Script Update
Advertisements I cleaned up the code for cf_exam.pl just now. Making the script better also made it a little shorter, but I doubt that it is any faster. Anyway, have at it!
-
Integer Factorization: A New and Very Simple Script
Advertisements A little over a month’s worth of mathematical and numerical study and effort, ending in an amazing week of realization about the structure of numbers and their factors, have led me to a finished product which, despite probably not being revolutionary, leaves me feeling very satisfied about what I have learned, and all the…
-
My Integer Factorization Study: Final Report (Google Docs)
Advertisements Here is the link to my Google Docs summary of the mathematical study I have just completed, including all the information in my previous blog post, and more. https://docs.google.com/document/d/1OP7B7STeHaVhFaRU_DfjVCx2QUspB4jvPFUAlyhh8GI/edit?usp=sharing
-
My Integer Factorization Study: Maybe No New Discoveries, but a Fairly Good Program (I Think)
Advertisements After extensive study, and a great many discoveries which seemed exciting to me but that after investigation boiled down to properties of established concepts, I have been able to construct an algorithm that uses the difference between m and the smallest greater perfect square s to search for appropriate values of c and thus…