To determine the determinant of a given matrix:
AIM OF THE EXPERIMENT:
AIM OF THE EXPERIMENT:
To find the determinant of a given matrix.
REQUISITES:
A PC/laptop.
Scilab 6.0.0 must be installed.
THEORY:
The determinant of a given matrix can be found as follows
OUTPUT:
A PC/laptop.
Scilab 6.0.0 must be installed.
THEORY:
The determinant of a given matrix can be found as follows
PROCEDURE:
1. Switch on your PC/laptop.
1. Switch on your PC/laptop.
2. Go to all programs & open scilab 6.0.0.
3. Go to Scinotes.
4. Write the coding/program.
5. Save the file & use extension name .sci
6. Then execute & go to the scilab console window for output.
CODING:
CODING:
clc
M=[-2 1 3; 0 -1 1; 1 2 0]
det(M);
disp(M,'The matrix is:');
disp(det(M),'The determinant of the given matrix is:');
OUTPUT:
Physics Notes :CLICK
- How to Prepare for IIT-JAM ⇠ ⇠ Click Here
- How to prepare for JEST ⇠ ⇠ Click Here
"We can't solve our problems with the same thinking we used when we created them."
Albert Einstein.
Albert Einstein.
Post a Comment