0% encontró este documento útil (0 votos)
18 vistas13 páginas

Determinación de Espacios Vectoriales

Cargado por

wpenarrietad
Derechos de autor
© All Rights Reserved
Nos tomamos en serio los derechos de los contenidos. Si sospechas que se trata de tu contenido, reclámalo aquí.
Formatos disponibles
Descarga como PDF, TXT o lee en línea desde Scribd
0% encontró este documento útil (0 votos)
18 vistas13 páginas

Determinación de Espacios Vectoriales

Cargado por

wpenarrietad
Derechos de autor
© All Rights Reserved
Nos tomamos en serio los derechos de los contenidos. Si sospechas que se trata de tu contenido, reclámalo aquí.
Formatos disponibles
Descarga como PDF, TXT o lee en línea desde Scribd

Universidad Técnica Estatal

De Quevedo
ALGEBRA LINEAL

FACULTAD DE CIENCIAS EN LA INGENIERÍA


MECÁNICA “A”
TEMA:
DETERMINACION DE ESPACIOS VECTORIALES

INTEGRANTES:

LOOR DEMERA ELKYN SAMUEL

REALES GUAMANGALLO JUANA YOMIRA

CHENCHE FERNANDEZ KAREM ESTEFANIA


OBJETIVO
Determinar mediante la aplicación de los axiomas si un conjunto es un espacio vectorial, mediante el
uso de software de cálculo.
Materiales
 NA
Equipos
 Computador
 software de cálculo Insumos y reactivos
PROCEDIMIENTO
Para crear un algoritmo que determine si un conjunto dado VVV es un espacio vectorial en Matlab, Scilab, u
Octave, debes seguir los axiomas que definen un espacio vectorial. Estos axiomas son:
1. Clausura bajo la adición: Si uuu y vvv están en VVV, entonces u+vu + vu+v está en VVV.
2. Clausura bajo la multiplicación escalar: Si vvv está en VVV y ccc es un escalar, entonces cvcvcv está en
VVV.
3. Propiedad conmutativa de la adición: u+v=v+uu + v = v + uu+v=v+u para todo u,v∈Vu, v \in Vu,v∈V.
4. Propiedad asociativa de la adición: (u+v)+w=u+(v+w)(u + v) + w = u + (v + w)(u+v)+w=u+(v+w) para
todo u , v , w ∈ V u , v , w
5. Elemento neutro aditivo: Existe un elemento 0 ∈ V 0 tal que v+0=vv + 0 = vv+0=v para todo v ∈ V v
6. Elemento inverso aditivo: Para cada v ∈ V v , existe − v ∈ V - v tal que v+(−v)=0v + (-v) = 0v+(−v)=0.
7. Propiedad distributiva del escalar sobre el vector: c(u+v)=c u+c v c(u + v) = cu + c v c(u+v)=cu+cv
para todo c∈Rc \in \mathbb{R}c∈R y u,v∈Vu, v \in Vu,v∈V.
8. Propiedad distributiva del escalar sobre la suma de escalares: (c+d)v=c v+d v(c + d)v = c v + d
v(c+d)v=c v+d v para todo c , d ∈ R c , d
9. Propiedad asociativa de la multiplicación escalar: c(d v)=(c d)v c(d v) = (c d)v c(d v)=(c d)v para todo c
,d∈Rc,d
10. Elemento neutro de la multiplicación escalar: 1v=v 1 v = v 1 v=v para todo v ∈ V v V v ∈
EJERCICIO NUMERO 1
EJERCICIO NUMERO 2

Common questions

Con tecnología de IA

The key axioms that define a vector space include closure under addition and scalar multiplication, commutative and associative properties of addition, the existence of an additive identity and additive inverses, distributive properties of scalar multiplication over vector addition and scalar sum, associativity of scalar multiplication, and the existence of a scalar multiplicative identity. These can be verified using computational software by creating algorithms that check each axiom for a given set of vectors and scalars. For example, using Matlab, Scilab, or Octave, one can input vectors and check if they satisfy all ten axioms to determine if they form a vector space .

The additive identity is significant because it is an element that does not change other elements when added to them, and is necessary for the existence of inverses. The additive inverse ensures that for every element there is another that sums to the additive identity, demonstrating subtraction closure. In examples, these are validated by checking if adding the supposed identity to any vector returns the same vector, and if every vector has an inverse such that their sum is the identity. Matlab or similar tools carry out such checks with specific vector entries to confirm these properties .

Closure under addition can be demonstrated by taking two arbitrary vectors from the set and showing that their sum is also within the set. Similarly, closure under scalar multiplication involves taking any vector from the set and any scalar, then showing that their product is also within the set. These operations should be implemented in a software like Matlab, where specific instances are calculated to ensure the results lie within the assumed vector space, thus proving closure .

The scalar multiplicative identity ensures that every vector remains unchanged when multiplied by it, serving as a base in scalar-vector operations. Computationally, this property can be demonstrated by taking different vectors, using a computational tool to multiply them by one, and verifying that the resulting vector is the same as the original vector, thereby confirming this important property for numerous cases .

These distributive properties demonstrate that scalars can be distributed among vectors and among other scalars consistently, ensuring predictable manipulation in linear combinations and transformations. This reinforces the vector space's structure by showing deep interconnections between scalars and vectors. In practice, calculations in computational software can illustrate these distributions by inputting numerical examples and verifying that the outcomes satisfy the expected equality for multiple test cases .

Scalar associativity allows scalars to be grouped in any order for multiplication without altering the product when applied to a vector, simplifying scalar manipulations. A computational approach involves taking a vector and two scalars, using software to compute both orders of scalar multiplication applied to the vector, and verifying through repetitive test cases that both computations yield identical results, thereby validating associativity .

Computational tools automate the processes of calculating and checking the vector space axioms, allowing for rapid testing of multiple cases without human error. They handle complex calculations and can easily modify inputs to verify all combinations necessary, providing a more comprehensive and less biased validation of vector space properties than manual calculations. Such tools ensure the accuracy and efficiency of the verification process by consistently applying computational logic .

The process involves creating an algorithm that systematically checks each vector space axiom for any given set using computational steps. This includes verifying closure properties, identities, inverses, and distributive properties among others. The document recommends using software tools like Matlab, Scilab, or Octave to design and execute these algorithms, making use of their computational capabilities to test sets against all necessary axioms, thereby determining if they constitute a vector space .

The associative property of addition facilitates the grouping of vectors in any order, making it simpler to compute complex expressions without worry for reassociation affecting results. Computationally, it can be illustrated by sequentially adding vectors in different grouped orders with a tool like Matlab, Scilab, or Octave, showing that the resulting sum is the same regardless of groupings, which affirms associativity .

The commutative property is important because it allows the order of addition to be rearranged without affecting outcomes, enabling more flexibility in vector equations and operations. It underscores symmetry in vector addition. To confirm this property through computation, tools like Matlab can be used to take pairs of vectors from the vector space, compute the sum in both possible orders, and check if the results are identical for multiple instances, thus confirming the property .

También podría gustarte