Mapping a matrix to the null space

Click For Summary

Homework Help Overview

The discussion revolves around a problem involving a 2 by 3 matrix D in MATLAB and its relationship to the null space. The original poster is attempting to find a 3 by 3 matrix L that is mapped to the null space of D, with the condition that all entries of L are equal to a scalar multiple of one.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • The original poster attempts to use the null function in MATLAB to find L, questioning whether a vector can be extended to a matrix. They also inquire about adjusting L with a scalar to meet specific entry conditions.
  • Some participants question the linear independence of D and discuss the geometric interpretation of the multiplication involved, suggesting that the column vectors of L should be perpendicular to the row vectors of D.
  • Another participant seeks clarification on the requirement for L to consist of entries that are all equal to a scalar.

Discussion Status

The discussion is ongoing, with participants exploring different interpretations of the problem and clarifying the requirements for the matrix L. Some guidance has been offered regarding the geometric considerations of the matrix multiplication and the implications of linear independence.

Contextual Notes

There is a mention of the need for additional information regarding the goals of the original poster. The constraints of the problem include the requirement for L to be a specific form and the linear dependence of matrix D.

jaobyccdee
Messages
33
Reaction score
0

Homework Statement


I am trying to run a model in matlab. D is a 2 by 3 matrix, Knowing that DL=0, which means L is mapped to the null space.

Homework Equations


How can i find L so that it is a 3 by 3 matrix with all its entries being one times a scalar.




The Attempt at a Solution


I used null(D) to find L, the solution is a 1X3 matrix (a vector). Since i want a three by three matrix, can i just say that L=[null(D), null(D), null(D)] since L is mapped to the null space(a zeros vector/matrix) thus does not matter if i extend it from a vector to a matrix anyways. Also, can i put an alpha in front of the L to ajust its value so that all its entries equal to 1?
 
Physics news on Phys.org
you may need to give some more info on what you are trying to accomplish

geomtrically, we can consider the multiplication as follows;
D.L = \begin{pmatrix} d_1^T \\ d_2^T \\ \end{pmatrix} \begin{pmatrix} l_1 & l_2 & l_3 \end{pmatrix}

So as the column vectors l_i are perpindcular to all the row vectors d_j, you will have the required matrix.

Note that if d_1 and d_2 are linearly indpendent, then there will only be one unique l_i, upto a multiplicative constant
 
Last edited:
D is not linearly independent, and L has to be all one times a scalar. How should i ask MATLAB to build such a matrix?
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
Replies
8
Views
2K
Replies
15
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
Replies
5
Views
2K
  • · Replies 15 ·
Replies
15
Views
5K
Replies
2
Views
2K
Replies
4
Views
2K