Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 18

Exp.No. 1 Introduction to SCILAB through matrices and general syntax.

Output:

Row Matrix
1×3
(Row Vector)
Column Matrix
3×1
(Column Vector)

Square matrix of order 2 × 2

Square matrix of order 3 × 3

Identity matrix of order


2 ×2
Identity matrix of order
3×3

Diagonal matrix

Determinant of A

Inverse of matrix A

rank of A
Eigenvalue(spectrum) of A

trace(A)-sum of main diagonal elements of A

Transpose of A

Zero matrix

Sum of two matrices

Difference of two matrices

Product of two matrices

Interchange first and second row

Interchange first and second column


Exp.No. 2 Find the eigen values and eigen vectors
Program 1

Output:

The eigenvectors are

Program 2

Output:

The eigenvectors are


Program 3

Output:

The eigenvectors are

Program 4

Output:
Program 5

Output:
Exp.No. 3 Plotting the graph of a quadratic form
Program 1

Output:

Program 2

Output:
Program 3

Output:

Program 4

Output:
Program 5

Output:
Exp.No. 4 Evaluating the radius of curvature
Program 1

Output:

Program 2

Output:

Program 3

Output:

Program 4

Output:

Program 5

Output:
Exp.No. 5 Find the coordinates of centre of curvature

Program 1

Output:

Program 2

Output:

Program 3

Output:

Program 4

Output:

Program 5

Output:
Exp.No. 6 Tracing of Curves
Program 1

Output:

Program 2

Output:
Program 3

Output:

Program 4

Output:
Program 5

Output:
Exp.No. 7 Evaluation of Area using double Integrals

Program 1

Output:

Program 2

Output:

Program 3

Output:

Program 4

Output:

Program 5

Output:
Exp.No. 8 Evaluation of Volume using triple Integrals

Program 1

Output:

Program 2

Output:

Program 3

Output:

Program 4

Output:

Program 5

Output:
Exp.No. 9 Find the Gradient

Program 1

Output:

Program 2

Output:

Program 3

Output:

Program 4

Output:

Program 5

Output:
Exp. No. : 10 Evaluating dot and cross product of two vectors

Program 1

Output:

Program 2

Output:

Program 3

Output:
Program 4

Output:

Program 5

Output:

You might also like