Mathc,
Calculus Packages,
Matrices Packages,
Gnuplot Packages.
In this section, the size of the vectors,
are randomly selected by the computer,
but you can selecte the size if you want.
Verify with numeric applications:
vectaa.zip
Some vector space axioms on (rows,
columns) vectors and on polynomials.
* u + v = v + u
* (u + v) + w = u + (v + w)
* 0 + u = u + 0 = u
* u + (-u) = (-u) + u = 0
* k( u+ v) = ku + kv
* (k + l) u = ku + lu
* k (lu) = (kl) u
vectab.zip :
* Properties of Euclidian inner product in R**n.
* Properties of length in R**n.
* Properties of distance in R**n.
* u.v = 1/4 ||u+v||**2 - 1/4 ||u-v||**2.
* Cauchy-Schwarz inequality in R**n.
* If u.v =0 : ||u+v||**2 = ||u||**2 + ||v||**2.
vectac.zip :
You can see the result in Gnuplot.
* Reflection about the x-axis.
* Reflection about the y-axis.
* Reflection about the line y = x.
* Orthogonal projection on the x-axis.
* Orthogonal projection on the y-axis.
vectad.zip :
You can see the result in Gnuplot.
* Vector2d (vertical horizontal shift).
vectae.zip :
You can see the result in Gnuplot.
* Reflection about the xy-plan.
* Reflection about the xz-plan.
* Reflection about the yz-plan.
* Orthogonal projection on the xy-plan.
* Orthogonal projection on the xz-plan.
* Orthogonal projection on the yz-plan.
vectag.zip :
* Linear combination in R**n, Pn.
* Linear combination of two vectors in R**n, Pn.
* Linear combination of three vectors in R**n, Pn.
* Vectors dependant or independant in R**n, Pn.
* Find the coordinate vector of (w)s in R**n, Pn.
* Find the coordinate vector of w. in R**n, Pn.
vectah.zip :
Inner product, norm, Distance in M22, Mnn, Mnm.
* Properties of Euclidian inner product
* Properties of distance.
* u.v = 1/4 ||u+v||**2 - 1/4 ||u-v||**2.
vectai.zip :
Inner product, norm, Distance on R**n generated by A..
* Properties of inner product on R**n generated by A.
* Properties of distance on R**n generated by A.
* u.v = 1/4 ||u+v||**2 - 1/4 ||u-v||**2.
vectaj.zip :
Weighed Euclidean Inner Product, norm, distance on R**n.
* Properties of Weighed Euclidean Inner Product on R**n.
* Properties of distance generated by
the Weighed Euclidean Inner Product on R**n.
* u.v = 1/4 ||u+v||**2 - 1/4 ||u-v||**2.
vectak.zip :
The Gram-Schmidt process.
* with the Euclidean inner product in R**n.
* with the inner product in M2x2.
* with the inner product in M3x2.
* with the inner product in M3x3.
* with the Inner Product on R**n generated by A.
vectal.zip :
Least squares, Orthogonal matrices.
* least squares solution of the linear system Ax = b.
* properties of Orthogonal matrices.
vectam.zip :
Eigenvalue, Eigenvector, Cayley-Hamilton theorem..
* Some properties of Eigenvalue, Eigenvector.
* The properties of the Cayley-Hamilton theorem.
vectan.zip :
Some linear transformation. Is T a linear transformation?
* T(A) = AX.
* T(A) = trace(A).
* T(x1,x2,x3) = (x1 + x2 + x3).
* Matrix Inner Product on Mnxn.
* Euclidean Inner Product on R**n.
* Inner Product on R**n generated by A.
* Weighed Euclidean Inner Product on R**n.
vectao.zip :
Similarity
* B is similar to A.
* B is similar to A, also A is similar to B.
* A and invPAP have the same determinant.
* A is invertible if and only, if invPAP is invertible.
* A and invPAP have the same rank.
* A and invPAP have the same nullity.
* A and invPAP have the same trace.
* A and invPAP have the same, characteristic equation.
* The eigenvector of invPAP.
* If B is similar to A, then TrpsB and TrpsA are similar.