【矩阵论】3. 矩阵函数——矩阵函数求导

news2024/11/25 6:32:44

在这里插入图片描述

3.6 矩阵函数求导

3.6.1 积分与求导定义

m × n m\times n m×n 阶矩阵 A ( x ) = ( a i j ( x ) ) m × n A(x)=\left(a_{ij}(x)\right)_{m\times n} A(x)=(aij(x))m×n 中的元素都是 x 的可导函数,则 A ( x ) A(x) A(x) 为关于 x x x 的求导为:
A ′ ( A ) = d A ( x ) d x = ( d a i j ( x ) d x ) m × n A'(A)=\frac{dA(x)}{dx}=\left(\frac{da_{ij}(x)}{dx}\right)_{m\times n} A(A)=dxdA(x)=(dxdaij(x))m×n


A ( x ) = ( a i j ( x ) ) m × n A(x)=\left(a_{ij}(x)\right)_{m\times n} A(x)=(aij(x))m×n 的元素在区间 [ a , b ] [a,b] [a,b] 连续,在区间 [ a , b ] [a,b] [a,b] 上的积分记为
∫ a b A ( x ) d x = ( a i j ( x ) d x ) m × n \int_a^bA(x)dx=\left(a_{ij}(x)dx\right)_{m\times n} abA(x)dx=(aij(x)dx)m×n
eg

在这里插入图片描述

3.6.2 运算性质

(1) 若 A ′ ( x ) = d A ( x ) d x ≡ 0 A'(x)=\frac{dA(x)}{dx}\equiv 0 A(x)=dxdA(x)0    ⟺    \iff A ( x ) = D ( 常 数 矩 阵 ) A(x)=D(常数矩阵) A(x)=D()

(2) 求和求导:设 A ( x ) = ( a i j ( x ) ) n × n A(x)=(a_{ij}(x))_{n\times n} A(x)=(aij(x))n×n B ( x ) = ( b i j ( x ) ) n × n B(x)=(b_{ij}(x))_{n\times n} B(x)=(bij(x))n×n 在区间 [ a , b ] [a,b] [a,b] 可到,则有
d ( A ( x ) + B ( x ) ) d x = d A ( x ) d x + d B ( x ) d x = A ′ ( x ) + B ′ ( x ) \frac{d(A(x)+B(x))}{dx}=\frac{dA(x)}{dx}+\frac{dB(x)}{dx}=A'(x)+B'(x) dxd(A(x)+B(x))=dxdA(x)+dxdB(x)=A(x)+B(x)
(3) 乘积求导:

在这里插入图片描述

(4) 参数化:
在这里插入图片描述

(5) 求和积分:

在这里插入图片描述

(6) 积分倍乘:

在这里插入图片描述

(7) 在这里插入图片描述

(8) N-L公式

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-fGF2GRfZ-1669100960077)(10.矩阵函数/image-20221112174540714.png)]

(9) 逆阵求导:

在这里插入图片描述

3.6.3 讨论含参阵的求导

在这里插入图片描述

3.6.4 3个含参矩阵函数的求导

对于三个矩阵函数 f ( t A ) = e t A , c o s ( t A ) , s i n ( t A ) f(tA)=e^{tA},cos(tA),sin(tA) f(tA)=etA,cos(tA),sin(tA) ,设方阵 A ∈ C n × n A\in C^{n\times n} ACn×n ,则有求导公式
d e t A d t = A e t A d ( s i n ( t A ) ) d t = A c o s ( t A ) d c o s ( t A ) d t = − A s i n ( t A ) \begin{aligned} &\frac{de^{tA}}{dt}=Ae^{tA}\\ &\frac{d(sin(tA))}{dt}=Acos(tA)\\ &\frac{dcos(tA)}{dt}=-Asin(tA) \end{aligned} dtdetA=AetAdtd(sin(tA))=Acos(tA)dtdcos(tA)=Asin(tA)

SP

d e − t A d t = − A e − t A d [ e − t A X ( t ) ] d t = X ′ ( t ) e − t A − A X ( t ) e − t A \begin{aligned} &\frac{de^{-tA}}{dt}=-Ae^{-tA}\\ &\frac{d[e^{-tA}X(t)]}{dt}=X'(t)e^{-tA}-AX(t)e^{-tA} \end{aligned} dtdetA=AetAdtd[etAX(t)]=X(t)etAAX(t)etA


