Effacer les filtres
Effacer les filtres

Inverse of a Column Matrix

12 vues (au cours des 30 derniers jours)
Shrinivas Gombi
Shrinivas Gombi le 7 Juil 2011
If X(jw)=H(jw)*F(jw) where X(jw)is response matrix ,H(jw)is the Frequency response function (FRF) matrix which is a Column matrix and F(jw)is a Force matrix.All are complex numbers I want to find F(jw)= Inverse of H(jw)*X(jw) How to find inverse of a column or Row matrix? Is inverse of a coloumn matrix is its Transpose? Pl reply SLG

Réponse acceptée

bym
bym le 7 Juil 2011
you can try
pinv(F) %pseudo inverse of non square matrix
don't know if that's what you want

Plus de réponses (1)

Sean de Wolski
Sean de Wolski le 7 Juil 2011
The inverse of a row/col vector or a non-square matrix isn't defined. Do you perhaps want (mx1)*(1xm) to get a square matrix?
(H'*X)^-1

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by