Sunteți pe pagina 1din 6

TALLER 1 “ESPACIOS VECTORIALES”

Nombre: Sergio Huertas Martínez Cód. 20082073043

1. Sea µ(mxn) las matrices de mxn. Con la suma usual entre matrices; y, el
producto usual entre escalares y matrices.
Verificar las propiedades:

Tenemos las matrices A y B

a1 ⋯ a1 n b1 ⋯ b 1n

( ) (
A= ⋮ ⋱ ⋮ ; B= ⋮ ⋱ ⋮
am 1 ⋯ a mn bm 1 ⋯ bmn )
A= ( ac db) ; B=( ac bd )
Se hace una igualación de este tipo

(a1 = a) ;( a1n= b) ;( am1=c) ;( amn=d)


(a1 = a) ;( a1n= b) ;( am1=c) ;( amn=d)

Comprobada la primera propiedad


 A+O=A (donde 0 es la matriz de ceros o nula)

[a b] + [0 0] = [a b]
[c d] [0 0] [c d]

Ahí está la segunda

 c) A+(-A)=0 donde -A es la matriz opuesta de A

[a b] + -[a b] = [a b] + [-a -b] = [0 0]


[c d] [c d] [c d] [-c -d] [0 0]

Ahí demostraras la tercera porque a+(-a)=0, b+(-b)=0, c+(-c)=0 y d+(-d)=0


 k(A+B)=KA+KB con k pertenece a los reales

A=[a b] B=[e f]
[c d] [g h]

k([a b]+[e f] = k[a b]+k[e f]


[c d] [g h] [c d] [g h]

k[a+e b+f] =[ka kb]+[ke kf]


[c+g g+h] [kc kd] [kg kh]

[k(a+e) k(b+f)]= [k(a+e) k(b+f)]


[k(c+g) k(d+h)] [k(c+g) k(d+h)]

el k(a+e) y los demás está escrito así porque saqué factor común.

 1.A=A
1[a b] = [a b]
[c d] [c d]

2. V el conjunto de todas las funciones de un conjunto no vacio en un cuerpo


K. para cualquier función f(x), g(x) Є V y todo escalar k Є K, sean f(x) g(x) y kf(x)
las funciones en V definidas por:

( f + g )( x )=f ( x )+ g ( x)

( kf )( x )=k f ( x ) , ∀ xЄ X

Sean f, g, h Є V. Para demostrar que (f + g) + h = f + (g + h), es necesario


demostrar que la fracción (f + g) + h y la función f + (g + h) asignan ambas el
mismo valor a cada x Є X ahora bien,

( ( f + g ) +h ) ( x )=( f +g ) ( x ) +h ( x )
¿( f (x )+ g (x))+ h( x ), ∀ x Є X

( f + ( g+h ) ) ( x ) ¿ f ( x ) + ( g+h ) ( x )
¿ f ( x)+( g (x)+h( x)), ∀ x Є X

Pero f(x), g(x), h(x) son escalares en el cuerpo K donde la adición de escalares
es asociativa; luego:

( f ( x ) + g ( x ) )+ h ( x ) =f ( x)+(g( x)+h( x ))
En consecuencia, ( f + g)+ h=f +( g+ h).

Sea 0 la función cero: 0(x) = 0, ∀ x Є X entonces para toda función f Є V:

( f + 0) ( x)

¿ f ( x ) +0 ( x )

¿ f ( x)+0=f ( x),

∀ xЄ X

Así, f + 0 = f, y 0 es el vector cero en V.

Para toda función f Є V, sea –f la función definida por (-f) (x) = -f (x). Entonces,

( f + (−f ) ) ( x )
¿ f ( x ) + (−f )( x )

¿ f (x)– f (x)

¿ 0=0( x ),

∀ xЄ X

Por tanto f + (-f) = 0.

Sean f, g Є V. entonces:

( f + g )( x )

¿ f ( x )+ g ( x)

¿ g ( x) + f ( x)

¿ ( g+ f )( x ) ,

∀ xЄ X
Luego f + g = g + f.

Sean f, g Є V y k Є K. entonces

( k ( f + g ) ) ( x )=k ( ( f +g )( x ) )
¿ k ( f (x )+ g ( x))=kf (x)+kg ( x)

¿ ( kf ) ( x )+ ( kg ) ( x )=( kf + kg ) ( x ) ,

∀ xЄ X

Luego k (f +g) = kf + kg.

Sean f Є V y a, b Є K. entonces:

( ( a+ b ) f ) ( x )=( a+ b ) f ( x )
¿ af (x )+bf (x)=( af )( x )+(bf )(x)

¿( af +bf )( x),

∀ xЄ X

Sean f Є V y a, b Є K. Entonces

( ( ab ) f ) ( x )=( ab ) f ( x )

¿ a ( bf ( x ) )=a ( bf )( x )

¿( a(bf ))( x) ,

∀ xЄ X

Luego, (ab)f =a(bf ).

Sea f Є V. entonces, para la unidad 1 Є K,

(1 f )( x)=1 f (x )=f ( x)

∀ x Є X.

Luego, 1 f =f

Como todos los axiomas se cumplen, V es un espacio vectorial sobre K.

3. Sea Pn un conjunto de polinomio de grupo menor o igual a n.


n
P ( t ) =∑ a k t k ,a i ∃ R
k=0

n
Q ( t ) =∑ b k t k ,b ai ∃ R
k=0

n
Q ( t ) ⨁ P (t )=∑ (a ¿¿ k +b¿ ¿ k) t k ¿ ¿
k=0

n
δ ⨀ ⨁ ⨂ P ( t )=∑ ( δa¿ ¿ k )t k ¿
k=0

4. Pruebe que R n es :

x a 0
V
{ ( )}
=
x 0 b
, ab∃ R

Sabemos que µ (mxn)

Matrices de m filas y n columnas, forman un espacio vectorial.

< µ (mxn), ⨁, ⨂, ℝ>

A=( aij ) 1≤ i≤ m ; 1 ≤i ≤n

B=( bij )

A ⊕ B=( cij )

r∈R

r ( aij ) =raij

a 0
Sea x =
0 b ( ); con la suma y el producto usual

x= a 0
( )
0 b

y= c 0
( )
0 d

z= e 0
( )
0 f
→ → → → → →
( x ⊕ y )+ z = x +( y ⊕ z )
→ → →
( x ⊕ y )+ z ={( a0 0 c 0 ⨁ e 0
)( )} ( )
b 0 d 0 f

( a+c0 0 ⨁ e 0
b+ d ) ( )
0 f

( a+c0 +e 0
b+ d+ f )
(0a 0b)+(c +e0 0
d+f )
(0a 0b) ⊕ {( c0 0d )+(e0 0f ) }
→ → →
(
x ⊕ y+ z )

S-ar putea să vă placă și