由欧拉公式

e t x = c o s t x + i s i n t x , e − t x = c o s t x − i s i n t x c o s ( t x ) = e i t x + e − i t x 2 , s i n ( t x ) = e i t A − e − i t A 2 i e^{tx}=costx+isintx,e^{-tx}=costx-isintx\\ cos(tx)=\frac{e^{itx}+e^{-itx}}{2},sin(tx)=\frac{e^{itA}-e^{-itA}}{2i} etx=costx+isintx,etx=costxisintxcos(tx)=2eitx+eitx,sin(tx)=2ieitAeitA

d c o s ( t A ) d t = 1 2 ( e i t A i A − i A e − i t A ) = i 2 2 i A ( e i t A − e − i t A ) = − e i t A − e − i t A 2 i A = − A s i n ( t A ) d s i n ( t A ) d t = 1 2 i ( e i t A i A + i A e − i t A ) = i 2 i A ( e i t A + e − i t A ) = e i t A + e − i t A 2 A = A s i n ( t A ) \frac{dcos(tA)}{dt}=\frac{1}{2}(e^{itA}iA-iAe^{-itA})=\frac{i^2}{2i}A(e^{itA}-e^{-itA})=-\frac{e^{itA}-e^{-itA}}{2i}A=-Asin(tA)\\ \frac{dsin(tA)}{dt}=\frac{1}{2i}(e^{itA}iA+iAe^{-itA})=\frac{i}{2i}A(e^{itA}+e^{-itA})=\frac{e^{itA}+e^{-itA}}{2}A=Asin(tA) dtdcos(tA)=21(eitAiAiAeitA)=2ii2A(eitAeitA)=2ieitAeitAA=Asin(tA)dtdsin(tA)=2i1(eitAiA+iAeitA)=2iiA(eitA+eitA)=2eitA+eitAA=Asin(tA)

3.6.5 对于 W ( t ) = f ( t A ) W(t)=f(tA) W(t)=f(tA) 求导

若已知 W ( t ) = f ( t A ) W(t)=f(tA) W(t)=f(tA) ,两边求导 d f ( t A ) d t = d W ( t ) d t ⇒ W ′ ( t ) = A f ′ ( t A ) \frac{df(tA)}{dt}=\frac{dW(t)}{dt}\Rightarrow W'(t)=Af'(tA) dtdf(tA)=dtdW(t)W(t)=Af(tA)

  • t = 0 t=0 t=0 ,可得 W ′ ( 0 ) = f ′ ( 0 ) A W'(0)=f'(0)A W(0)=f(0)A

W ( t ) = e t A W(t)=e^{tA} W(t)=etA ,两边求导 d W ( t ) d t = d ( e t A ) d t ⇒ W ′ ( t ) = A e t A \frac{dW(t)}{dt}=\frac{d(e^{tA})}{dt} \Rightarrow W'(t)=Ae^{tA} dtdW(t)=dtd(etA)W(t)=AetA

  • t = 0 t=0 t=0 ,可得 W ′ ( 0 ) = A W'(0)=A W(0)=A

eg

在这里插入图片描述

d e t A d t = ( ( c o s a t ) ′ ( − s i n a t ) ′ ( s i n a t ) ′ ( c o s a t ) ′ ) = ( − a s i n a t − a c o s a t a c o s a t − a s i n a t ) 令 t = 0 , 得 A = ( 0 − a a 0 ) \begin{aligned} &\frac{de^{tA}}{dt}=\left( \begin{matrix} (cosat)'&(-sinat)'\\(sinat)'&(cosat)' \end{matrix} \right)=\left( \begin{matrix} -asinat&-acosat\\acosat&-asinat \end{matrix} \right)\\ &令t=0,得A=\left( \begin{matrix} 0&-a\\a&0 \end{matrix} \right) \end{aligned} dtdetA=((cosat)(sinat)(sinat)(cosat))=(asinatacosatacosatasinat)t=0,A=(0aa0)


在这里插入图片描述

