Created at 7pm, Jan 4
SellybabaHistory
0
History War
bUb5RgfStoha3bLnYxkqAl-DGEMx4iqTMydoUYLo3to
File Type
PDF
Entry Count
46
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
Lets start at the top. Isaac Newton was one of the greatest intellects the world has ever seen. His laws of motion and his universal law of gravitation, conceived in the midseventeenth century, account for cosmic phenomena that had eluded philosophers for millennia. Through those laws, one could understand the gravitational attraction of bodies in a system, and thus come to understand orbits. Newtons law of gravity enables you to calculate the force of attraction between any two objects. If you introduce a third object, then each one attracts the other two, and the orbits they trace become much harder to compute. Add another object, and another, and another, and soon you have the planets in our solar system. Earth and the Sun pull on each other, but Jupiter also pulls on Earth, Saturn pulls on Earth, Mars pulls on Earth, Jupiter pulls on Saturn, Saturn pulls on Mars, and on and on.
id: d6e4bd1478a89e73a6a52c5d136a890f - page: 10
Newton feared that all this pulling would render the orbits in the solar system unstable. His equations indicated that the planets should long ago have either fallen into the Sun or flown the coopleaving the Sun, in either case, devoid of planets. Yet the solar system, as well as the larger cosmos, appeared to be the very model of order and durability. So Newton, in his greatest work, the Principia,concludes that God must occasionally step in and make things right: The six primary Planets are revolvd about the Sun, in circles concentric with the Sun, and with motions directed towards the same parts, and almost in the same plane But it is not to be conceived that mere mechanical causes could give birth to so many regular motions This most beautiful System of the Sun, Planets, and Comets, could only proceed from the counsel and dominion of an intelligent and powerful Being.
id: 656d3334c0f1250484a7f9bf5ecd0948 - page: 10
In the Principia, Newton distinguishes between hypotheses and experimental philosophy, and declares, Hypotheses, whether metaphysical or physical, whether of occult qualities or mechanical, have no place in experimental philosophy. What he wants is data, inferrd from the phnomena. But in the absence of data, at the border between what he could explain and what he could only honorthe causes he could identify and those he could notNewton rapturously invokes God: Eternal and Infinite, Omnipotent and Omniscient; he governs all things, and knows all things that are or can be done We know him only by his most wise and excellent contrivances of things, and final causes; we admire him for his perfections; but we reverence and adore him on account of his dominion.
id: eb082dd344c24f0fb72d6620b2042039 - page: 11
A century later, the French astronomer and mathematician Pierre-Simon de Laplace confronted Newtons dilemma of unstable orbits head-on. Rather than view the mysterious stability of the solar system as the unknowable work of God, Laplace declared it a scientific challenge. In his multipart masterpiece, Mcanique Cleste, the first volume of which appeared in 1798, Laplace demonstrates that the solar system is stable over periods of time longer than Newton could predict. To do so, Laplace pioneered a new kind of mathematics called perturbation theory, which enabled him to examine the cumulative effects of many small forces. According to an oft-repeated but probably embellished account, when Laplace gave a copy of Mcanique Cleste to his physics-literate friend Napoleon Bonaparte, Napoleon
id: 7fcdeb5048744a79d6528ecad969a675 - page: 11
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "bUb5RgfStoha3bLnYxkqAl-DGEMx4iqTMydoUYLo3to", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "bUb5RgfStoha3bLnYxkqAl-DGEMx4iqTMydoUYLo3to", "level": 2}'