Changes between Version 16 and Version 17 of fortran


Ignore:
Timestamp:
Oct 19, 2016, 12:45:44 AM (8 years ago)
Author:
Leon Kos
Comment:

Change title

Legend:

Unmodified
Added
Removed
Modified
  • fortran

    v16 v17  
    11[[PageOutline]]
    2 = The following FORTRAN examples are showing various computational and numerical methods for mathematical modeling in the field of plasma physics.=
    3 
    4 == Suppose that a charge particle move in magnetic filed. The force from the magnetic filed is always perpendicular to its direction of motion, for that reason the motion is circular. That force is called Lorentz force and depends on the particle velocity and its charge. But if on the charge particle motion is affect plus electric filed, the motion will be treated as the superposition of a relatively fast circular motion around a point called the guiding center and a relatively slow drift of this point.==
     2
     3= FORTRAN lab in Plasma physics =
     4
     5The following FORTRAN examples are showing various computational and numerical methods for mathematical modeling in the field of plasma physics.
     6
     7Suppose that a charge particle move in magnetic filed. The force from the magnetic filed is always perpendicular to its direction of motion, for that reason the motion is circular. That force is called Lorentz force and depends on the particle velocity and its charge. But if on the charge particle motion is affect plus electric filed, the motion will be treated as the superposition of a relatively fast circular motion around a point called the guiding center and a relatively slow drift of this point.
     8
    59== 1. Integral function calculation using trapeze, rectangle and Simpson method ==
    610There are three methods which are using for calculation definite integrals in Fortran.