Introduction to mathematical programming
Introduction to mathematical programming
4th Edition
ISBN: 9780534359645
Author: Jeffrey B. Goldberg
Publisher: Cengage Learning
Expert Solution & Answer
Book Icon
Chapter 2.1, Problem 5P

Explanation of Solution

a.

Symmetric matrix:

An n×n matrix A is symmetric if A=AT.

Now, consider a matrix A of order n×n having elements aij, then the elements of this transpose matrix  AT will have elements aji.

Now the product AAT is defined because both the matrices are square matrices of same order and the product will also be of the same order square matrix.

If the elements of this product matrix are bij, then from the definition of the product of matrices we have bij= Scalar product of row i of A and column j of AT. But we know that row i of A is same as the column j of AT.

To show this, consider a 2×2 matrix as given below:

A=[a11a12a21a22]

Then transpose is as follows:

AT=[a11a21a12a22]

Therefore, multiplication is,

AAT=[a11a12a21a22

Explanation of Solution

b.

Symmetric matrix:

Now taking the same matrix as in part (a.), we have

A+AT=[a11a12a21a22]+[a11a21a12a22]

  =[2a11a12+a21

Blurred answer
Students have asked these similar questions
If there is a non-singular matrix P such as P-1AP=D, matrix A is called a diagonalizable matrix. A, n x n square matrix is ​​diagonalizable if and only if matrix A has n linearly independent eigenvectors. In this case, the diagonal elements of the diagonal matrix D are the eigenvalues ​​of the matrix A.   A=({{1, -1, -1}, {1, 3, 1}, {-3, 1, -1}}) : 1 -1 -1 1 3 1 -3 1 -1   a)Write a program that calculates the eigenvalues ​​and eigenvectors of matrix A using NumPy. b)Write the program that determines whether the D matrix is ​​diagonal by calculating the D matrix, using NumPy. #UsePython
Using the below insights: obtain a matrix P such that if A is any matrix with 3 columns, AP is a cyclic shift of the columns of A (namely the first column of A is the second column of AP, second column of A is the third column of AP, and the third column of A becomes the first column of AP). # Let A = a-1, a-2, ..., a-n# x = x-1, x-2, ..., x-n# Ax = x-1*a-1 + x-2*a-2 + ... + x-n*a-n# [x1] [x1]# A = [x2] = [a1 a2 ... an]* [x2] = a1*x1 + a2*x2 + ... + an*xn# [...] [...]# [xn] [xn]
If a matrix A has size 5x6 and a matrix B has a size 6x4, then what will be the size of a matrix A*B?
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole