Counter Programming How to program counters in microcontroller? In this article you will learn about counter programming of PIC microcontroller. Throughout the discussion, we will consider PIC18F4550 microcontroller. There are basically 5 timers available in PIC18 and they can be Read More …
Month: April 2022
Finding Eigen Values and Eigen Vectors using MATLAB
Introduction In this article you will learn about different examples for finding the eigen values and eigen vectors of matrices using different examples on MATLAB. For the given matrix A and B, find the determinant using these two methods on Read More …
How to diagonalize a matrix? Example of diagonalization
Diagonalization of a matrix How to diagonalize a matrix? Example of diagonalization. An nxn matrix A is said to be diagonalizable if there exists an invertible matrix P such that A=PDP–. Procedure for diagonalizing a matrix For diagonalizing a matrix Read More …