Posts

physics and computer

Title: Exploring the Intersection of Physics and Computer Science Introduction: Welcome to our blog, where we delve into the fascinating world where physics and computer science intersect. In this blog, we will explore the ways in which these two fields complement each other, leading to groundbreaking discoveries and technological advancements. Join us on this journey as we unravel the mysteries of the universe through the lens of computer science. 1. Quantum Computing: Bridging the Gap In this article, we will explore the emerging field of quantum computing and its profound implications for physics. Discover how quantum computers can simulate complex physical systems, solve optimization problems, and revolutionize cryptography. 2. Computational Physics: Simulating the Universe Learn how computer simulations have become an indispensable tool for physicists. We will delve into the world of computational physics, where scientists use powerful algorithms and supercomputers to model comple

what is GAN

Image
GAN stands for Generative Adversarial Networks. It is a type of machine learning technique that involves the use of two neural networks, namely, the generator and the discriminator, working together to create realistic data that appears to have come from a particular source. The generator is trained to create new data samples based on the input data that it has been fed, while the discriminator is trained to determine whether a given sample is real or fake. During training, both the generator and discriminator are updated iteratively based on their performance until the generator can create data that is very similar to the original data. GANs are typically used for generating images, but they can also be used for other types of data, such as music or speech. GANs have been used to create realistic images of faces, generate 3D models of objects, and even create entirely new art pieces. GANs have shown great potential in various fields like art, fashion, and gaming. The artic

Photons

PHOTONS in an Electromagnetic Wave using  MAT LAB: clear clc E=45000;       % J  the EMW energy h=6.63e-34;    % Planck constant v=4e6;         % frequency  of the EMW n=E*(1/(h*v)); % no. of photons  fprintf ('No. of photons  is  %18.12e photon \n',n)

Electric field computing

Electric Field Computing using Mat Lab: write a MAT LAB program to calculate the Electric field of a charge  4 C at a point  3 m far from the charge using the electric field equation:                                                      E=q/r^2 MAT LAB program: r=3;                      % the distance between the charge q and the point                              %   in (m) q=4;                      % the charge in (C) E=q/r^2;              % the Electric field in (C/m^2) disp(E)

Notes on physics

Physics Dr. A.E.Kotp               My Notes on Physics started- 12/27/2011 Physics Subjects 1-Mechanics 2-Electricity 3-Magnetism 4-Electromagnetic 5-Waves 6-Atomics 7-Nuclear What is a universe ? Universe is what we live in. Its components are: Planets, Moons, Galaxies and …....who knows. What is physics ? Physics is the study of matter, fields, and their interactions. in other words; is the study of the interaction between the fields and matter. What is Matter? is anything we can feel and touch . matter is found in four states: Plasma Gas Liquid Solid What is Field? is anything we can feel but not touch fields are: electric field magnetic field Electromagnetic field Gravitational field