Posts

How pcsl maps and dyjkstras algorithm works

Image
  To enhance this instead of concentrating on nodes we had inward and outward links for each driving direction one way streets had a unidirectional link. Sorry the picture was done with a text description from claude with multiple arrows per link. To optimise the route search we only searched within an ellipse where the elipse maximum chord lenght between start and dest node that traced the elipse circumference was about 1.3 times the distance between the start and dest node. Maybe the elipse can be increased gradually If the valid route goes outside the elipse and it failed we used another dystras search from scratch without an elipse. To allocate temporary nodes we used one triple c pointer like ptes in linux. there are multi storey roundabouts in china so lat long and height above sea level is needed for every junction.

Why you learn matrices in school

 Despite Schroedinger a quantum physicist teaching in trinity with De Valera No student in Ireland asked why are we learning this shit in enter cert and tell the rest. Matrix Mechanics invented by Heizenberg and Born is quantum mechanics. GPUs are optimised for matrices AI the transformer algorithm google attention is all you need and watch 3 blue one brown youtube best lecturer on neural networks is matrices. 3d open gl etc on computers has scaling and rotation matrices for 3d  google tinygl and  www.blender.org  

Integral of normal distribution

Image
I thought i made a discovery that the Sigmoid function was the integral of the Normal Distribution whose integral according to normal calculus has no solution. Unfortunately i was beaten by a few years https://www.sciencedirect.com/science/article/abs/pii/0096300395001905 This is my effort in basic on the caprice amstrad emulator showing a plot of the normal distribution integral and the sigmoid function overlapping exactly.  This is a hot peice of maths for a good mathematician like Terence Tao or Grant Sanderson, 3 blue one brown youtube to prove.   

Claude ai plsq algorithm explanation

PSLQ's core use: given a set of real numbers (as high-precision decimals), it searches for integers that combine them into an exact zero — revealing a hidden algebraic relationship. Its main applications: **1. Discovering closed-form formulas** Compute some constant (an integral, series, or physical quantity) to hundreds of digits, then run PSLQ against it plus a basket of "suspect" constants (π, log 2, ζ(3), etc). If PSLQ finds a relation, you've likely found a formula — as with the BBP formula for π, which let people compute individual hexadecimal digits of π without computing the ones before it. **2. Proving irrationality/independence (via negative results)** Run PSLQ with very high precision and large coefficient bounds and find *nothing*. That's evidence (not proof) that no simple relation exists — this is exactly the ζ(5) situation: exhaustive searches keep coming up empty, reinforcing that it's likely unrelated to π, ζ(3), etc. **3. Physics — simplifyin...

Michael Reynolds Wonderful theory of everything posters

Image
 

Interesting potential discoveries from my program https://github.com/djbarrow/fundamental

Are they bullshit I don't know  Found match error=5.221292e-08 fundamental constant name=aperys_const value=1.202057e+00 e -e 4 3  / 4  power  +  *  2.718282e+00 -2.718282e+00 4 3  / 4  power  +  *  (e * (-e + power((4 / 3),4))) (2.718282e+00  * (-2.718282e+00  + power((4 / 3),4))) Found match error=8.600630e-07 fundamental constant name=zeta_5 value=1.036928e+00 3 1 3 e  +  / e  +  /  3 1 3 2.718282e+00  +  / 2.718282e+00  +  /  (3 / ((1 / (3 + e)) + e)) (3 / ((1 / (3 + 2.718282e+00 )) + 2.718282e+00 )) Found match error=4.714556e-05 fundamental constant name=mass_of_neutron value=1.674929e-27 result=1.675008e-27 mass_of_proton mass_of_electron mass_of_electron golden_ratio  *  +  +  1.672623e-27 9.109390e-31 9.109390e-31 1.618034e+00  *  +  +  (mass_of_proton + (mass_of_electron + (mass_of_electron * golden_ratio))) (1.672623e-27...

Another take on the theory of everything

 Light is a particle or a wave depending on how you measure it. watch sabine hosenfelders video from yesterday youtube, gravity and quantum physics has been unified, also her what is measurement video. information more fundamental than matter or particles, entropy disorder more fundamental than time, watch youtube dr julie mc coy describe the 48 parameters of light quantum entanglement. antimatter seems to be matter travelling backwards in time. wikipedia wheelers delayed choice experiment,spooky action at a distance,and collapse of the wavefunction. measurement is just perspective collapsing your reality the faster a ruler travels the shorter it gets. We are in a shared dream each measuring with their own eyes to an anorexic they are fat stop thinking neutonian. A measurement you take is only neccessarily true in your reality einstien time is relative, beauty is a perspective in the eye of the beholder. In the beginning was the word and the word was god consciousness in the gramma...