|
|
Program Description
- Header file of module below
- Elementary operations and functions on complex numbers
- Test program of module complex2
- Program to demonstrate the complex root counting subroutine
- Program to demonstrate the zero searching algorithm
- Explanation File of program Zcircle NEW
- Roots of 2nd degree equation with complex coefficients
- Roots of 3rd degree equation with complex coefficients NEW
- Roots of 4th degree equation with complex coefficients NEW
- Calculate Function Gamma with a complex argument
- Calculate the complex exponential integral E1(z) with a complex argument
- Calculate the Psi function for a complex argument
- Calculate the Legendre polynomials of first kind for a complex argument
- Calculate the Legendre Polynomials of second kind for a complex argument
- Calculate the Asociated Legendre Functions and their First Derivatives
for a Complex Argument
- Calculate the associated Legendre Functions of the Second Kind and their First
Derivatives for a Complex Argument
- Evaluation of a complex polynomial by Horner's rule NEW
- Program to demonstrate the Newton root subroutine in the complex domain
- Explanation File of Program above (Znewton) NEW
- Find all roots of a complex polynomial using Newton's iterative formulation
- Find all roots of a complex polynomial using Laguerre formulation in complex domain
- Module used by program below (Bauhuber's Method) NEW
- This program uses Bauhuber's Method to find all real or complex roots of a polynomial
of degree n NEW
- Program to demonstrate the complex domain Mueller's subroutine
- Header file of module below
- Functions used by program below (complex1)
- Complex numbers calculator
- Solving a complex linear system by Gauss-Jordan
- Solving a complex linear system AX=B by GAUSS-JORDAN Method NEW
- Solving a complex homogeneous linear system by Gauss Method with full pivoting NEW
- Solve a Complex Linear System By Gauss Method with full pivoting and correction process
NEW
- Module CLU1 used by Program below
- Solving a complex linear system by LU decomposition NEW
- Inversion of a complex square matrix by LU decomposition NEW
- Determinant of a complex square matrix By Gauss Method with full pivoting NEW
- Calculate inverse of a complex square matrix by Gauss Method with full pivoting NEW
- Eigenvalues and eigenvectors of a general complex square matrix
using QR algorithm
- Eigenvalues and eigenvectors of a general complex square matrix
using Jacobi method
- Header file of module below
- Module used by programs below (complex matrices)
- LU decomposition of a comples matrix used by program below
- Test Program concerning operations on complex matrices NEW
|