Solving Vector Norm with F Matrix: Advice from Jo

  • Context: Undergrad 
  • Thread starter Thread starter jollage
  • Start date Start date
  • Tags Tags
    Doubts Norm Vector
Click For Summary
SUMMARY

The discussion focuses on finding a vector q (3 by 1) such that the norm of the product of a square matrix F (3 by 3) and q equals 1, expressed as norm(F*q)=1. The solution involves selecting a vector v such that Fv is non-zero and defining q as q = v / ||Fv||. A specific example is provided where the components of the vector are determined by setting two components to zero and solving for the third component based on the elements of matrix F.

PREREQUISITES
  • Understanding of vector norms and matrix multiplication
  • Familiarity with linear algebra concepts, particularly square matrices
  • Knowledge of vector normalization techniques
  • Basic proficiency in mathematical notation and operations
NEXT STEPS
  • Study the properties of square matrices and their transformations
  • Learn about vector normalization and its applications in linear algebra
  • Explore the implications of matrix-vector products in various mathematical contexts
  • Investigate advanced topics in linear algebra, such as eigenvalues and eigenvectors
USEFUL FOR

Mathematicians, students of linear algebra, and professionals working with matrix computations who seek to understand vector normalization in the context of matrix operations.

jollage
Messages
61
Reaction score
0
Hi guys

Assume F to be a square matrix, say 3 by 3. Now I want to find a vector q (3 by 1) to meet the requirement that norm(F*q)=1. How can I find it? What is the solution in general?

THanks in advance!
Jo
 
Physics news on Phys.org
jollage said:
Hi guys

Assume F to be a square matrix, say 3 by 3. Now I want to find a vector q (3 by 1) to meet the requirement that norm(F*q)=1. How can I find it? What is the solution in general?

THanks in advance!
Jo



Let v be any vector s.t. [itex]Fv\neq 0[/itex] and let [itex]q:=\frac{v}{||Fv||}[/itex]

DonAntonio
 
a b c * [k l m]' = [ak+bl+cm, ek+fl+gm, hk+il+jm]'
e f g
h i j

So we need (k, l , m) such that:
(ak+bl+cm)^2+ (ek+fl+gm)^2 + (hk+il+jm)^2 = 1

Answer, first chose l = m = 0, so we need:
a^2 + e^2 + h^2 = 1/k^2

or k = sqrt (1/(a^2 + e^2 + h^2))
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 25 ·
Replies
25
Views
4K
Replies
1
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 10 ·
Replies
10
Views
8K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K