top of page

Mathematical Tools

NOTE: Free to download codes are currently available in : Matrix using arrays, Roots of function, Number system & Tensor

Graph Plotting

GRAPH PLOTTING

Matrix

Determinant of a Matrix

Python code for finding determinant of a matrix. 

FREE

Product Code: CPC01NM02_2 3 4 N #01

MATRIX (USING ARRAY)

Addition of Matrices

Python code for adding two square matrices. 

FREE

Product Code: CPC01NM02_2 3 4 N #02

Subtraction of Matrices

Python code for subtracting two square matrices. 

FREE

Product Code: CPC01NM02_2 3 4 N #03

Multiplication of Matrices

Python code for multiplication of two matrices. 

FREE

Product Code: CPC01NM02_2 3 4 N NM #04

Square of Matrix

Python code for finding square of a  matrix. 

FREE

Product Code: CPC01NM02_2 3 4 N #05

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

Transpose of Matrix

Python code for finding transpose of a  matrix. 

FREE

Product Code: CPC01NM02_2 3 4 N #09

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

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

ROOTS OF FUNCTION

Bisection Method

Python code for finding roots of a function using Bisection method.

FREE

Product Code: CPC01NM04#01

False Position Method

Python code using false position method for finding roots.

FREE

Product Code: CPC01NM04#02

Iteration Method

Python code using Iteration method for finding roots.

FREE

Product Code: CPC01NM04#03

Newton Raphson Method

Python code for finding roots using Newton Raphson method.

FREE

Product Code: CPC01NM04#04

Generalized Newton Raphson Method

Python code for finding roots using Generalized Newton Raphson method.

Product Code: CPC01NM04#05

Ramanujan Method for Polynomial

Python code for Ramanujan method for polynomial for finding roots.

FREE

Product Code: CPC01NM04#06

Ramanujan Method Generalization 

Python code for finding roots using Ramanujan method generalization.

Product Code: CPC01NM04#07

Secant Method

Python code for finding roots using Secant method.

FREE

Product Code: CPC01NM04#08

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

non-linear eqution

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

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

Coordinat Conversion

COORDINATE CONVERSION

Coordinate Conversion

Python code for coordinate conversion.

Product Code: CPC01NM07#01

Number System

NUMBER SYSTEM

Printing Natural Numbers

Python code for printing first n natural numbers.

FREE

Product Code: CPC01NM08PN#01

Printing Odd Numbers

Python code for printing first n odd numbers.

FREE

Product Code: CPC01NM08PN#02

Printing Even Numbers

Python code for printing first n even numbers.

FREE

Product Code: CPC01NM08PN#03

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

Find Factor

Python code for finding factor of given number.

FREE

Product Code: CPC01NM08FD#03

Find Multiples

Python code for finding multiple of a given number.

FREE

Product Code: CPC01NM08FD#04

Factorial of a Number

Python code for finding factorial of a given number.

FREE

Product Code: CPC01NM08FD#05

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

Check for Prime Number

Python code to check if the given number is prime number or not.

FREE

Product Code: CPC01NM08CN#02

Divisibility Test

Python code for Divisibility test.

FREE

Product Code: CPC01NM08CN#01

Check for Odd or Even Number

Python code to check if the given number is an odd or even number.

FREE

Product Code: CPC01NM08CN#03

Check for Greatest Number

Python code to check for greatest number from given set of 2 numbers

FREE

Product Code: CPC01NM08CN#04G

Check for Smallest Number

Python code to check for smallest number from given set of 2 numbers

FREE

Product Code: CPC01NM08CN#04S

Check for General Greatest Number

Python code to check for the general greatest number from the given set of numbers.

FREE

Product Code: CPC01NM08CN#05G

Check for General Smallest Number

Python code to check for the general smallest number from the given set of numbers.

FREE

Product Code: CPC01NM08CN#05S

Arrange in Ascending Order

Python code for arranging numbers in ascending order.

FREE

Product Code: CPC01NM08CN#06A

Decimal to Binary Number System Conversion

Python code for decimal to binary number system conversion.

FREE

Product Code: CPC01NM08CNS#01_I D ID

Decimal to Octal Number System Conversion

Python code for decimal to octal number system conversion.

FREE

Product Code: CPC01NM08CNS#03_I D ID

Arrange in Descending Order

Python code for arranging numbers in descending order.

FREE

Product Code: CPC01NM08CN#06D

Geometric System

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

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

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

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

Tensor

TENSOR

2 Index Levi-Civita Tensor

Python code for 2 index Levi-Civita Tensor.

FREE

Product Code: CPC01NM13#01

2 Index Kronecker Delta Function

Python code for 2 index Levi-Civita Tensor.

FREE

Product Code: CPC01NM13#02

bottom of page