MAT350 3.10 MATLAB: Determinants
In this activity you will use the det() command to find the determinant of a matrix.
Consider the 4×4 matrix.
C = [2 1 -3 0; 1 -1 0 7; 5 2 4 -2; 3 0 1 1]
Use the det() command to find the determinant of the square matrix C.
detC = det(C)
Utilize the following matrix for this activity.
4 1/2 0 1 3
-1 0 1 -2 1/2
A = [3 1 -1 0 1 ]
0
Note: Full answer to this question is available after purchase.
Reviews
There are no reviews yet.