Loading [MathJax]/jax/output/HTML-CSS/jax.js
Saltar al contenido principal
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
LibreTexts Español

9.3: Espacios vectoriales en R^n

( \newcommand{\kernel}{\mathrm{null}\,}\)

Hay dos propiedades que definen un espacio vectorial estas son:

  • Cerrado bajo adición
  • Cerrado bajo multiplicación escalar

Por ahora consideraremos espacios vectoriales en losRn que son solo vectores de números reales (por ejemplo: [10,20,3.2], [5,8,32], [8, -0.7], etc) donden está solo la longitud del vector (ex: 3, 3, y 2 en el ejemplo anterior). En el caso general un vector no tiene que estar compuesto por números reales sino que puede ser casi cualquier tipo de objeto siempre y cuando mantenga las dos propiedades anteriores, entraremos en este concepto más adelante en el semestre. En el caso del número real los conceptos anteriores pueden describirse de la siguiente manera:

  • Cerrado bajo suma significa que si agregamos dos vectores reales cualesquiera (es deciru,vRn) entonces el resultado también está enRn). Esto es fácil de entender si piensas en agregar dos vectores reales cualquiera no hay forma de obtener un resultado que no sea también un vector real. Una manera de decirlo matemáticamente es la siguiente:

if u,vRn

then u+vRn

  • Cerrado bajo multiplicación escalar significa que si tenemos algún número escalar (sR) y lo multiplicamos por un vector real (vRn) entonces el resultado también es un vector inRn. Dado que multiplicar un número real por un número real da como resultado un número real este también es cierto. O podemos decirlo de la siguiente manera:

if sR and vRn

then svRn

Las siguientes son algunas propiedades de adición y multiplicación de vectores para vectoresu yv:

  1. u+v=v+uPropiedad conmutativa
  2. u+(v+w)=(u+v)+wPropiedad asociativa
  3. u+0=0+u=uPropiedad del vector cero
  4. u+(u)=0Propiedad del vector negativo
  5. c(u+v)=cu+cvPropiedades distributivas
  6. (c+d)u=cu+duPropiedades Distributivas
  7. c(du)=(cd)uPropiedades Distribuidas
  8. 1u=uMultiplicación escalar por 1
Pregunta

Calcula las siguientes combinaciones lineales parau=(1,2)v=(4,1), yw=(3,5).

(a)a=u+w

Login with LibreOne to run this code cell interactively.

If you have already signed in, please refresh the page.

# Put your answer here
# Put your answer here

Login with LibreOne to run this code cell interactively.

If you have already signed in, please refresh the page.

from answercheck import checkanswer

checkanswer.vector(a,'af464d466ae982f2cd4461af494e86d6');
from answercheck import checkanswer

checkanswer.vector(a,'af464d466ae982f2cd4461af494e86d6');

b)a=2u+v

Login with LibreOne to run this code cell interactively.

If you have already signed in, please refresh the page.

# Put your answer here
# Put your answer here

Login with LibreOne to run this code cell interactively.

If you have already signed in, please refresh the page.

from answercheck import checkanswer

checkanswer.vector(a,'393468eff8c6ba5d27b7d0aa1b18f929');
from answercheck import checkanswer

checkanswer.vector(a,'393468eff8c6ba5d27b7d0aa1b18f929');

c)a=u+3w

Login with LibreOne to run this code cell interactively.

If you have already signed in, please refresh the page.

# Put your answer here
# Put your answer here

Login with LibreOne to run this code cell interactively.

If you have already signed in, please refresh the page.

from answercheck import checkanswer

checkanswer.vector(a,'d5e5ca43a86501bcde09b1cbc0ba49b5');
from answercheck import checkanswer

checkanswer.vector(a,'d5e5ca43a86501bcde09b1cbc0ba49b5');

This page titled 9.3: Espacios vectoriales en R^n is shared under a CC BY-NC 4.0 license and was authored, remixed, and/or curated by Dirk Colbry via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?