span of a vector

96 Ansichten (letzte 30 Tage)
sara s
sara s am 7 Jan. 2012
How can I find the span of b
if
b=[ 1 j ]
by matlab

Akzeptierte Antwort

Wayne King
Wayne King am 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 Kommentare
Wayne King
Wayne King am 7 Jan. 2012
Hi Sara b = [0 ; 1j] is already an orthonormal basis for its span.
sara s
sara s am 7 Jan. 2012
Thanks so much Wayne
Kind regards

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Linear Algebra finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by