[SOLVED] 18.06-PS5

30.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

Exercises on properties of determinants

Problem 18.1: (5.1 #10. Introduction to Linear Algebra: Strang) If the entries in every row of a square matrix A add to zero, solve Ax = 0 to prove that det A = 0. If those entries add to one, show that det(A − I) = 0. Does this mean that det A = 1?

Problem 18.2: (5.1 #18.) Use row operations and the properties of the determinant to calculate the three by three “Vandermonde determinant”:

⎡ 1 a       a2 ⎤

det ⎣ 1 b        b2 ⎦ = (b − a)(c − a)(c − b).

1 c     c2

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.