Vous êtes sur la page 1sur 3

Homework 1 - Vectors and Tensors

COM740 - Elasticidade
Igor Gabriel Teixeira Gmez
3 Questo, Clculo dos Invariantes, Autovalores e Autovetores.
with LinearAlgebra ;
&x, Add, Adjoint, BackwardSubstitute, BandMatrix, Basis, BezoutMatrix, BidiagonalForm,
BilinearForm, CARE, CharacteristicMatrix, CharacteristicPolynomial, Column,
ColumnDimension, ColumnOperation, ColumnSpace, CompanionMatrix, ConditionNumber,
ConstantMatrix, ConstantVector, Copy, CreatePermutation, CrossProduct, DARE,
DeleteColumn, DeleteRow, Determinant, Diagonal, DiagonalMatrix, Dimension,
Dimensions, DotProduct, EigenConditionNumbers, Eigenvalues, Eigenvectors, Equal,
ForwardSubstitute, FrobeniusForm, GaussianElimination, GenerateEquations,
GenerateMatrix, Generic, GetResultDataType, GetResultShape, GivensRotationMatrix,
GramSchmidt, HankelMatrix, HermiteForm, HermitianTranspose, HessenbergForm,
HilbertMatrix, HouseholderMatrix, IdentityMatrix, IntersectionBasis, IsDefinite,
IsOrthogonal, IsSimilar, IsUnitary, JordanBlockMatrix, JordanForm, KroneckerProduct,
LA_Main, LUDecomposition, LeastSquares, LinearSolve, LyapunovSolve, Map, Map2,
MatrixAdd, MatrixExponential, MatrixFunction, MatrixInverse, MatrixMatrixMultiply,
MatrixNorm, MatrixPower, MatrixScalarMultiply, MatrixVectorMultiply,
MinimalPolynomial, Minor, Modular, Multiply, NoUserValue, Norm, Normalize, NullSpace,
OuterProductMatrix, Permanent, Pivot, PopovForm, QRDecomposition, RandomMatrix,
RandomVector, Rank, RationalCanonicalForm, ReducedRowEchelonForm, Row,
RowDimension, RowOperation, RowSpace, ScalarMatrix, ScalarMultiply, ScalarVector,
SchurForm, SingularValues, SmithForm, StronglyConnectedBlocks, SubMatrix, SubVector,
SumBasis, SylvesterMatrix, SylvesterSolve, ToeplitzMatrix, Trace, Transpose,
TridiagonalForm, UnitVector, VandermondeMatrix, VectorAdd, VectorAngle,
VectorMatrixMultiply, VectorNorm, VectorScalarMultiply, ZeroMatrix, ZeroVector, Zip
A d Matrix 2, 0, 0 , 0, 3, 4 , 0, 4,K3 ;
2 0

0 3

(1)

(2)

0 4 K3
Determinant A K$IdentityMatrix 3

= 0;

K K2 C

K25 C

=0

(3)

P() = -(-2 + )(-25 + ) = -(50 - 2 - 25 + ) = -( - 2 - 25 + 50) = -(A - In1A + In2A - In3I ),


logo In1 = 2, In2 = -25, In3 = -50
Ou ainda, pelas seguintes relaes:
In1 d Trace A ;
2
In2 d

1
$
2

Trace A

KTrace A.A

(4)

K25

(5)

K50

(6)

2, 5, K5

(7)

(8)

In3 d Determinant A ;
solve K K2 C

K25 C

= 0, ;

d 2;
v d Matrix

a , b , c

;
a
(9)

b
c
A K$IdentityMatrix 3

.v = Matrix 3, 1 ;
0

b C4 c

4 b K5 c
solve

(10)

b C4 c = 0, 4 b K5 c = 0 , b, c ;
b = 0, c = 0

(11)

(12)

v1 = (1,0,0)a e = 2
d 5;
v d Matrix

e, f , g

;
e
(13)

f
g
A K$IdentityMatrix 3

.v = Matrix 3, 1 ;
K3 e
K2 f C4 g
4 f K8 g

solve

0
=

(14)

K3 e = 0, K2 f C4 g = 0, 4 f K8 g = 0 , e, f, g ;
e = 0, f = 2 g, g = g

(15)

v2 = (0,2,1)g e = 5
dK5;
K5
v d Matrix

h , k, l

(16)

h
(17)

k
l
A K$IdentityMatrix 3

.v = Matrix 3, 1 ;
7h

8 k C4 l =

4 k C2 l

7 h = 0, 8 k C4 l = 0, 4 k C2 l = 0 , h, k, l ;
h = 0, k = k, l = K2 k
v2 = (0,1,-2)k e = -5

(18)

solve

Fim

(19)

Vous aimerez peut-être aussi