Question

Creating a 6x8 matrix with rank 2 In general, rank(AB) <= min(rank(A), rank(B)). If A and...

Creating a 6x8 matrix with rank 2 In general, rank(AB) <= min(rank(A), rank(B)). If A and B are random matrices, the relation should be an equality.

Try to create a 6x8 matrix with rank 2 by modifying the above procedure. (hint: mx2 times 2xn is mxn). Verify the matrix is rank 2 with the rank command

Homework Answers

Answer #1

MATLAB Code:

close all
clear
clc

A = randi(10, 6, 2); % 6x2 matrix with entries as integers between 1 and 10
B = randi(10, 2, 8); % 2x8 matrix with entries as integers between 1 and 10
M = A*B;
disp('Rank 2 Matrix, M ='), disp(M)
disp('Rank of above Matrix ='), disp(rank(M))

Output:

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A,B are two 3*3 matrix rank(A)=2 rank(B)=2 rank(AB)=?
A,B are two 3*3 matrix rank(A)=2 rank(B)=2 rank(AB)=?
Recall that if A is an m × n matrix and B is a p ×...
Recall that if A is an m × n matrix and B is a p × q matrix, then the product C = AB is defined if and only if n = p, in which case C is an m × q matrix. (a) Write a function M-file that takes as input two matrices A and B, and as output produces the product by columns of the two matrix. For instance, if A is 3 × 4 and B is...
In this activity, you'll construct a segment bisector by completing a geometric construction. In order to...
In this activity, you'll construct a segment bisector by completing a geometric construction. In order to construct a segment bisector, a line segment that divides another line segment into two congruent segments, you will want to use a straightedge and a compass. The first tool you need to know how to use is a straightedge, in order to create a line. A straightedge can work in many ways. If you're using actual paper and a pencil, a straightedge can be...
2. SECURING THE WORKFORCE Diversity management in X-tech, a Japanese organisation This case is intended to...
2. SECURING THE WORKFORCE Diversity management in X-tech, a Japanese organisation This case is intended to be used as a basis for class discussion rather than as an illustration of the effective or ineffective handling of an administrative situation. The name of the company is disguised. INTRODUCTION In light of demographic concerns, in 2012, the Japanese government initiated an effort to change the work environment in order to secure the workforce of the future. Japan is world renowned for its...
3 SECURING THE WORKFORCE Diversity management in X-tech, a Japanese organisation This case is intended to...
3 SECURING THE WORKFORCE Diversity management in X-tech, a Japanese organisation This case is intended to be used as a basis for class discussion rather than as an illustration of the effective or ineffective handling of an administrative situation. The name of the company is disguised. INTRODUCTION In light of demographic concerns, in 2012, the Japanese government initiated an effort to change the work environment in order to secure the workforce of the future. Japan is world renowned for its...