1.3.5. Week 7 Attendance Quiz HintsΒΆ
AQ06_1:
- See Dot Product or Inner Product, Use either the
dot
function or an inner product,u'*v
. - See Length of Vectors. The
norm
function is easiest way to find the length of vector. - Same as above.
- See Angle Between Vectors. Equation 6.5 shows the relationship between the dot product, cosine of the angle, and length of the two vectors.
AQ06_2:
- See identity matrix in Special Matrices.
- See Matrix Multiplication Properties.
- See matrix inverse in Special Matrices.
AQ03_4:
- See the example under Systems of Linear Equations.
- See Jumping Ahead to MATLAB
- See The Gaussian Elimination Procedure.
- See Invertible Test.
- See Invertible Test.
- See Invertible Test.
- See Invertible Test.