Jump to content

Kartazion

Senior Members
  • Posts

    569
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Kartazion

  1. Okay. You therefore wish divine intervention to stop disasters and illnesses.
  2. I do not understand. Why do you want to wait for God's intervention? Isn't it men who do? and badly?
  3. Several years have passed since for us, while for God it only happened a few minutes? At the end of time God will keep the best seeds in deep Learning way.
  4. Its behavior involves movement. Isn't energy and movement a form of life? The water is done manipulated. Is chased by the wind. Divides under extreme temperatures and freezes in the cold. And when it encounters an obstacle stronger than it, it stops. Biology uses water as it sees fit. Consumed and rejected.
  5. But what is the difference? If I exist, I am created. I admit. But how to be sure? Certain organic matter are. I mean by intelligent, understand the functioning of what governs us. Yes, consistent.
  6. Because I am alive. "I think, therefore I am" That the system is stable. Very stable. The photon remains a photon no matter the cost. Its EM wave is perfectly synchronized. His reaction is predictable and constant. And this goes to all particles. In classical physics too. The mathematical formulas applied to it do not change. Physics communicates with each other. What about biology, which structures particles (intelligently) to be able to build an intelligent living body. Because biology understands how physics works. I mean in the absolute by intelligent, understand the functioning of what governs us.
  7. The creation is however intelligent. How to explain this?
  8. I'm not savvy enough to be able to say it. Maybe the same electron is oscillating with another electron. But my oscillator is classic.
  9. I had not seen the addition and modification of your message. I misspoke. I should have clarified again that I was based on the arrangement of this subject which has been clarified since.
  10. Yes its probability of presence allows it. Because the anharmonicity is focused on the stop of the particle at its ends, unlike, where between two, its acceleration is very fast. You are therefore more likely to find the particle at its ends, than between.
  11. Yes. And as said before this is calculated. I am only emphasizing the result of the very high frequency anharmonic oscillation. In addition this thread talk about of a classical and not quantum oscillator.
  12. As you can see, the particle disappears when it moves too fast. And appears on its extremities because it marks a certain stop. It is an optical illusion known as Optical flow. And that is calculated. Why not have done the approximation? Reminder: When you increase the speed to 20 or 40, you will achieve perfect harmony. --> See the animation So we can see two distinct dots from a single particle.
  13. Here, this time, a code in javascript that simulates the displacement of a particle according to the principle of an anharmonic oscillation. This program tries to be able to measure the duplication of the particle on several given points. When you increase the speed to 40, you will achieve perfect harmony. --> See the animation <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Anharmonic Oscillator</title> <style> #contentContainer { width: 200px; height: 600px; overflow: hidden; display: flex; align-items: center; } #particle { width: 20px; height: 20px; background-color: black; border-radius: 50%; } </style> </head> <body> <h3>Anharmonic Oscillator</h3> <p> <input type="button" onClick="stop()" value="stop"> <input type="button" onClick="start()" value="start"> <input type="button" onClick="velocity()" value="speed"> x<span id="_power">0</span><br> <p> Counter: <span id="clock">0</span><br> </p> </p> <div id="contentContainer"> <div id="particle"></div> </div> <script> /*##########################################*/ var unity = 0; var _unity = 0 ; var power = 0; var nb_power = 0; var particle = document.querySelector("#particle"); particle.style.transform = `translate3d(${50}px, ${_unity}px, 0)`; /*##########################################*/ function animate() { unity += 10; document.getElementById("clock").innerHTML = unity; if ( unity <=200 ) { _unity -= 10; particle.style.transform = `translate3d(${50}px, ${_unity}px, 0)`; } if ( unity >= 400) { _unity += 10; particle.style.transform = `translate3d(${50}px, ${_unity}px, 0)`; } if ( unity >= 600) { _unity -= 10; if ( unity == 800 ) { unity = 0; } } if (power == 1) { requestAnimationFrame(animate); } } /*##########################################*/ function stop() { power = 0; nb_power = 0; unity = 0; _unity = 0; document.getElementById("_power").innerHTML = nb_power; document.getElementById("clock").innerHTML = 0; } function start() { if (power == 0) { power = 1; nb_power = 1; document.getElementById("_power").innerHTML = nb_power; animate(); } } function velocity() { if (power == 1) { if (nb_power == 60) { stop(); } else { nb_power += 1 ; document.getElementById("_power").innerHTML = nb_power; animate(); } } } </script> </body> </html>
  14. Really. I always claim the same idea. I am trying to understand what I find. This is why I present it here on this forum to have your opinions. Be impervious to its operation.
  15. Technically speaking, could you develop what you mean? I'm wrong?
  16. And now you are convinced the expected effect? As planned, and at a very very high frequency, I do with a particle, several points of different static mass.
  17. Here is the program in html/css description language of the anharmonic oscillator that I have described. It alternates, and by its entire path, the particle between its two poles. At very high frequency, the conclusion and the aim of this experiment is to clearly demonstrate the duplication of the particle, and this in several places. --> See the animation <html> <head> <link rel="stylesheet" href="oscillator.css"></head> <body> <div id="velocity_1"> </div> #velocity_1 { width: 20px; height: 20px; border-radius: 20px; background: black; position: relative; animation-name: oscillator; animation-duration: 2s; animation-iteration-count: infinite; } @keyframes oscillator { 0% { transform: translateX(0px); } 30% { transform: translateX(0px); } 40% { transform: translateX(500px); } 80% { transform: translateX(500px); } 90% { transform: translateX(0px); } }
  18. ###################################################### We can consider that the oscillator uses an iteration principle. Is the oscillator mathematically expressible as an iterated function?
  19. Oops: How to add text to GIF I find quite a few examples with Python Imaging Library (PIL).
  20. I found this. How to add text to GIF
  21. This is the effect of Kartazion. Here is the first equation: [math]\frac{total\ mass}{number\ of\ positions}=density\ per\ position[/math] This equation is true if the time granted by position is equivalent for each position. It may happen that the particle is stopped longer in one position at the expense of the other. In this case, the equation is no longer valid.
  22. [math]\frac{total\ mass}{number\ of\ positions}=density\ per\ position[/math]
  23. Yes it is for the start. I started with a harmonic oscillator which goes smoothly in terms of frequency. It then suffices to make this oscillator anharmonic, with a viscosity at the limit switch, and at a higher frequency. If you want I make you the diagram of this anharmonic and faster oscillator. But the result and at very high frequency would be the same. Namely a mass density distributed at the ends. I would have hoped that you would be able to see where I was coming from
  24. They are at unprecedented maximum plan The Italian government is not waiting. It is already fighting with all possible weapons. Clearly the Italian government does not let things go against the virus. If a vaccine arrives, then yes it will be welcome.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.