Borrar filtros
Borrar filtros

span of a vector

96 visualizaciones (últimos 30 días)
sara s
sara s el 7 de En. de 2012
How can I find the span of b
if
b=[ 1 j ]
by matlab

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by