令 e t A = e 2 t B , 则 ( e t A ) ′ = ( e 2 t B ) ′ = 2 e 2 t B + e 2 t B ′ = 2 e 2 t ( 1 0 0 t 1 − t t t − t 1 + t ) + e 2 t ( 0 0 0 1 − 1 1 1 − 1 1 ) = e 2 t ( 2 0 0 2 t + 1 1 − 2 t 2 t + 1 2 t + 1 − 2 t − 1 3 + 2 t ) 由 于 ( e t A ) ′ = A e t A , 若 t = 0 , 可 得 A = ( e t A ) ′ , 代 入 的 A = ( 2 0 0 1 1 1 1 − 1 3 ) \begin{aligned} &令e^{tA}=e^{2t}B,则(e^{tA})'=(e^{2t}B)'=2e^{2t}B+e^{2t}B'=2e^{2t}\left( \begin{matrix} 1&0&0\\t&1-t&t\\t&-t&1+t \end{matrix} \right)+e^{2t}\left( \begin{matrix} 0&0&0\\1&-1&1\\1&-1&1 \end{matrix} \right)\\ &=e^{2t}\left( \begin{matrix} 2&0&0\\2t+1&1-2t&2t+1\\2t+1&-2t-1&3+2t \end{matrix} \right)\\ &由于(e^{tA})'=Ae^{tA},若t=0,可得A=(e^{tA})',代入的A=\left( \begin{matrix} 2&0&0\\1&1&1\\1&-1&3 \end{matrix} \right) \end{aligned} etA=e2tB,(etA)=(e2tB)=2e2tB+e2tB=2e2t1tt01tt0t1+t+e2t011011011=e2t22t+12t+1012t2t102t+13+2t(etA)=AetA,t=0A=(etA),A=211011013

3.7 一阶线性常系数微分方程组

