[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 transposes, permutations, spaces

Problem 5.1: (2.7 #13. Introduction to Linear Algebra: Strang)

  1. Find a 3 by 3 permutation matrix with P3 = I (but not P = I).
  2. Find a 4 by 4 permutation P with .

Problem 5.2: Suppose A is a four by four matrix. How many entries of A can be chosen independently if:

  1. A is symmetric?
  2. A is skew-symmetric? (AT = −A)

Problem 5.3: (3.1 #18.) True or false (check addition or give a counterex­ ample):

  1. The symmetric matrices in M (with AT = A) form a
  2. The skew-symmetric matrices in M (with AT = −A) form a
  3. The unsymmetric matrices in M (with AT = A) form a

 

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.