Path: blob/master/material/Taller_algebra_lineal_doe.ipynb
934 views
Kernel: Python 3
Taller álgebra lineal y ecuaciones diferenciales
Encuentre los atovalores y las matrices de diagonalización, tanto con numpy como con scipy
In [1]:
Out[1]:
Populating the interactive namespace from numpy and matplotlib
In [19]:
In [6]:
In [7]:
In [11]:
El reordenamiento tambien funciona con
In [13]:
In [14]:
Out[14]:
array([[-10.75165105, -0. , -0. ],
[ -0. , 4.08488967, 0. ],
[ 0. , 0. , 2.39074803]])
In [15]:
Out[15]:
array([ 10.75165105, 2.39074803, 4.08488967])
In [25]:
Out[25]:
(array([ 9.67292784+0.j , -1.33646392+3.01146182j,
-1.33646392-3.01146182j]),
array([[-0.37851909+0.j , -0.30833931-0.37484143j,
-0.30833931+0.37484143j],
[-0.65796679+0.j , -0.27614708+0.45108888j,
-0.27614708-0.45108888j],
[-0.65100154+0.j , 0.69619134+0.j , 0.69619134-0.j ]]),
array([[-0.66121269+0.j , -0.71966834+0.j , -0.71966834-0.j ],
[-0.54944805+0.j , 0.32760757+0.42615544j,
0.32760757-0.42615544j],
[-0.51078823+0.j , 0.08733205-0.43071501j,
0.08733205+0.43071501j]]))
In [22]:
Out[22]:
array([ 9.67292784, 3.29469848, 3.29469848])
In [72]:
Out[72]:
(9.6729278368191807+0j)
Solucione y gráfique la solución de with and .
In [152]:
In [153]:
Out[153]:
1
In [154]:
Out[154]:
2
In [148]:
In [149]:
In [155]:
Out[155]:
[<matplotlib.lines.Line2D at 0x7f6c60e6d978>]
In [109]:
In [107]:
Out[107]:
[<matplotlib.lines.Line2D at 0x7f6c61e3ff60>]
Encuentre el espacio de fase de un resorte de constante elástica N/m con una masa en el extremo de Kg.
Implemente la solución de aquú
In [ ]: