Skip to content

Commit c05e9f3

Browse files
authored
Update README.md
1 parent 2a26ddd commit c05e9f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ Borrowed from: *Learn with the Map of Mathematics*, The Bright Side of Mathemati
112112
| **Examples**: <br> 1. **Newton’s Laws of Motion**: <br> - If you apply a known force to an object, its acceleration and trajectory can be determined exactly. <br> - Example: $( x(t) = x_0 + v_0t + \frac{1}{2}at^2 )$ (kinematics equation). <br> <br> 2. **Ohm’s Law in Circuits**: <br> - $( V = IR )$ gives the exact voltage given current $( I )$ and resistance $( R )$. <br> <br> 3. **Schrödinger's Equation for Simple Systems**: <br> - The time-independent Schrödinger equation for a hydrogen atom yields **exact energy eigenvalues** for electron states. | **Examples**: <br> 1. **Quantum Mechanics (Wavefunction Collapse)**: <br> - The Schrödinger equation **deterministically** evolves a wavefunction, but upon measurement, the outcome is probabilistic. <br> - Example: Measuring the spin of an electron in a superposition state gives a **random outcome** (e.g., 50% spin-up, 50% spin-down). <br> <br> 2. **Radioactive Decay**: <br> - The decay of a single nucleus follows a **probability distribution**, not a deterministic function. <br> - We can only predict **half-life**, but not when a specific atom will decay. <br> <br> 3. **Chaotic Systems (Butterfly Effect)**: <br> - Some classical systems, like **weather models**, follow deterministic equations but are **highly sensitive to initial conditions**, making long-term predictions effectively non-deterministic. <br> <br> 4. **Monte Carlo Simulations**: <br> - Used in optimization and physics, these rely on **random sampling** to approximate solutions to complex problems. |
113113
| **Summary**: <br> - **Deterministic solutions** provide exact answers **every time** for given conditions. | **Summary**: <br> - **Indeterministic (or non-deterministic) solutions** involve **probabilities** or **sensitive dependencies**, making exact results uncertain, even if the equations governing the system are known. |
114114

115+
Inspired by: Gisin, Indeterminism in Physics and Intuitionistic Mathematics, Synthese 199, 13345–13371 (2021)
116+
<https://doi.org/10.1007/s11229-021-03378-z>
117+
<http://creativecommons.org/licenses/by/4.0/>
118+
115119
---
116120

117121
Basic Math Symbols

0 commit comments

Comments
 (0)