对 于 一 阶 线 性 常 系 数 微 分 方 程 , 有 { d x 1 ( t ) d t = a 11 x 1 ( t ) + ⋯ + a 1 n x n ( t ) + f 1 ( t ) ⋮ d x n ( t ) d t = a n 1 x 1 ( t ) + ⋯ + a n n x n ( t ) + f n ( t ) , 满 足 x i ( t 0 ) = c i , i = 1 , ⋯   , n 若 令 A = ( a i j ) n × n , c ⃗ = ( c 1 ⋮ c n ) , x ( t ) = ( x 1 ( t ) x 2 ( t ) ⋮ x n ( t ) ) , f ( t ) = ( f 1 ( t ) ⋮ f n ( t ) ) 可 表 示 为 { d x ( t ) d t = A x ( t ) + f ( t ) x ( t = 0 ) = c ⃗ , 其 中 f ( t ) 为 非 齐 次 项 若 f ( t ) = ( f 1 ( t ) ⋮ f n ( t ) ) = 0 ⃗ , 可 得 齐 次 微 分 方 程 , { d x ( t ) d t = A x ( t ) x ( t = 0 ) = c ⃗ \begin{aligned} &对于一阶线性常系数微分方程,有\left\{ \begin{aligned} \frac{dx_1(t)}{dt}&=a_{11}x_1(t)+\cdots+a_{1n}x_n(t)+f_1(t)\\ &\vdots\\ \frac{dx_n(t)}{dt}&=a_{n1}x_1(t)+\cdots+a_{nn}x_n(t)+f_n(t)\\ \end{aligned} \right. ,满足x_i(t_0)=c_i,i=1,\cdots,n\\ &若令A=\left(a_{ij}\right)_{n\times n},\vec{c}=\left( \begin{matrix} c_1\\\vdots\\c_n \end{matrix} \right),x(t)=\left( \begin{matrix} x_1(t)\\x_2(t)\\\vdots\\x_n(t) \end{matrix} \right),f(t)=\left( \begin{matrix} f_1(t)\\\vdots\\f_n(t) \end{matrix} \right)\\ &可表示为\left\{ \begin{aligned} &\frac{dx(t)}{dt}=Ax(t)+f(t)\\ &x(t=0)=\vec{c} \end{aligned} \right.,其中f(t)为非齐次项\\ &若f(t)=\left( \begin{matrix} f_1(t)\\\vdots\\f_n(t) \end{matrix} \right)=\vec{0},可得齐次微分方程,\left\{ \begin{aligned} &\frac{dx(t)}{dt}=Ax(t)\\ &x(t=0)=\vec{c} \end{aligned} \right. \end{aligned} 线dtdx1(t)dtdxn(t)=a11x1(t)++a1nxn(t)+f1(t)=an1x1(t)++annxn(t)+fn(t),xi(t0)=ci,i=1,,nA=(aij)n×n,c =c1cnx(t)=x1(t)x2(t)xn(t),f(t)=f1(t)fn(t)dtdx(t)=Ax(t)+f(t)x(t=0)=c ,f(t)f(t)=f1(t)fn(t)=0 ,dtdx(t)=Ax(t)x(t=0)=c

若 d A ( t ) d t = A ′ ( t ) ≡ 0 , 则 A ( t ) ≡ 0 若\frac{dA(t)}{dt}=A'(t)\equiv 0,则A(t)\equiv 0 dtdA(t)=A(t)0,A(t)0

3.7.1 求解齐次方程组

a. 一阶微分

齐 次 方 程 组 d A ( t ) d t = A x 有 唯 一 解 公 式 : x = e A t c ⃗ , 即 x = e A t x ( 0 ) 齐次方程组 \frac{dA(t)}{dt}=Ax有唯一解公式:x=e^{At}\vec{c},即x=e^{At}x(0) dtdA(t)=Ax:x=eAtc x=eAtx(0)

在这里插入图片描述

eg

在这里插入图片描述

( 1 ) 求 e t A A − I = ( − 4 4 2 − 2 2 1 − 2 2 1 ) = ( 2 1 1 ) ( − 2 , 2 , 1 ) , r ( A − I ) = 1 , 且 λ ( A − I ) = { − 1 , 0 , 0 } ⇒ λ ( A ) = { 0 , 1 , 1 } 对 于 2 重 根 λ 2 = 1 , 有 r ( A − I ) = 3 − 2 = 1 , 故 A 为 单 阵 A 有 谱 分 解 , A = λ 1 G 1 + λ 2 G 2 , 令 f ( x ) = e t x , f ( λ 1 ) = e 0 = 1 , f ( λ 2 ) = e t ⋅ 1 = e t , G 1 = A − λ 2 I λ 1 − λ 2 = I − A , G 2 = A − λ 1 I λ 2 − λ 1 = A e t A = f ( λ 1 ) G 1 + f ( λ 2 ) G 2 = G 1 + e t G 2 = I − A + e t A = I + ( e t − 1 ) A = ( 4 − 3 e t 4 e t − 4 2 e t − 2 2 − 2 e t 3 e t − 2 e t − 1 2 − 2 e t 2 e t − 2 2 e t − 1 ) ( 2 ) 求 齐 次 线 性 方 程 的 解 X = e t A c ⃗ = ( 4 − 3 e t 4 e t − 4 2 e t − 2 2 − 2 e t 3 e t − 2 e t − 1 2 − 2 e t 2 e t − 2 2 e t − 1 ) ( 0 1 0 ) = ( 4 e t − 4 3 e t − 2 2 e t − 2 ) ( 3 ) 代 入 t = 0 检 验 , X ( 0 ) = ( 0 1 0 ) = c ⃗ \begin{aligned} &(1)求e^{tA}\\ &A-I=\left( \begin{matrix} -4&4&2\\-2&2&1\\-2&2&1 \end{matrix} \right)=\left( \begin{matrix} 2\\1\\1 \end{matrix} \right)(-2,2,1),r(A-I)=1,且\lambda(A-I)=\{-1,0,0\}\Rightarrow \lambda(A)=\{0,1,1\}\\ &对于2重根\lambda_2=1,有r(A-I)=3-2=1,故A为单阵\\ &A有谱分解,A=\lambda_1G_1+\lambda_2G_2,令f(x)=e^{tx},f(\lambda_1)=e^{0}=1,f(\lambda_2)=e^{t\cdot1}=e^t,G_1=\frac{A-\lambda_2I}{\lambda_1-\lambda_2}=I-A,G_2=\frac{A-\lambda_1I}{\lambda_2-\lambda_1}=A\\ &e^{tA}=f(\lambda_1)G_1+f(\lambda_2)G_2=G_1+e^tG_2=I-A+e^tA=I+(e^t-1)A=\left( \begin{matrix} 4-3e^t&4e^t-4&2e^t-2\\2-2e^t&3e^t-2&e^t-1\\2-2e^t&2e^t-2&2e^t-1 \end{matrix} \right)\\ &(2)求齐次线性方程的解X=e^{tA}\vec{c}=\left( \begin{matrix} 4-3e^t&4e^t-4&2e^t-2\\2-2e^t&3e^t-2&e^t-1\\2-2e^t&2e^t-2&2e^t-1 \end{matrix} \right)\left( \begin{matrix} 0\\1\\0 \end{matrix} \right)=\left( \begin{matrix} 4e^t-4\\3e^t-2\\2e^t-2 \end{matrix} \right)\\ &(3)代入t=0检验,X(0)=\left( \begin{matrix} 0\\1\\0 \end{matrix} \right)=\vec{c} \end{aligned} (1)etAAI=422422211=211(2,2,1),r(AI)=1,λ(AI)={1,0,0}λ(A)={0,1,1}2λ2=1,r(AI)=32=1,AAA=λ1G1+λ2G2f(x)=etx,f(λ1)=e0=1,f(λ2)=et1=et,G1=λ1λ2Aλ2I=IA,G2=λ2λ1Aλ1I=AetA=f(λ1)G1+f(λ2)G2=G1+etG2=IA+etA=I+(et1)A=43et22et22et4et43et22et22et2et12et1(2)线X=etAc =43et22et22et4et43et22et22et2et12et1010=4et43et22et2(3)t=0,X(0)=010=c


在这里插入图片描述

令 A = ( 3 − 1 1 1 ) , X = ( x y ) , 可 写 方 程 d X d t = A X , 通 解 公 式 为 X = e t A c ⃗ , c ⃗ t = 0 = ( c 1 c 2 ) ( 1 ) A 为 行 和 矩 阵 , λ ( A ) = { 2 , t r ( A ) − 2 } = { 2 , 2 } , A − 2 I = ( 1 − 1 1 − 1 ) , r ( A − 2 I ) = 1 ≠ 2 − 2 = 0 A 不 是 单 阵 , ( A − 2 I ) 2 = 0 , 故 由 平 移 幂 0 阵 可 写 解 析 函 数 f ( x ) = f ( 2 ) + f ′ ( 2 ) ( A − 2 I ) 矩 阵 函 数 为 f ( A ) = f ( 2 ) I + f ′ ( 2 ) ( A − 2 I ) 令 f ( A ) = e t x , f ( 2 ) = e 2 t , f ′ ( 2 ) = t e 2 t , 则 e t A = e 2 t I + t e 2 t ( A − 2 I ) = e 2 t [ I + t ( A − 2 I ) ] = e 2 t [ ( 1 1 ) + ( t − t t − t ) ] = e 2 t ( 1 + t − t t 1 − t ) ( 2 ) 求 通 解 X = e t A C = e 2 t ( 1 + t − t t 1 − t ) ( c 1 c 2 ) = e 2 t ( ( 1 + t ) c 1 − t c 2 t c 1 + ( 1 − t ) c 2 ) { x = e 2 t [ ( 1 + t ) c 1 − t c 2 ] y = e 2 t [ t c 1 + ( 1 − t ) c 2 ] , c 1 , c 2 为 任 意 常 数 \begin{aligned} &令A=\left( \begin{matrix} 3&-1\\1&1 \end{matrix} \right),X=\left( \begin{matrix} x\\y \end{matrix} \right),可写方程\frac{dX}{dt}=AX,通解公式为X=e^{tA}\vec{c},\vec{c}_{t=0}=\left( \begin{matrix} c_1\\c_2 \end{matrix} \right)\\ &(1)A为行和矩阵,\lambda(A)=\{2,tr(A)-2\}=\{2,2\},A-2I=\left( \begin{matrix} 1&-1\\1&-1 \end{matrix} \right),r(A-2I)=1\neq2-2=0\\ &\quad A不是单阵,(A-2I)^2=0,故由平移幂0阵可写解析函数f(x)=f(2)+f'(2)(A-2I)\\ &\quad 矩阵函数为f(A)=f(2)I+f'(2)(A-2I)\\ &\quad 令f(A)=e^{tx},f(2)=e^{2t},f'(2)=te^{2t},则e^{tA}=e^{2t}I+te^{2t}(A-2I)=e^{2t}\left[ I+t(A-2I) \right]=e^{2t}\left[ \left( \begin{matrix} 1&\\&1 \end{matrix} \right)+\begin{aligned} \left( \begin{matrix} t&-t\\t&-t \end{matrix} \right) \end{aligned} \right]=e^{2t}\left( \begin{matrix} 1+t&-t\\t&1-t \end{matrix} \right)\\ &(2) 求通解X=e^{tA}C=e^{2t}\left( \begin{matrix} 1+t&-t\\t&1-t \end{matrix} \right)\left( \begin{matrix} c_1\\c_2 \end{matrix} \right)=e^{2t}\left( \begin{matrix} (1+t)c_1-tc_2\\tc_1+(1-t)c_2 \end{matrix} \right)\\ &\quad \left\{ \begin{aligned} &x=e^{2t}[(1+t)c_1-tc_2]\\ &y=e^{2t}[tc_1+(1-t)c_2] \end{aligned} \right.,c_1,c_2为任意常数 \end{aligned} A=(3111),X=(xy),dtdX=AX,X=etAc ,c t=0=(c1c2)(1)Aλ(A)={2,tr(A)2}={2,2},A2I=(1111),r(A2I)=1=22=0A(A2I)2=0,0f(x)=f(2)+f(2)(A2I)f(A)=f(2)I+f(2)(A2I)f(A)=etx,f(2)=e2t,f(2)=te2t,etA=e2tI+te2t(A2I)=e2t[I+t(A2I)]=e2t[(11)+(tttt)]=e2t(1+ttt1t)(2)X=etAC=e2t(1+ttt1t)(c1c2)=e2t((1+t)c1tc2tc1+(1t)c2){x=e2t[(1+t)c1tc2]y=e2t[tc1+(1t)c2],c1,c2


二阶微分

在这里插入图片描述
令 y = x ′ = x ′ ( t ) , 可 写 方 程 组 { d x d t = y d y d t = − x    ⟺    { d d t ( x y ) = ( 0 1 − 1 0 ) ( x y ) 令 X = ( x y ) , A = ( 0 1 − 1 0 ) ⇒ d X d t = A X 通 解 公 式 为 e t A c ⃗ t = 0 , c ⃗ t = 0 = ( c 1 c 2 ) ⇒ e t A = ( c o s t s i n t − s i n t c o s t ) 可 知 X = e t A C = ( c o s t s i n t − s i n t c o s t ) ( c 1 c 2 ) = ( c 1 c o s t + c 2 s i n t c 2 c o s t − c 1 s i n t ) , 故 原 方 程 通 解 x = c 1 c o s t + c 2 s i n t \begin{aligned} &令y=x'=x'(t),可写方程组\left\{ \begin{aligned} &\frac{dx}{dt}=y\\ &\frac{dy}{dt}=-x \end{aligned} \right.\iff \left\{ \frac{d}{dt}\left( \begin{matrix} x\\y \end{matrix} \right) \right.=\left( \begin{matrix} 0&1\\-1&0 \end{matrix} \right)\left( \begin{matrix} x\\y \end{matrix} \right)\\ &令X=\left( \begin{matrix} x\\y \end{matrix} \right),A=\left( \begin{matrix} 0&1\\-1&0 \end{matrix} \right)\Rightarrow \frac{dX}{dt}=AX\\ &通解公式为 e^{tA}\vec{c}_{t=0},\vec{c}_{t=0}=\left( \begin{matrix} c_1\\c_2 \end{matrix} \right)\Rightarrow e^{tA}=\left( \begin{matrix} cost&sint\\-sint&cost \end{matrix} \right)\\ &可知X=e^{tA}C=\left( \begin{matrix} cost&sint\\-sint&cost \end{matrix} \right)\left( \begin{matrix} c_1\\c_2 \end{matrix} \right)=\left( \begin{matrix} c_1cost+c_2sint\\c_2cost-c_1sint \end{matrix} \right),故原方程通解x=c_1cost+c_2sint \end{aligned} y=x=x(t),dtdx=ydtdy=x{dtd(xy)=(0110)(xy)X=(xy),A=(0110)dtdX=AXetAc t=0,c t=0=(c1c2)etA=(costsintsintcost)X=etAC=(costsintsintcost)(c1c2)=(c1cost+c2sintc2costc1sint)x=c1cost+c2sint


在这里插入图片描述

x ′ ′ = − a 2 x , 令 { x ′ = a y ( t ) y ′ ( t ) = − a x ( a y ′ ( t ) = − a 2 x = x 2 ) , 即 d X d t = A X , A = { 0 a − a 0 } , X = ( x y ) 通 解 为 X = e t A C , 其 中 e t A = e ( 0 a t − a t 0 ) = ( c o s a t s i n a t − s i n a t c o s a t ) , 设 C = ( c 1 c 2 ) X = e t A C = ( c o s a t s i n a t − s i n a t c o s a t ) ( c 1 c 2 ) = ( c 1 c o s a t + c 2 s i n a t c 2 c o s a t − c 1 s i n a t ) \begin{aligned} &x''=-a^2x,令\left\{ \begin{aligned} &x'=ay(t)\\ &y'(t)=-ax&(ay'(t)=-a^{2}x=x^2) \end{aligned} \right.,即\frac{dX}{dt}=AX,A=\left\{ \begin{matrix} 0&a\\-a&0 \end{matrix} \right\},X=\left( \begin{matrix} x\\y \end{matrix} \right)\\ &通解为 X=e^{tA}C,其中e^{tA}=e^{\left( \begin{matrix} 0&at\\-at&0 \end{matrix} \right)}=\left( \begin{matrix} cosat&sinat\\-sinat&cosat \end{matrix} \right),设C=\left( \begin{matrix} c_1\\c_2 \end{matrix} \right)\\ &X=e^{tA}C=\left( \begin{matrix} cosat&sinat\\-sinat&cosat \end{matrix} \right)\left( \begin{matrix} c_1\\c_2 \end{matrix} \right)=\left( \begin{matrix} c_1cosat+c_2sinat\\ c_2cosat-c_1sinat \end{matrix} \right) \end{aligned} x=a2x,{x=ay(t)y(t)=ax(ay(t)=a2x=x2),dtdX=AX,A={0aa0},X=(xy)X=etAC,etA=e(0atat0)=(cosatsinatsinatcosat),C=(c1c2)X=etAC=(cosatsinatsinatcosat)(c1c2)=(c1cosat+c2sinatc2cosatc1sinat)

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/27990.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

正点原子stm32F407学习笔记5——串口通信实验

一、串口通信实验1 上位机给开发板发送数据,开发板将收到的数据发回给上位机 串口设置的一般步骤可以总结为如下几个步骤: 串口时钟使能,GPIO 时钟使能。设置引脚复用器映射:调用 GPIO_PinAFConfig 函数。GPIO 初始化设置&#…

数据库性能翻3倍:Redis on Flash分层存储技术是如何做到的?

Redis on flash简介:Redis on Flash 涉及到的是Redis的分层存储技术,即将数据存放在不同地方。Redis自2016年以来支持Redis on Flash。从2019年开始, Redis企业版(Redis Enterprise)宣布支持英特尔Optane DC持久性内存&#xff0c…

基于NB-IoT的智能垃圾桶系统设计与实现

本设计是基于物联网的智能垃圾桶,主要实现以下功能: 1,压力传感器模块采集垃圾重量数据; 2,GPS定位模块采集垃圾桶所在的经纬度数据; 3,人体红外模块检测人体并返回是否有人通过的数据&#xf…

会议管理系统SSM记录(二)

目录: (1)整合Freemarker (2)用户登录 (3)提取头部 (4)提取菜单抽取 (1)整合Freemarker 在pom.xml中加入Freemark依赖: 创建free…

HTML+CSS大作业:基于HMTL校园学校网页设计题材【我的学校网站】

🎉精彩专栏推荐 💭文末获取联系 ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主 💂 作者主页: 【主页——🚀获取更多优质源码】 🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (10…

专精特新企业三个层级

专精特新企业也是分层级的。工信部2022年6月印发《优质中小企业梯度培育管理暂行办法》里面明确提出中小企业培育的3个梯度,分别是创新型中小企业、专精特新中小企业和专精特新小巨人企业,刚好构成中小企业发展层级金字塔。这就意味着企业想要发展崛起&a…

19 04-读取DTC快照信息

诊断协议那些事儿 诊断协议那些事儿专栏系列文章,19服务作为UDS中子功能最多的服务,一共有28种子功能,本文将介绍常用的19 04服务:读取快照信息。 关联文章: 19服务List 19 01-通过状态掩码读取DTC数目 $19服务:DTC…

1.2 C++编译器对指针的解释方式(深度理解c++指针)

1.2 指针 1.2.1 指针解释方式 从内存的角度,一个指向类对象的指针与一个指向整数类型的指针或一个指向数组的指针,三者之间是没有任何区别的,它们内部都只存储了一个机器地址值(word)。不同类型指针的区别仅在于其寻址出来的object类型的不…

div+css布局实现个人网页设计(HTML期末作业)

🎉精彩专栏推荐👇🏻👇🏻👇🏻 ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主 💂 作者主页: 【主页——🚀获取更多优质源码】 🎓 web前端期末大作业…

Spring源码深度解析:七、bean的加载① - doGetBean概述

我们先通过getBean()流程图,来了解Spring的getBean()方法的工作流程,接着根据这个工作流程一步一步的阅读源码 一、前言 文章目录:Spring源码分析:文章目录 getBean()方法是spring ioc的核心,阅读getBean()方法的源…

【Spring Boot+Vue.js+JPA+Mysql】实现前后端分离的名片系统(附源码 超详细必看 可作为大作业使用)

需要项目源码请点赞关注收藏后评论区留言并且私信~~~ 一、项目简介 前后端分离的核心思想时前端页面通过掉用后端的RESTfulApI进行数据交互。本次项目使用Spring BootSpring Data JPA实现后端系统,使用Vue.js实现前端系统,数据库采用mysql,集…

磨金石教育摄影技能干货分享||如何将平凡的窗户拍出美感

窗户有着天然的构图优势,一直是摄影爱好者们喜欢拍的场景。都说眼睛是心灵的窗户,窗户其实就是房间窥探世界的眼睛。 特别是在中国文化中,对窗户的艺术雕刻,总是那么侧重。一间房子好不好看,窗户的设计往往是较为重要…

Java里的异常机制

一、什么是异常 软件程序在运行过程中,遇到用户输入不符合要求、文件路径不存在、文件格式错误、非法参数等的异常问题,叫做异常(Exception)。 二、简单分类 1.检查性异常 最具代表的检查性异常就是用户错误或问题引起的异常&…

计算机网络:网络层

网络层 网络层主要是解决寻址连接问题,例如两个主机在网络上通过IP进行连接通信 1.网络层概述 网络层的主要任务是实现网络互联,进而实现数据包在各网络之间的传输 需要解决的主要问题: 因特网 使用TCP/IP协议栈通过学习TCP/IP协议栈的网…

Nginx:handler 模块的实现

文章目录1、模块的分类2、模块的基本结构2.1、模块配置结构2.2、模块配置命令2.3、模块上下文结构2.4、模块的定义3、http 请求处理3.1、请求处理阶段3.2、获取用户请求3.3、发送响应4、例:流量限制模块4.1、操作共享内存4.1.1、红黑树4.1.2、双向链表4.2、编写模块…

APS排程软件在压铸行业的应用

压铸是一种金属铸造工艺,其特点是利用模具内腔对融化的金属施加高压。模具通常是用强度更高的合金加工而成的,这个过程有些类似注塑成型。大多数压铸铸件都是不含铁的,例如锌、铜、铝、镁、铅、锡以及铅锡合金以及它们的合金。根据压铸类型的…

js:判断文本溢出隐藏生效text-overflow: ellipsis

效果展示 参数汇总 看上图,不难发现,文字有超出的条件是 target.scrollWidth > target.offsetWidth可以通过js判断是否生效,参考element-ui的代码实现 https://github.com/ElemeFE/element/blob/dev/packages/table/src/table-body.js#…

RocketMQ的主要组件及其功能

一、RocketMQ部署的组件 RocketMQ是啥就不多说了,一个基于主题的订阅发布机制的消息中间。下面就是我们部署时的架构,NameServer和Broker需要部署在服务器上,对于消费者和生产者则是我们在自己的程序里启动,去push/pull消息。 消…

rust变量与常量

变量绑定 在rust里有个核心原则,那就是所有权。在其它语言中,我们可以把一个值赋值给变量。但是在rust里,是把值绑定到变量上。任何内存对象都是有主人的,而且一般情况下完全属于它的主人,绑定就是把这块内存绑定给一…

路由器的工作原理,详细介绍

1、路由器的作用 路由器: router 作用:实现跨网段通信,不同的网络之间通信 交换机: switch 作用:组建局域网,就是将电脑通过网络连起来 交换机的原理参考文档:计算机网络之交换机的工作原理…