Mathematical Tools
NOTE: Free to download codes are currently available in : Matrix using arrays, Roots of function, Number system & Tensor
GRAPH PLOTTING
MATRIX (USING ARRAY)
nth Power of Matrix
Python code for finding nth power of a matrix.
Product Code: CPC01NM02_2 3 4 N #06
Cofactor of Matrix
Python code for finding cofactor of a matrix.
Product Code: CPC01NM02_2 3 4 N #07
Minor of Matrix
Python code for finding minor of a matrix.
Product Code: CPC01NM02_2 3 4 N #08
Inverse of a Matrix
Python code for finding Inverse of a matrix.
Product Code: CPC01NM02_2 3 4 N #10
Eigenvalue of a Matrix
Python code for finding eigenvalue of a matrix.
Product Code: CPC01NM02_2 3 4 N #11
Eigenvector of a Matrix
Python code for finding eigenvector of a matrix.
Product Code: CPC01NM02_2 3 4 N #12
Similarity Transformation
Python code for similarity transformation of a matrix.
Product Code: CPC01NM02_2 3 4 N #13
Rank of a Matrix
Python code for finding rank of a matrix.
Product Code: CPC01NM02_2 3 4 N #14
Diagonalization of a Matrix
Python code for diagonalization of a matrix.
Product Code: CPC01NM02_2 3 4 N #15
Gauss Jordan Elimination
Python code for Gauss Jordan Elimination
Product Code: CPC01NM02_2 3 4 N #18
LU Decomposition
Python code for LU Decomposition method for matrix
Product Code: CPC01NM02_2 3 4 N #19
LDU Decomposition
Python code for LDU Decomposition method for matrix
Product Code: CPC01NM02_2 3 4 N #20
Hermitian of a Matrix
Python code for finding Hermitian of a matrix
Product Code: CPC01NM02_2 3 4 N #21
Cube of Matrix
Python code for finding cube of a matrix.
FREE
Product Code: CPC01NM02_2 3 4 N #05a
Quartic of Matrix
Python code for finding 4th power of a matrix.
FREE
Product Code: CPC01NM02_2 3 4 N #05b
Hermitian Transpose of a Matrix
Python code for finding Hermitian Transpose of a matrix
Product Code: CPC01NM02_2 3 4 N #22
Solving Linear Equation with Matrix
Python code for solving linear equation using matrix
Product Code: CPC01NM02_2 3 4 N #23
CALCULUS
Definite Integration - Rectangular method
Product Code: CPC01NM03DI#01
Python code for definite integration using rectangular method ( Midpoint rule )
Definite Integration - Trapezoidal method
Product Code: CPC01NM03DI#02
Python code for definite integration using Trapezoidal method
Definite Integration - Simpson's method
Product Code: CPC01NM03DI#03
Python code for definite integration using Simpson's method
Definite Integration - General Simpson's method
Product Code: CPC01NM03DI#04
Python code for definite integration using General Simpson's method
Euler Method of Differential Equation
Product Code: CPC01NM03DE#01
Python code for solving differential equation using Euler's method.
Heuns Method of Differential Equation
Product Code: CPC01NM03DE#02
Python code for solving differential equation using Heun's method.
Runge Kutta Method
Product Code: CPC01NM03DE#03
Python code for Runge Kutta method for differential equation
1st Order Differential Equation
Product Code: CPC01NM03DE#04
Python code for 1st order differential equation
2nd Order Differential Equation
Product Code: CPC01NM03DE#05
Python code for 2nd order differential equation
nth Order Differential Equation
Product Code: CPC01NM03DE#06
Python code for nth order differential equation
Coupled Differential Equation
Product Code: CPC01NM03DE#07
Python code for coupled differential equation
Partial Differential Equation
Product Code: CPC01NM03DE#08
Python code for partial differential equation
ROOTS OF FUNCTION
Generalized Newton Raphson Method
Python code for finding roots using Generalized Newton Raphson method.
Product Code: CPC01NM04#05
Ramanujan Method Generalization
Python code for finding roots using Ramanujan method generalization.
Product Code: CPC01NM04#07
Muller's Method
Python code for finding roots using Muller's method.
Product Code: CPC01NM04#09
Graeffe's Root - Squaring Method
Python code for Graeffe's root - squaring method.
Product Code: CPC01NM04#10
Lin-Bairstow's Method
Python code for Lin Bairstow's method.
Product Code: CPC01NM04#11
Quotient Difference Method
Python code for Quotient difference method.
Product Code: CPC01NM04#12
SOLUTION OF SYSTEM OF
NON-LINEAR EQUATION
Iteration Method
Python code for Iteration method.
Product Code: CPC01NM05#01
Newton Method
Python code for Newton method.
Product Code: CPC01NM05#02
STATISTICS
Mean
Python code for finding mean for a given set of values.
Product Code: CPC01NM06#01
Median
Python code for finding median for a given set of values.
Product Code: CPC01NM06#02
Mode
Python code for finding mode for a given set of values.
Product Code: CPC01NM06#03
Standard Deviation
Python code for finding standard deviation for a given set of values.
Product Code: CPC01NM06#04
Variance
Python code for finding Variance for a given set of values.
Product Code: CPC01NM06#05
COORDINATE CONVERSION
Coordinate Conversion
Python code for coordinate conversion.
Product Code: CPC01NM07#01
NUMBER SYSTEM
Printing Prime Numbers
Python code for printing first n prime numbers.
Product Code: CPC01NM08PN#04
Printing Fibonacci Numbers
Python code for printing first n Fibonacci numbers.
Product Code: CPC01NM08PN#05
Find HCF
Python code for finding HCF.
Product Code: CPC01NM08FD#01
Find LCM
Python code for finding LCM
Product Code: CPC01NM08FD#02
Binary to Decimal Number System Conversion
Python code for binary to decimal number system conversion.
Product Code: CPC01NM08CNS#02_I D ID
Octal to Decimal Number System Conversion
Python code for octal to decimal number system conversion.
Product Code: CPC01NM08CNS#04_I D ID
Decimal to Hexadecimal Number System Conversion
Python code for decimal to hexadecimal number system conversion.
Product Code: CPC01NM08CNS#05_I D ID
Hexadecimal to Decimal Number System Conversion
Python code for hexadecimal to decimal number system conversion.
Product Code: CPC01NM08CNS#06_I D ID
GEOMETRIC SYSTEM
Laurent Series
Python code for Laurent series.
Product Code: CPC01NM09#01
Taylor Series
Python code for Taylor series.
Product Code: CPC01NM09#02
Power Series
Python code for Power series.
Product Code: CPC01NM09#03
Fourier Series
Python code for Fourier series.
Product Code: CPC01NM09#04
Arithmetic Progression
Python code for AP.
Product Code: CPC01NM09#05
Geometric Progression
Python code for GP.
Product Code: CPC01NM09#06
Hypergeometric Progression
Python code for HP.
Product Code: CPC01NM09#07
INTEGRAL TRANSFORMATION
Laplace Transformation
Python code for Laplace transformation.
Product Code: CPC01NM10#01
Hankel Transformation
Python code for Hankel transformation.
Product Code: CPC01NM10#02
Fourier Sine Transformation
Python code for Fourier Sine Transformation.
Product Code: CPC01NM10#03
Fourier Cosine Transformation
Python code for Fourier Cosine Transformation.
Product Code: CPC01NM10#04
Fourier Transformation
Python code for Fourier Transformation.
Product Code: CPC01NM10#05
SPECIAL FUNCTION
Factorial Function
Python code for Factorial function.
Product Code: CPC01NM11#01
Beta Function
Python code for Beta function.
Product Code: CPC01NM11#02
Gamma Function
Python code for Gamma function.
Product Code: CPC01NM11#03
Spherical Harmonics
Python code for Spherical Harmonics.
Product Code: CPC01NM11#04
VECTOR
Dot Product
Python code for dot product of two vectors.
Product Code: CPC01NM12#01
Cross Product
Python code for cross product of two vectors.
Product Code: CPC01NM12#02