Effacer les filtres
Effacer les filtres

span of a vector

96 vues (au cours des 30 derniers jours)
sara s
sara s le 7 Jan 2012
How can I find the span of b
if
b=[ 1 j ]
by matlab

Réponse acceptée

Wayne King
Wayne King le 7 Jan 2012
Hi Sara, I'm not sure what A has to do with the way you have phrased your question. The span of b is simply all scalar multiples of b. Accordingly, it's just the imaginary axis.
Or did you really mean to ask whether b is in the range of A, in other words, in the span of the columns of A? In that case, did you really mean that b = [0; 1j]?
There is a difference between the following two vector spaces, the complex numbers, C, and complex-vectors with two entries, C^2.
The columns of A are vectors in C^2. The "vector" b as you have written it is just in C.
  3 commentaires
Wayne King
Wayne King le 7 Jan 2012
Hi Sara b = [0 ; 1j] is already an orthonormal basis for its span.
sara s
sara s le 7 Jan 2012
Thanks so much Wayne
Kind regards

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Linear Algebra dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by