My fortran code snippets
ELNS - @EverLookNeverSee
All file are compiled and tested with gfortran v9.3.0 compiler.
-
- Memory requirements
- Mile to kilometer
- Escape velocity from earth
- Seconds to hour,minute,second
- Even or odd number
- Maximum and minimum
- Roots of quadratic equation
- Marks to grades
- Factorial of N
- Number cube
- Add up even numbers
- GCD between two numbers
- Trapezoidal integration
- Simpson integral
- Factorial of n(function)
- Character reverse
- Factorial of n using recursion
- Constants module
- library module
- Quadratic equation solver(with complex roots)
- Largest and smallest elements in the sequence
- Ascending arrangement of sequence
- Matrix Product of A and B
- Slope of the chod
- Mean and standard deviation of the sequence
- Testing OpenMP Library
-
- Exercise_01 - Current in an AC circuit
- Exercise_02 - Earth pressure on a retaining structure
- Exercise_03 - Displacement and velocity of the piston
- Exercise_04 - The allowable stress for column of slenderness ratio
- Exercise_05 - Solver for the quadratic equation with all complex quantities
- Exercise_06 - Series of n, n^2, n^3 and factorial of n
- Exercise_07 - Horner's scheme of the polynomial
- Exercise_08_a - Cos(x) taylor seires
- Exercise_08_b - e^x taylor series
- Exercise_08_c - Ln(x) taylor series
- Exercise_08_d - Arcsin(x) taylor series
- Exercise_09_a - Vector norm
- Exercise_09_b - Matrix norm
Work in progress