Вы находитесь на странице: 1из 1

Chapter 4 Instructions:

Perform the following operations in a script with a filename


Matrix.sce
1. For number 1, perform the operation using the provided matrix . Display
results as A1a,A1b, and A1c
2. Use a = 4, b=5, c = 13 and d =12 and perform the indicated operations.
Show results as A2a,A2b,A2c and so on..
3. Use a = 5, b=9, c = -2 and d =2 and perform the indicated operations. Show
results as A3a,A3b,A3c and so on..
4. Use a = 2, b=5, c = 3 and d =-5 and perform the indicated operations. Show
results as A4a,A4b,A4c and so on..
5. Use the following matrices

A=

2 1 1
3 0
2
7 5
5

B=

5
3
2
1

8 2 5
9 1 6
2 3 2
1 4 1

And save the determinants as detA and detB


6. Show the matrix, rref,determinant and display a message whether the matrix
is singular or non singular for every matrix given
7. Use either method in determining whether the matrix is singular then display
a message whether the matrix is singular or non singular for every matrix
given

Вам также может понравиться