1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/larryleifeng-linear-algebra-lecture

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
la002-4-ppt.lyx 44 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
larryeppes Отправлено 06.04.2024 15:00 f4304f6
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036
#LyX 2.3 created this file. For more info see http://www.lyx.org/
\lyxformat 544
\begin_document
\begin_header
\save_transient_properties true
\origin unavailable
\textclass beamer
\begin_preamble
% 如果没有这一句命令,XeTeX会出错,原因参见
% http://bbs.ctex.org/viewthread.php?tid=60547
\DeclareRobustCommand\nobreakspace{\leavevmode\nobreak\ }
% \usepackage{tkz-euclide}
% \usetkzobj{all}
\usepackage{multicol}
\usepackage[define-L-C-R]{nicematrix}
\usetheme[lw]{uantwerpen}
\AtBeginDocument{
\renewcommand\logopos{111.png}
\renewcommand\logoneg{111.png}
\renewcommand\logomonowhite{111.png}
\renewcommand\iconfile{111.png}
}
\setbeamertemplate{theorems}[numbered]
\AtBeginSection[]
{
\begin{frame}{章节内容}
\transfade%淡入淡出效果
\begin{multicols}{2}
\tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/shaded/hide]
\end{multicols}
\addtocounter{framenumber}{-1} %目录页不计算页码
\end{frame}
}
\usepackage{amsmath, amsfonts, amssymb, mathtools, yhmath, mathrsfs}
% http://ctan.org/pkg/extarrows
% long equal sign
\usepackage{extarrows}
\DeclareMathOperator{\sech}{sech}
\DeclareMathOperator{\curl}{curl}
%\everymath{\color{blue}\everymath{}}
%\everymath\expandafter{\color{blue}\displaystyle}
%\everydisplay\expandafter{\the\everydisplay \color{red}}
\def\degree{^\circ}
\def\bt{\begin{theorem}}
\def\et{\end{theorem}}
\def\bl{\begin{lemma}}
\def\el{\end{lemma}}
\def\bc{\begin{corrolary}}
\def\ec{\end{corrolary}}
\def\ba{\begin{proof}[解]}
\def\ea{\end{proof}}
\def\ue{\mathrm{e}}
\def\ud{\,\mathrm{d}}
\def\GF{\mathrm{GF}}
\def\ui{\mathrm{i}}
\def\Re{\mathrm{Re}}
\def\Im{\mathrm{Im}}
\def\uRes{\mathrm{Res}}
\def\diag{\,\mathrm{diag}\,}
\def\be{\begin{equation}}
\def\ee{\end{equation}}
\def\bee{\begin{equation*}}
\def\eee{\end{equation*}}
\def\sumcyc{\sum\limits_{cyc}}
\def\prodcyc{\prod\limits_{cyc}}
\def\i{\infty}
\def\a{\alpha}
\def\b{\beta}
\def\g{\gamma}
\def\d{\delta}
\def\l{\lambda}
\def\m{\mu}
\def\t{\theta}
\def\p{\partial}
\def\wc{\rightharpoonup}
\def\udiv{\mathrm{div}}
\def\diam{\mathrm{diam}}
\def\dist{\mathrm{dist}}
\def\uloc{\mathrm{loc}}
\def\uLip{\mathrm{Lip}}
\def\ucurl{\mathrm{curl}}
\def\usupp{\mathrm{supp}}
\def\uspt{\mathrm{spt}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\providecommand{\abs}[1]{\left\lvert#1\right\rvert}
\providecommand{\norm}[1]{\left\Vert#1\right\Vert}
\providecommand{\paren}[1]{\left(#1\right)}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\FF}{\mathbb{F}}
\newcommand{\ZZ}{\mathbb{Z}}
\newcommand{\WW}{\mathbb{W}}
\newcommand{\NN}{\mathbb{N}}
\newcommand{\PP}{\mathbb{P}}
\newcommand{\QQ}{\mathbb{Q}}
\newcommand{\RR}{\mathbb{R}}
\newcommand{\TT}{\mathbb{T}}
\newcommand{\CC}{\mathbb{C}}
\newcommand{\pNN}{\mathbb{N}_{+}}
\newcommand{\cZ}{\mathcal{Z}}
\newcommand{\cM}{\mathcal{M}}
\newcommand{\cS}{\mathcal{S}}
\newcommand{\cX}{\mathcal{X}}
\newcommand{\cW}{\mathcal{W}}
\newcommand{\eqdef}{\xlongequal{\text{def}}}%
\newcommand{\eqexdef}{\xlongequal[\text{存在}]{\text{记为}}}%
\end_preamble
\options aspectratio = 1610, 11pt, UTF8
\use_default_options true
\begin_modules
theorems-ams
theorems-sec
\end_modules
\maintain_unincluded_children false
\language chinese-simplified
\language_package default
\inputencoding utf8-cjk
\fontencoding global
\font_roman "default" "default"
\font_sans "default" "default"
\font_typewriter "default" "default"
\font_math "auto" "auto"
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\font_cjk gbsn
\use_microtype false
\use_dash_ligatures true
\graphics default
\default_output_format pdf2
\output_sync 0
\bibtex_command default
\index_command default
\float_placement H
\paperfontsize default
\spacing single
\use_hyperref true
\pdf_bookmarks true
\pdf_bookmarksnumbered false
\pdf_bookmarksopen false
\pdf_bookmarksopenlevel 1
\pdf_breaklinks true
\pdf_pdfborder true
\pdf_colorlinks true
\pdf_backref false
\pdf_pdfusetitle true
\papersize default
\use_geometry true
\use_package amsmath 2
\use_package amssymb 2
\use_package cancel 1
\use_package esint 2
\use_package mathdots 1
\use_package mathtools 2
\use_package mhchem 1
\use_package stackrel 1
\use_package stmaryrd 1
\use_package undertilde 1
\cite_engine basic
\cite_engine_type default
\biblio_style plain
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 1
\use_minted 0
\index Index
\shortcut idx
\color #008000
\end_index
\leftmargin 2cm
\topmargin 2cm
\rightmargin 2cm
\bottommargin 2cm
\secnumdepth 3
\tocdepth 2
\paragraph_separation indent
\paragraph_indentation default
\is_math_indent 0
\math_numbering_side default
\quotes_style english
\dynamic_quotes 0
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header
\begin_body
\begin_layout Section
分块矩阵
\end_layout
\begin_layout Subsection
分块矩阵的概念
\end_layout
\begin_layout Frame
\begin_inset Argument 4
status open
\begin_layout Plain Layout
分块矩阵的概念
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Itemize
对于行数和列数较高的矩阵;
\end_layout
\begin_layout Itemize
为了简化运算, 经常采用分块法;
\end_layout
\begin_layout Itemize
使大矩阵的运算化成若干小矩阵间的运算;
\end_layout
\begin_layout Itemize
同时也使原矩阵的结构显得简单而清晰.
\end_layout
\begin_layout Standard
具体做法是: 将大矩阵用若干条纵线和横线分成多个小矩阵.
每个小矩阵称为
\begin_inset Formula $A$
\end_inset
\series bold
子块
\series default
,
\series bold
以子块为元素
\series default
的形式上的矩阵称为
\series bold
分块矩阵
\series default
.
\end_layout
\begin_layout Standard
矩阵的分块有多种方式, 可根据具体需要而定.
\end_layout
\begin_layout Remark*
一个矩阵也可看作以
\begin_inset Formula $m\times n$
\end_inset
个元素为
\begin_inset Formula $1$
\end_inset
阶子块的分块矩阵.
\end_layout
\end_deeper
\begin_layout Frame
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Frame
\begin_inset Argument 4
status open
\begin_layout Plain Layout
分块矩阵
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Example
\begin_inset ERT
status open
\begin_layout Plain Layout
$A=
\backslash
begin{bNiceArray}{ccc:c}
\end_layout
\begin_layout Plain Layout
1 & 3 & -1 & 0
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
2 & 5 & 0 & -2
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
\backslash
hdottedline
\end_layout
\begin_layout Plain Layout
3 & 1 & -1 & 3
\end_layout
\begin_layout Plain Layout
\backslash
end{bNiceArray}$,
\end_layout
\end_inset
\begin_inset Formula $A$
\end_inset
就是一个分块矩阵.
若记
\begin_inset Formula
\[
\begin{array}{ll}
A_{11}=\begin{bmatrix}1 & 3 & -1\\
2 & 5 & 0
\end{bmatrix}, & A_{12}=\begin{bmatrix}0\\
-2
\end{bmatrix},\\
A_{21}=(3,1,-1), & A_{22}=(3),
\end{array}
\]
\end_inset
\begin_inset Formula $A$
\end_inset
可表示为
\begin_inset Formula
\[
A=\begin{bmatrix}A_{11} & A_{12}\\
A_{21} & A_{22}
\end{bmatrix},
\]
\end_inset
这是一个分成了 4 块的分块矩阵.
\end_layout
\end_deeper
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Frame
\begin_inset Argument 4
status open
\begin_layout Plain Layout
分块矩阵
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Example
\begin_inset ERT
status open
\begin_layout Plain Layout
$A=
\backslash
begin{bNiceArray}{cc:cc:c}
\end_layout
\begin_layout Plain Layout
1 & 1 & 0 & 0 & 0
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
-1 & 1 & 0 & 0 & 0
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
\backslash
hdottedline
\end_layout
\begin_layout Plain Layout
0 & 0 & 1 & 0 & 0
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
0 & 0 & 1 & 1 & 0
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
\backslash
hdottedline
\end_layout
\begin_layout Plain Layout
0 & 0 & 0 & 0 & 1
\end_layout
\begin_layout Plain Layout
\backslash
end{bNiceArray}$,
\end_layout
\end_inset
\begin_inset Formula $A$
\end_inset
是一个分了块的矩阵, 且
\begin_inset Formula $A$
\end_inset
的分块有一个特点, 若记
\begin_inset Formula
\[
A_{1}=\begin{bmatrix}1 & 1\\
-1 & 1
\end{bmatrix},\ A_{2}=\begin{bmatrix}1 & 0\\
1 & 1
\end{bmatrix},\ A_{3}=(1),
\]
\end_inset
\begin_inset Formula
\[
A=\begin{bmatrix}A_{1} & O & O\\
O & A_{2} & O\\
O & O & A_{3}
\end{bmatrix},
\]
\end_inset
\begin_inset Formula $A$
\end_inset
作为分块矩阵来看, 除了主对角线上的块外, 其余各块都是零矩阵, 以后我们会看到这种分块成对角形状的矩阵在运算上是比较简便的.
\end_layout
\end_deeper
\begin_layout Subsection
分块矩阵的运算
\end_layout
\begin_layout Frame
\begin_inset Argument 3
status open
\begin_layout Plain Layout
allowframebreaks
\end_layout
\end_inset
\begin_inset Argument 4
status open
\begin_layout Plain Layout
分块矩阵的运算
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Standard
分块矩阵的运算与普通矩阵的运算规则相似.
分块时要注意, 运算的两矩阵按块能运算, 并且参与运算的子块也能运算, 即, 内外都能运算.
\end_layout
\begin_layout Enumerate
设矩阵
\begin_inset Formula $A$
\end_inset
\begin_inset Formula $B$
\end_inset
的行数相同, 列数相同, 采用相同的分块法, 若
\begin_inset Formula
\[
A=\begin{bmatrix}A_{11} & \cdots & A_{1t}\\
\vdots & \ddots & \vdots\\
A_{s1} & \cdots & A_{st}
\end{bmatrix},\ B=\begin{bmatrix}B_{11} & \cdots & B_{1t}\\
\vdots & \ddots & \vdots\\
B_{s1} & \cdots & B_{st}
\end{bmatrix},
\]
\end_inset
其中
\begin_inset Formula $A_{ij}$
\end_inset
\begin_inset Formula $B_{ij}$
\end_inset
的行数相同, 列数相同, 则
\begin_inset Formula
\[
A+B=\begin{bmatrix}A_{11}+B_{11} & \cdots & A_{1t}+B_{1t}\\
\vdots & \ddots & \vdots\\
A_{s1}+B_{s1} & \cdots & A_{st}+B_{st}
\end{bmatrix}.
\]
\end_inset
\end_layout
\begin_layout Enumerate
\begin_inset Formula $A=\begin{bmatrix}A_{11} & \cdots & A_{1t}\\
\vdots & \ddots & \vdots\\
A_{s1} & \cdots & A_{st}
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $k$
\end_inset
为数, 则
\begin_inset Formula $kA=\begin{bmatrix}kA_{11} & \cdots & kA_{1t}\\
\vdots & \ddots & \vdots\\
kA_{s1} & \cdots & kA_{st}
\end{bmatrix}$
\end_inset
.
\end_layout
\begin_layout Enumerate
\begin_inset Formula $A$
\end_inset
\begin_inset Formula $m\times l$
\end_inset
矩阵,
\begin_inset Formula $B$
\end_inset
\begin_inset Formula $l\times n$
\end_inset
矩阵, 分块成
\begin_inset Formula
\[
A=\begin{bmatrix}A_{11} & \cdots & A_{1t}\\
\vdots & \ddots & \vdots\\
A_{s1} & \cdots & A_{st}
\end{bmatrix},\ B=\begin{bmatrix}B_{11} & \cdots & B_{1r}\\
\vdots & \ddots & \vdots\\
B_{t1} & \cdots & B_{tr}
\end{bmatrix},
\]
\end_inset
其中
\begin_inset Formula $A_{p1},A_{p2},\cdots,A_{pt}$
\end_inset
的列数分别等于
\begin_inset Formula $B_{1q},B_{2q},\cdots,B_{tq}$
\end_inset
的行数, 则
\begin_inset Formula
\[
AB=\begin{bmatrix}C_{11} & \cdots & C_{1r}\\
\vdots & \ddots & \vdots\\
C_{s1} & \cdots & C_{sr}
\end{bmatrix},
\]
\end_inset
其中
\begin_inset Formula $C_{pq}=\sum_{k=1}^{t}A_{pk}B_{kq}$
\end_inset
, (
\begin_inset Formula $p=1,2,\cdots,s;\ q=1,2,\cdots,r$
\end_inset
).
\end_layout
\begin_layout Enumerate
\series bold
分块矩阵的转置
\series default
, 设
\begin_inset Formula $A=\begin{bmatrix}A_{11} & \cdots & A_{1t}\\
\vdots & \ddots & \vdots\\
A_{s1} & \cdots & A_{st}
\end{bmatrix}$
\end_inset
, 则
\begin_inset Formula $A^{T}=\begin{bmatrix}A_{11}^{T} & \cdots & A_{s1}^{T}\\
\vdots & \ddots & \vdots\\
A_{1t}^{T} & \cdots & A_{st}^{T}
\end{bmatrix}$
\end_inset
.
\end_layout
\begin_layout Enumerate
\begin_inset Formula $A$
\end_inset
\begin_inset Formula $n$
\end_inset
阶矩阵, 若
\begin_inset Formula $A$
\end_inset
的分块矩阵只有在对角线上有非零子块, 其余子块都为零矩阵, 且在对角线上的子块都是方阵, 即
\begin_inset Formula
\[
A=\begin{bmatrix}A_{1} & & & O\\
& A_{2}\\
& & \ddots\\
O & & & A_{s}
\end{bmatrix},
\]
\end_inset
其中
\begin_inset Formula $A_{i}$
\end_inset
(
\begin_inset Formula $i=1,2,\cdots,s$
\end_inset
) 都是方阵, 则称
\begin_inset Formula $A$
\end_inset
\series bold
分块对角矩阵
\series default
.
\begin_inset Newline newline
\end_inset
分块对角矩阵具有以下性质:
\end_layout
\begin_deeper
\begin_layout Enumerate
\begin_inset Formula $\left|A_{i}\right|\neq0$
\end_inset
, (
\begin_inset Formula $i=1,2,\cdots,s$
\end_inset
), 则
\begin_inset Formula $|A|\neq0$
\end_inset
, 且
\begin_inset Formula $|A|=\left|A_{1}\right|\left|A_{2}\right|\cdots\left|A_{s}\right|$
\end_inset
;
\end_layout
\begin_layout Enumerate
\begin_inset Formula $A^{-1}=\begin{bmatrix}A_{1}^{-1} & & & O\\
& A_{2}^{-1}\\
& & \ddots\\
O & & & A_{s}^{-1}
\end{bmatrix}$
\end_inset
.
\end_layout
\begin_layout Enumerate
同结构的对角分块矩阵的和、差、积、商仍是对角分块矩阵.
且运算表现为对应子块的运算.
\end_layout
\end_deeper
\begin_layout Enumerate
形如
\end_layout
\begin_layout Standard
\begin_inset Formula
\[
\begin{bmatrix}A_{11} & A_{12} & \cdots & A_{1s}\\
0 & A_{22} & \cdots & A_{2s}\\
\vdots & \vdots & \ddots & \vdots\\
0 & 0 & \cdots & A_{ss}
\end{bmatrix}\text{ 或 }\begin{bmatrix}A_{11} & 0 & \cdots & 0\\
A_{21} & A_{22} & \cdots & 0\\
\vdots & \vdots & \ddots & \vdots\\
A_{s1} & A_{s2} & \cdots & A_{ss}
\end{bmatrix}
\]
\end_inset
的分块矩阵, 分别称为
\series bold
上三角分块矩阵
\series default
\series bold
下三角分块矩阵
\series default
, 其中
\begin_inset Formula $A_{pp}$
\end_inset
(
\begin_inset Formula $p=1,2,\cdots,s$
\end_inset
) 是方阵.
同结构的上 (下) 三角分块矩阵的和、差、积、商仍是上 (下) 三角分块矩阵.
\end_layout
\end_deeper
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Frame
\begin_inset Argument 3
status open
\begin_layout Plain Layout
allowframebreaks
\end_layout
\end_inset
\begin_inset Argument 4
status open
\begin_layout Plain Layout
分块矩阵的运算
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Example
设矩阵
\begin_inset Formula $A=\begin{bmatrix}1 & 0 & 1 & 3\\
0 & 1 & 2 & 4\\
0 & 0 & -1 & 0\\
0 & 0 & 0 & -1
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $B=\begin{bmatrix}1 & 2 & 0 & 0\\
2 & 0 & 0 & 0\\
6 & 3 & 1 & 0\\
0 & -2 & 0 & 1
\end{bmatrix}$
\end_inset
, 用分块矩阵计算
\begin_inset Formula $kA,A+B$
\end_inset
.
\end_layout
\begin_layout Solution*
将矩阵计算
\begin_inset Formula $A,B$
\end_inset
分块如下:
\end_layout
\begin_layout Solution*
\begin_inset Formula
\[
A=\begin{bmatrix}1 & 0 & 1 & 3\\
0 & 1 & 2 & 4\\
0 & 0 & -1 & 0\\
0 & 0 & 0 & -1
\end{bmatrix}=\begin{bmatrix}E & C\\
O & -E
\end{bmatrix},\quad B=\begin{bmatrix}1 & 2 & 0 & 0\\
2 & 0 & 0 & 0\\
6 & 3 & 1 & 0\\
0 & -2 & 0 & 1
\end{bmatrix}=\begin{bmatrix}D & O\\
F & E
\end{bmatrix},
\]
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Solution*
\color gray
将矩阵计算
\begin_inset Formula $A,B$
\end_inset
分块如下:
\end_layout
\begin_layout Solution*
\color gray
\begin_inset Formula
\[
A=\begin{bmatrix}1 & 0 & 1 & 3\\
0 & 1 & 2 & 4\\
0 & 0 & -1 & 0\\
0 & 0 & 0 & -1
\end{bmatrix}=\begin{bmatrix}E & C\\
O & -E
\end{bmatrix},\quad B=\begin{bmatrix}1 & 2 & 0 & 0\\
2 & 0 & 0 & 0\\
6 & 3 & 1 & 0\\
0 & -2 & 0 & 1
\end{bmatrix}=\begin{bmatrix}D & O\\
F & E
\end{bmatrix},
\]
\end_inset
\color inherit
\begin_inset Formula $A=k\begin{bmatrix}E & C\\
O & -E
\end{bmatrix}=\begin{bmatrix}kE & kC\\
O & -kE
\end{bmatrix}=\begin{bmatrix}k & 0 & k & 3k\\
0 & k & 2k & 4k\\
0 & 0 & -k & 0\\
0 & 0 & 0 & -k
\end{bmatrix}$
\end_inset
,
\end_layout
\begin_layout Solution*
\begin_inset Formula
\[
A+B=\begin{bmatrix}E & C\\
O & -E
\end{bmatrix}+\begin{bmatrix}D & O\\
F & E
\end{bmatrix}=\begin{bmatrix}E+D & C\\
F & O
\end{bmatrix}=\begin{bmatrix}2 & 2 & 1 & 3\\
2 & 1 & 2 & 4\\
6 & 3 & 0 & 0\\
0 & -2 & 0 & 0
\end{bmatrix}.
\]
\end_inset
\end_layout
\end_deeper
\begin_layout Frame
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Frame
\begin_inset Argument 3
status open
\begin_layout Plain Layout
allowframebreaks
\end_layout
\end_inset
\begin_inset Argument 4
status open
\begin_layout Plain Layout
分块矩阵的运算
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Example
\begin_inset Formula $A=\begin{bmatrix}1 & 0 & 0 & 0\\
0 & 1 & 0 & 0\\
-1 & 2 & 1 & 0\\
1 & 1 & 0 & 1
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $B=\begin{bmatrix}1 & 0 & 1 & 0\\
-1 & 2 & 0 & 1\\
1 & 0 & 4 & 1\\
-1 & -1 & 2 & 0
\end{bmatrix}$
\end_inset
, 求
\begin_inset Formula $AB$
\end_inset
.
\end_layout
\begin_layout Solution*
\begin_inset Formula $A,B$
\end_inset
分块成
\begin_inset Formula
\[
A=\begin{bmatrix}E & O\\
A_{1} & E
\end{bmatrix},\ B=\begin{bmatrix}B_{11} & E\\
B_{21} & B_{22}
\end{bmatrix},
\]
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Solution*
\color gray
\begin_inset Formula $A,B$
\end_inset
分块成
\begin_inset Formula
\[
A=\begin{bmatrix}E & O\\
A_{1} & E
\end{bmatrix},\ B=\begin{bmatrix}B_{11} & E\\
B_{21} & B_{22}
\end{bmatrix},
\]
\end_inset
\color inherit
\begin_inset Formula $AB=\begin{bmatrix}E & O\\
A_{1} & E
\end{bmatrix}\cdot\begin{bmatrix}B_{11} & E\\
B_{21} & B_{22}
\end{bmatrix}=\begin{bmatrix}B_{11} & E\\
A_{1}B_{11}+B_{21} & A_{1}+B_{22}
\end{bmatrix}$
\end_inset
.
\begin_inset Formula
\begin{align*}
A_{1}B_{11}+B_{21} & =\begin{bmatrix}-1 & 2\\
1 & 1
\end{bmatrix}\begin{bmatrix}1 & 0\\
-1 & 2
\end{bmatrix}+\begin{bmatrix}1 & 0\\
-1 & -1
\end{bmatrix}=\begin{bmatrix}-3 & 4\\
0 & 2
\end{bmatrix}+\begin{bmatrix}1 & 0\\
-1 & -1
\end{bmatrix}=\begin{bmatrix}-2 & 4\\
-1 & 1
\end{bmatrix}\\
A_{1}+B_{22} & =\begin{bmatrix}-1 & 2\\
1 & 1
\end{bmatrix}+\begin{bmatrix}4 & 1\\
2 & 0
\end{bmatrix}=\begin{bmatrix}3 & 3\\
3 & 1
\end{bmatrix},\\
AB & =\begin{bmatrix}B_{11} & E\\
A_{1}B_{11}+B_{21} & A_{1}+B_{22}
\end{bmatrix}=\begin{bmatrix}1 & 0 & 1 & 0\\
-1 & 2 & 0 & 1\\
-2 & 4 & 3 & 3\\
-1 & 1 & 3 & 1
\end{bmatrix}.
\end{align*}
\end_inset
\end_layout
\end_deeper
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Frame
\begin_inset Argument 3
status open
\begin_layout Plain Layout
allowframebreaks
\end_layout
\end_inset
\begin_inset Argument 4
status open
\begin_layout Plain Layout
分块矩阵的运算
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Example
\begin_inset ERT
status open
\begin_layout Plain Layout
$A=
\backslash
begin{bNiceArray}{cc|c|cc}
\end_layout
\begin_layout Plain Layout
1 & 0 & 2 & -1 & 0
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
0 & 1 & 1 & -2 & 1
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
\backslash
hline
\end_layout
\begin_layout Plain Layout
0 & 0 & 3 & 1 & 0
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
1 & 0 & -2 & 0 & 1
\end_layout
\begin_layout Plain Layout
\backslash
end{bNiceArray}$, $B=
\backslash
begin{bNiceArray}{cc|c}
\end_layout
\begin_layout Plain Layout
1 & 0 & 2
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
0 & 1 & 0
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
\backslash
hline
\end_layout
\begin_layout Plain Layout
-1 & 1 & 3
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
\backslash
hline
\end_layout
\begin_layout Plain Layout
2 & 0 & 1
\end_layout
\begin_layout Plain Layout
\backslash
end{bNiceArray}$,
\end_layout
\end_inset
也可写为
\begin_inset Formula
\[
A=\begin{bmatrix}A_{11} & A_{12} & A_{13}\\
A_{21} & A_{22} & A_{23}
\end{bmatrix},\ B=\begin{bmatrix}B_{11} & B_{12}\\
B_{21} & B_{22}\\
B_{31} & B_{32}
\end{bmatrix}.
\]
\end_inset
\begin_inset Formula $C=AB$
\end_inset
, 易见
\begin_inset Formula $C$
\end_inset
\begin_inset Formula $2\times2$
\end_inset
分块矩阵, 若记
\begin_inset Formula $C=\begin{bmatrix}C_{11} & C_{12}\\
C_{21} & C_{22}
\end{bmatrix}$
\end_inset
, 则
\begin_inset Formula
\begin{align*}
C_{11} & =A_{11}B_{11}+A_{12}B_{21}+A_{13}B_{31}\\
& =\begin{bmatrix}1 & 0\\
0 & 1
\end{bmatrix}\begin{bmatrix}1 & 0\\
0 & 1
\end{bmatrix}+\begin{bmatrix}2\\
1
\end{bmatrix}\begin{bmatrix}-1 & 1\end{bmatrix}+\begin{bmatrix}-1 & 0\\
-2 & 1
\end{bmatrix}\begin{bmatrix}0 & 1\\
2 & 0
\end{bmatrix}\\
& =\begin{bmatrix}1 & 0\\
0 & 1
\end{bmatrix}+\begin{bmatrix}-2 & 2\\
-1 & 1
\end{bmatrix}+\begin{bmatrix}0 & -1\\
2 & -2
\end{bmatrix}=\begin{bmatrix}-1 & 1\\
1 & 0
\end{bmatrix},
\end{align*}
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Example
\begin_inset Formula $A=\begin{bmatrix}A_{11} & A_{12} & A_{13}\\
A_{21} & A_{22} & A_{23}
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $B=\begin{bmatrix}B_{11} & B_{12}\\
B_{21} & B_{22}\\
B_{31} & B_{32}
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $C=\begin{bmatrix}C_{11} & C_{12}\\
C_{21} & C_{22}
\end{bmatrix}$
\end_inset
,
\begin_inset Formula
\begin{align*}
C_{12} & =A_{11}B_{12}+A_{12}B_{22}+A_{13}B_{32}\\
& =\begin{bmatrix}1 & 0\\
0 & 1
\end{bmatrix}\begin{bmatrix}0\\
2
\end{bmatrix}+\begin{bmatrix}2\\
1
\end{bmatrix}(3)+\begin{bmatrix}-1 & 0\\
-2 & 1
\end{bmatrix}\begin{bmatrix}-1\\
1
\end{bmatrix}\\
& =\begin{bmatrix}2\\
0
\end{bmatrix}+\begin{bmatrix}6\\
3
\end{bmatrix}+\begin{bmatrix}1\\
3
\end{bmatrix}=\begin{bmatrix}9\\
6
\end{bmatrix},
\end{align*}
\end_inset
\begin_inset Formula
\begin{align*}
C_{21} & =A_{21}B_{11}+A_{22}B_{21}+A_{23}B_{31}\\
& =\begin{bmatrix}0 & 0\\
1 & 1
\end{bmatrix}\begin{bmatrix}1 & 0\\
0 & 1
\end{bmatrix}+\begin{bmatrix}3\\
-2
\end{bmatrix}\begin{bmatrix}-1 & 1\end{bmatrix}+\begin{bmatrix}1 & 0\\
0 & 1
\end{bmatrix}\begin{bmatrix}0 & 1\\
2 & 0
\end{bmatrix}\\
& =\begin{bmatrix}0 & 0\\
1 & 0
\end{bmatrix}+\begin{bmatrix}-3 & 3\\
2 & -2
\end{bmatrix}+\begin{bmatrix}0 & 1\\
2 & 0
\end{bmatrix}=\begin{bmatrix}-3 & 4\\
5 & -2
\end{bmatrix},
\end{align*}
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Example
\begin_inset Formula $A=\begin{bmatrix}A_{11} & A_{12} & A_{13}\\
A_{21} & A_{22} & A_{23}
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $B=\begin{bmatrix}B_{11} & B_{12}\\
B_{21} & B_{22}\\
B_{31} & B_{32}
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $C=\begin{bmatrix}C_{11} & C_{12}\\
C_{21} & C_{22}
\end{bmatrix}$
\end_inset
,
\begin_inset Formula
\begin{align*}
C_{22} & =A_{21}B_{12}+A_{22}B_{22}+A_{23}B_{32}\\
& =\begin{bmatrix}0 & 0\\
1 & 0
\end{bmatrix}\begin{bmatrix}2\\
0
\end{bmatrix}+\begin{bmatrix}3\\
-2
\end{bmatrix}(3)+\begin{bmatrix}1 & 0\\
0 & 1
\end{bmatrix}\begin{bmatrix}-1\\
1
\end{bmatrix}=\begin{bmatrix}8\\
-3
\end{bmatrix},
\end{align*}
\end_inset
\begin_inset Formula $C_{11}=\begin{bmatrix}-1 & 1\\
1 & 0
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $C_{12}=\begin{bmatrix}9\\
6
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $C_{21}=\begin{bmatrix}-3 & 4\\
5 & -2
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $C_{22}=\begin{bmatrix}8\\
-3
\end{bmatrix}$
\end_inset
,
\end_layout
\begin_layout Example
于是
\begin_inset Formula $C=\begin{bmatrix}C_{11} & C_{12}\\
C_{21} & C_{22}
\end{bmatrix}=\begin{bmatrix}-1 & 1 & 9\\
1 & 0 & 6\\
-3 & 4 & 8\\
5 & -2 & -3
\end{bmatrix}$
\end_inset
.
\end_layout
\end_deeper
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Frame
\begin_inset Argument 3
status open
\begin_layout Plain Layout
allowframebreaks
\end_layout
\end_inset
\begin_inset Argument 4
status open
\begin_layout Plain Layout
分块矩阵的运算
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Example
\begin_inset Argument 1
status open
\begin_layout Plain Layout
\family roman
\series medium
\shape up
\size normal
\emph off
\bar no
\strikeout off
\xout off
\uuline off
\uwave off
\noun off
\color none
\begin_inset Formula $\star\star\star\star\star$
\end_inset
\end_layout
\end_inset
如果将矩阵
\begin_inset Formula $A_{m\times n}$
\end_inset
,
\begin_inset Formula $E_{n}$
\end_inset
分块为
\begin_inset ERT
status open
\begin_layout Plain Layout
$$A=
\backslash
begin{bNiceArray}{c|c|c|c}
\end_layout
\begin_layout Plain Layout
a_{11} & a_{12} &
\backslash
cdots & a_{1n}
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
a_{21} & a_{22} &
\backslash
cdots & a_{2n}
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
\backslash
vdots &
\backslash
vdots &
\backslash
ddots &
\backslash
vdots
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
a_{m1} & a_{m2} &
\backslash
cdots & a_{mn}
\end_layout
\begin_layout Plain Layout
\backslash
end{bNiceArray}=
\backslash
begin{bmatrix}
\end_layout
\begin_layout Plain Layout
A_1 & A_2 &
\backslash
cdots & A_n
\end_layout
\begin_layout Plain Layout
\backslash
end{bmatrix},
\backslash
E=
\backslash
begin{bNiceArray}{c|c|c|c}
\end_layout
\begin_layout Plain Layout
1 & 0 &
\backslash
cdots & 0
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
0 & 1 &
\backslash
cdots & 0
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
\backslash
vdots &
\backslash
vdots &
\backslash
ddots &
\backslash
vdots
\backslash
\backslash
\end_layout
\begin_layout Plain Layout
0 & 0 &
\backslash
cdots & 1
\end_layout
\begin_layout Plain Layout
\backslash
end{bNiceArray}=
\backslash
begin{bmatrix}
\end_layout
\begin_layout Plain Layout
\backslash
varepsilon_1 &
\backslash
varepsilon_2 &
\backslash
cdots &
\backslash
varepsilon_n
\end_layout
\begin_layout Plain Layout
\backslash
end{bmatrix},$$
\end_layout
\end_inset
\begin_inset Formula
\[
\begin{aligned}AE_{n} & =A\begin{bmatrix}\varepsilon_{1} & \varepsilon_{2} & \cdots & \varepsilon_{n}\end{bmatrix}=\begin{bmatrix}A\varepsilon_{1} & A\varepsilon_{2} & \cdots & A\varepsilon_{n}\end{bmatrix}=\begin{bmatrix}A_{1} & A_{2} & \cdots & A_{n}\end{bmatrix}\\
& \Rightarrow A\varepsilon_{j}=A_{j},\quad(j=1,2,\cdots,n).
\end{aligned}
\]
\end_inset
\end_layout
\begin_layout Remark
已知点
\begin_inset Formula $P(x,y)$
\end_inset
, 点
\begin_inset Formula $P'$
\end_inset
是点
\begin_inset Formula $P$
\end_inset
绕原点
\begin_inset Formula $O$
\end_inset
顺时针旋转
\begin_inset Formula $\theta$
\end_inset
角得到的, 求点
\begin_inset Formula $P'$
\end_inset
的坐标.
先用复数法推导, 设点
\begin_inset Formula $P$
\end_inset
的复坐标为
\begin_inset Formula $z=x+\ui y$
\end_inset
, 旋转后
\begin_inset Formula $P'$
\end_inset
的复坐标为
\begin_inset Formula $z'=x'+\ui y'$
\end_inset
, 由于
\begin_inset Formula $P'$
\end_inset
\begin_inset Formula $P$
\end_inset
绕原点
\begin_inset Formula $O$
\end_inset
顺时针旋转
\begin_inset Formula $\theta$
\end_inset
得到, 所以
\begin_inset Formula
\[
z'=z\ue^{-\ui\theta}\Longrightarrow x'+\ui y'=(x+\ui y)\ue^{-\ui\theta}=\left(x+\ui y\right)\left(\cos\theta-\ui\sin\theta\right),
\]
\end_inset
比较实虚部便得
\begin_inset Formula
\[
\begin{cases}
x'=x\cos\theta+y\sin\theta\\
y'=-x\sin\theta+y\cos\theta
\end{cases}\Longrightarrow\begin{bmatrix}x'\\
y'
\end{bmatrix}=\begin{bmatrix}\cos\theta & \sin\theta\\
-\sin\theta & \cos\theta
\end{bmatrix}\begin{bmatrix}x\\
y
\end{bmatrix}.
\]
\end_inset
\end_layout
\begin_layout Remark
根据前面的表述, 矩阵
\begin_inset Formula $A=\begin{bmatrix}\cos\theta & \sin\theta\\
-\sin\theta & \cos\theta
\end{bmatrix}$
\end_inset
为旋转矩阵, 将其每一列进行分块
\begin_inset Formula $A=\begin{bmatrix}A_{1} & A_{2}\end{bmatrix}$
\end_inset
, 则有
\begin_inset Formula $A_{1}=A\varepsilon_{1}$
\end_inset
,
\begin_inset Formula $A_{2}=A\varepsilon_{2}$
\end_inset
.
从几何上来看, 矩阵的列
\begin_inset Formula $A_{1},A_{2}$
\end_inset
分别是两个坐标轴上的单位向量
\begin_inset Formula $\varepsilon_{1},\varepsilon_{2}$
\end_inset
经过旋转矩阵
\begin_inset Formula $A$
\end_inset
左乘得到的点, 也就是经过顺时针旋转
\begin_inset Formula $\theta$
\end_inset
角之后的位置.
使用类似的方法, 可以给出逆时针旋转
\begin_inset Formula $\theta$
\end_inset
角的旋转矩阵.
\end_layout
\begin_layout Remark*
\begin_inset ERT
status open
\begin_layout Plain Layout
{
\backslash
color{red}{
\end_layout
\end_inset
矩阵按行 (列) 分块是最常见的一种分块方法.
一般地,
\begin_inset Formula $m\times n$
\end_inset
矩阵
\begin_inset Formula $A$
\end_inset
\begin_inset Formula $m$
\end_inset
行, 称为
\series bold
矩阵
\begin_inset Formula $A$
\end_inset
\begin_inset Formula $m$
\end_inset
个行向量
\series default
, 若第
\begin_inset Formula $i$
\end_inset
行记作
\begin_inset Formula
\[
\alpha_{i}^{T}=\left(\alpha_{i1},\alpha_{i2},\cdots,\alpha_{in}\right),
\]
\end_inset
\end_layout
\begin_layout Remark*
则矩阵
\begin_inset Formula $A$
\end_inset
就可表示为
\begin_inset ERT
status open
\begin_layout Plain Layout
\backslash
vspace{-3mm}
\end_layout
\end_inset
\end_layout
\begin_layout Remark*
\begin_inset Formula
\[
A=\begin{bmatrix}\alpha_{1}^{T}\\
\alpha_{2}^{T}\\
\vdots\\
\alpha_{m}^{T}
\end{bmatrix}.
\]
\end_inset
\end_layout
\begin_layout Remark*
\begin_inset Formula $m\times n$
\end_inset
矩阵
\begin_inset Formula $A$
\end_inset
\begin_inset Formula $n$
\end_inset
列, 称为
\series bold
矩阵
\begin_inset Formula $A$
\end_inset
\begin_inset Formula $n$
\end_inset
个列向量
\series default
, 若第
\begin_inset Formula $j$
\end_inset
列记作
\begin_inset ERT
status open
\begin_layout Plain Layout
\backslash
vspace{-3mm}
\end_layout
\end_inset
\end_layout
\begin_layout Remark*
\begin_inset Formula
\[
\alpha_{j}=\begin{bmatrix}\alpha_{1j}\\
\alpha_{2j}\\
\vdots\\
\alpha_{mj}
\end{bmatrix},
\]
\end_inset
\end_layout
\begin_layout Remark*
\begin_inset Formula $A=\left(\alpha_{1},\alpha_{2},\cdots,\alpha_{n}\right)$
\end_inset
.
\begin_inset ERT
status open
\begin_layout Plain Layout
}}
\end_layout
\end_inset
\end_layout
\end_deeper
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Frame
\begin_inset Argument 4
status open
\begin_layout Plain Layout
分块矩阵的运算
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Example
\begin_inset Formula $A$
\end_inset
是一个
\begin_inset Formula $m\times n$
\end_inset
矩阵,
\begin_inset Formula $B$
\end_inset
是一个
\begin_inset Formula $n\times l$
\end_inset
矩阵, 同样, 可对
\begin_inset Formula $A$
\end_inset
作行分块, 即将
\begin_inset Formula $A$
\end_inset
的每一行作为一块, 则
\begin_inset Formula
\[
A=\begin{bmatrix}\alpha_{1}\\
\alpha_{2}\\
\vdots\\
\alpha_{m}
\end{bmatrix},
\]
\end_inset
其中
\begin_inset Formula $\alpha_{i}=\left(\alpha_{i1},\alpha_{i2},\cdots,\alpha_{in}\right)$
\end_inset
, (
\begin_inset Formula $i=1,2,\cdots,m$
\end_inset
), 是
\begin_inset Formula $A$
\end_inset
的第
\begin_inset Formula $i$
\end_inset
行.
这时也将
\begin_inset Formula $B$
\end_inset
看成
\begin_inset Formula $1\times1$
\end_inset
分块矩阵, 则有
\begin_inset Formula
\[
AB=\begin{bmatrix}\alpha_{1}B\\
\alpha_{2}B\\
\vdots\\
\alpha_{4}B
\end{bmatrix}.
\]
\end_inset
\end_layout
\end_deeper
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Frame
\begin_inset Argument 4
status open
\begin_layout Plain Layout
分块矩阵的运算
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Example
\begin_inset CommandInset label
LatexCommand label
name "exa:4.2-8"
\end_inset
设有二个分块对角阵:
\begin_inset Formula
\[
A=\begin{bmatrix}A_{1} & & & 0\\
& A_{2}\\
& & \ddots\\
0 & & & A_{k}
\end{bmatrix},\ B=\begin{bmatrix}B_{1} & & & 0\\
& B_{2}\\
& & \ddots\\
0 & & & B_{k}
\end{bmatrix}.
\]
\end_inset
其中矩阵
\begin_inset Formula $A_{i}$
\end_inset
\begin_inset Formula $B_{i}$
\end_inset
都是
\begin_inset Formula $n_{i}$
\end_inset
阶方阵 (因此
\begin_inset Formula $A,B$
\end_inset
是同阶方阵), 因此
\begin_inset Formula $A_{i}$
\end_inset
\begin_inset Formula $B_{i}$
\end_inset
可以相乘, 用分块矩阵的乘法不难求得
\begin_inset Formula
\[
AB=\begin{bmatrix}A_{1}B_{1} & & & 0\\
& A_{2}B_{2}\\
& & \ddots\\
0 & & & A_{k}B_{k}
\end{bmatrix},
\]
\end_inset
即分块对角阵相乘时只需将主对角线上的块乘起来即可.
\end_layout
\end_deeper
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Frame
\begin_inset Argument 3
status open
\begin_layout Plain Layout
allowframebreaks
\end_layout
\end_inset
\begin_inset Argument 4
status open
\begin_layout Plain Layout
分块矩阵的运算
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Example
\begin_inset Formula $A$
\end_inset
是一个分块对角矩阵:
\begin_inset Formula $A=\begin{bmatrix}A_{1} & & & O\\
& A_{2}\\
& & \ddots\\
O & & & A_{k}
\end{bmatrix}$
\end_inset
, 且每块
\begin_inset Formula $A_{i}$
\end_inset
都是非奇异方阵 (因此
\begin_inset Formula $A$
\end_inset
也是方阵), 则
\begin_inset Formula $A$
\end_inset
也是非奇异方阵且
\begin_inset Formula $A^{-1}=\begin{bmatrix}A_{1}^{-1} & & & O\\
& A_{2}^{-1}\\
& & \ddots\\
O & & & A_{k}^{-1}
\end{bmatrix}$
\end_inset
.
\end_layout
\begin_layout Solution*
\family roman
\series medium
\shape up
\size normal
\emph off
\bar no
\strikeout off
\xout off
\uuline off
\uwave off
\noun off
\color none
事实是由例
\begin_inset CommandInset ref
LatexCommand ref
reference "exa:4.2-8"
plural "false"
caps "false"
noprefix "false"
\end_inset
\family default
\series default
\shape default
\size default
\emph default
\bar default
\strikeout default
\xout default
\uuline default
\uwave default
\noun default
\color inherit
\begin_inset Formula
\[
A\begin{bmatrix}A_{1}^{-1} & & & 0\\
& A_{2}^{-1}\\
& & \ddots\\
0 & & & A_{k}^{-1}
\end{bmatrix}=\begin{bmatrix}A_{1}A_{1}^{-1}\\
& A_{2}A_{2}^{-1}\\
& & \ddots\\
& & & A_{k}A_{k}^{-1}
\end{bmatrix}=\begin{bmatrix}E_{n_{1}}\\
& E_{n_{2}}\\
& & \ddots\\
& & & E_{n_{k}}
\end{bmatrix}=E,
\]
\end_inset
其中
\begin_inset Formula $E_{n_{k}}$
\end_inset
表示与
\begin_inset Formula $A_{k}$
\end_inset
同阶的单位阵, 一个分块对角阵主对角线上的块都是单位阵, 则它自己也是一个单位阵, 故
\begin_inset Formula
\[
A^{-1}=\begin{bmatrix}A_{1}^{-1} & & & O\\
& A_{2}^{-1}\\
& & \ddots\\
O & & & A_{k}^{-1}
\end{bmatrix}.
\]
\end_inset
\end_layout
\end_deeper
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Frame
\begin_inset Argument 4
status open
\begin_layout Plain Layout
用分块矩阵求逆矩阵
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Example
\begin_inset Formula $A=\begin{bmatrix}5 & 0 & 0\\
0 & 3 & 1\\
0 & 2 & 1
\end{bmatrix}$
\end_inset
, 求
\begin_inset Formula $A^{-1}$
\end_inset
.
\end_layout
\begin_layout Solution*
\begin_inset Formula $A=\begin{bmatrix}5 & 0 & 0\\
0 & 3 & 1\\
0 & 2 & 1
\end{bmatrix}=\begin{bmatrix}A_{1} & O\\
O & A_{2}
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $A_{1}=(5)$
\end_inset
,
\begin_inset Formula $A_{2}=\begin{bmatrix}3 & 1\\
2 & 1
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $A_{1}^{-1}=\left(\frac{1}{5}\right)$
\end_inset
,
\begin_inset Formula $A_{2}^{-1}=\begin{bmatrix}1 & -1\\
-2 & 3
\end{bmatrix}$
\end_inset
; 所以
\begin_inset Formula
\[
A^{-1}=\begin{bmatrix}A_{1}^{-1} & O\\
O & A_{2}^{-1}
\end{bmatrix}=\begin{bmatrix}\frac{1}{5} & 0 & 0\\
0 & 1 & -1\\
0 & -2 & 3
\end{bmatrix}.
\]
\end_inset
\end_layout
\end_deeper
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Frame
\begin_inset Argument 4
status open
\begin_layout Plain Layout
如何证明矩阵是零矩阵 (
\strikeout on
矩阵的迹
\strikeout default
)
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Example
已知实矩阵
\begin_inset Formula $A$
\end_inset
满足
\begin_inset Formula $A^{T}A=O$
\end_inset
, 证明
\begin_inset Formula $A=O$
\end_inset
.
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Proof
\begin_inset Formula $A=\left(a_{ij}\right)_{m\times n}$
\end_inset
, 把
\begin_inset Formula $A$
\end_inset
用列向量表示为
\begin_inset Formula $A=\left(\alpha_{1},\alpha_{2},\cdots,\alpha_{n}\right)$
\end_inset
, 则
\begin_inset ERT
status open
\begin_layout Plain Layout
\backslash
vspace{-3mm}
\end_layout
\end_inset
\begin_inset Formula
\[
A^{T}A=\begin{bmatrix}\alpha_{1}^{T}\\
\alpha_{2}^{T}\\
\vdots\\
\alpha_{n}^{T}
\end{bmatrix}\left(\alpha_{1},\alpha_{2},\cdots,\alpha_{n}\right)=\begin{bmatrix}\alpha_{1}^{T}\alpha_{1} & \alpha_{1}^{T}\alpha_{2} & \cdots & \alpha_{1}^{T}\alpha_{n}\\
\alpha_{2}^{T}\alpha_{1} & \alpha_{2}^{T}\alpha_{2} & \cdots & \alpha_{2}^{T}\alpha_{n}\\
\vdots & \vdots & \ddots & \vdots\\
\alpha_{n}^{T}\alpha_{1} & \alpha_{n}^{T}\alpha_{2} & \cdots & \alpha_{n}^{T}\alpha_{n}
\end{bmatrix},
\]
\end_inset
\begin_inset Formula $A^{T}A$
\end_inset
\begin_inset Formula $(i,j)$
\end_inset
元为
\begin_inset Formula $\alpha_{i}^{T}\alpha_{j}$
\end_inset
, 因
\begin_inset Formula $A^{T}A=O$
\end_inset
, 故
\begin_inset Formula $\alpha_{i}^{T}\alpha_{j}=0$
\end_inset
, (
\begin_inset Formula $i,j=1,2,\cdots,n$
\end_inset
).
\end_layout
\begin_layout Proof
特别地, 有
\begin_inset Formula $\alpha_{j}^{T}\alpha_{j}=0$
\end_inset
, (
\begin_inset Formula $j=1,2,\cdots,n$
\end_inset
), 而
\begin_inset ERT
status open
\begin_layout Plain Layout
\backslash
vspace{-3mm}
\end_layout
\end_inset
\begin_inset Formula
\[
\alpha_{j}^{T}\alpha_{j}=\left(a_{1j},a_{2j},\cdots,a_{mj}\right)\begin{bmatrix}a_{1j}\\
a_{2j}\\
\vdots\\
a_{mj}
\end{bmatrix}=a_{1j}^{2}+a_{2j}^{2}+\cdots+a_{mj}^{2},
\]
\end_inset
\begin_inset Formula $a_{1j}^{2}+a_{2j}^{2}+\cdots+a_{mj}^{2}=0$
\end_inset
, (因
\begin_inset Formula $a_{ij}$
\end_inset
为实数) 得
\begin_inset Formula $a_{1j}=a_{2j}=\cdots=a_{mj}=0$
\end_inset
, (
\begin_inset Formula $j=1,2,\cdots,n$
\end_inset
), 即
\begin_inset Formula $A=O$
\end_inset
.
证毕.
\end_layout
\end_deeper
\begin_layout Frame
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Subsection
作业
\end_layout
\begin_layout Frame
\begin_inset Argument 3
status open
\begin_layout Plain Layout
allowframebreaks
\end_layout
\end_inset
\begin_inset Argument 4
status open
\begin_layout Plain Layout
作业
\end_layout
\end_inset
\end_layout
\begin_deeper
\begin_layout Problem
\begin_inset Formula $A=\begin{bmatrix}a & 1 & 0 & 0\\
0 & a & 0 & 0\\
0 & 0 & b & 1\\
0 & 0 & 1 & b
\end{bmatrix}$
\end_inset
,
\begin_inset Formula $B=\begin{bmatrix}a & 0 & 0 & 0\\
1 & a & 0 & 0\\
0 & 0 & b & 0\\
0 & 0 & 1 & b
\end{bmatrix}$
\end_inset
, 用分块矩阵的方式求
\begin_inset Formula $ABA$
\end_inset
.
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Problem
\begin_inset Formula $A$
\end_inset
\begin_inset Formula $B$
\end_inset
\begin_inset Formula $n$
\end_inset
阶方阵, 计算
\begin_inset Formula
\[
\begin{bmatrix}O & E_{n}\\
E_{n} & O
\end{bmatrix}\begin{bmatrix}A & O\\
O & B
\end{bmatrix}\begin{bmatrix}O & E_{n}\\
E_{n} & O
\end{bmatrix}.
\]
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Problem
设方阵
\begin_inset Formula $A$
\end_inset
\begin_inset Formula $B$
\end_inset
可交换, 求
\begin_inset Formula $\begin{bmatrix}A & B\\
O & A
\end{bmatrix}^{n}$
\end_inset
.
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Problem
设方阵
\begin_inset Formula $A$
\end_inset
\begin_inset Formula $B$
\end_inset
分别为
\begin_inset Formula $p$
\end_inset
阶方阵和
\begin_inset Formula $q$
\end_inset
阶方阵, 证明:
\begin_inset Formula
\[
\begin{bmatrix}A & E\\
E & O
\end{bmatrix}\begin{bmatrix}B & E\\
O & -A
\end{bmatrix}=\begin{bmatrix}AB & O\\
B & E
\end{bmatrix}.
\]
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Problem
分块方阵
\begin_inset Formula $D=\begin{bmatrix}A & C\\
O & B
\end{bmatrix}$
\end_inset
, 其中
\begin_inset Formula $A,B$
\end_inset
均为可逆方阵, 证明
\begin_inset Formula $D$
\end_inset
可逆, 并求
\begin_inset Formula $D^{-1}$
\end_inset
.
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Problem
\begin_inset CommandInset label
LatexCommand label
name "prob:2.4-19"
\end_inset
称方阵
\begin_inset Formula
\[
C=\begin{bmatrix}0 & 1 & 0 & \cdots & 0 & 0\\
0 & 0 & 1 & \cdots & 0 & 0\\
\vdots & \vdots & \vdots & \ddots & \vdots & \vdots\\
0 & 0 & 0 & \cdots & 1 & 0\\
0 & 0 & 0 & \cdots & 0 & 1\\
1 & 0 & 0 & \cdots & 0 & 0
\end{bmatrix}_{n\times n}=\begin{bmatrix}0 & E_{n-1}\\
1 & 0
\end{bmatrix}
\]
\end_inset
\begin_inset Formula $n$
\end_inset
阶循环移位矩阵.
证明:
\end_layout
\begin_layout Problem
(1).
\begin_inset Formula $C$
\end_inset
左乘矩阵, 相当于将这个矩阵的行向上移一行, 而第一行移到最后一行; 用
\begin_inset Formula $C$
\end_inset
右乘矩阵, 相当于将这个矩阵的列向右移一列, 而最后一列移到第一列;
\end_layout
\begin_layout Problem
(2).
\begin_inset Formula $C^{k}=\begin{cases}
\begin{bmatrix}O & E_{n-k}\\
E_{k} & O
\end{bmatrix}, & k=1,2,\ldots,n-1,\\
E_{n}, & k=n.
\end{cases}$
\end_inset
(接下一页.)
\end_layout
\begin_layout Standard
\begin_inset Separator plain
\end_inset
\end_layout
\begin_layout Problem*
\begin_inset Argument 1
status open
\begin_layout Plain Layout
\begin_inset CommandInset ref
LatexCommand ref
reference "prob:2.4-19"
plural "false"
caps "false"
noprefix "false"
\end_inset
\end_layout
\end_inset
(3).
\begin_inset Formula $J$
\end_inset
是所有元素为
\begin_inset Formula $1$
\end_inset
\begin_inset Formula $n$
\end_inset
阶方阵, 则
\begin_inset Formula
\[
E+C+C^{2}+\cdots+C^{n-1}=J;
\]
\end_inset
\end_layout
\begin_layout Problem*
(4).
\begin_inset Formula
\[
A=\begin{bmatrix}a_{1} & a_{2} & \cdots & a_{n-1} & a_{n}\\
a_{n} & a_{1} & \cdots & a_{n-2} & a_{n-1}\\
\vdots & \vdots & \ddots & \vdots & \vdots\\
a_{3} & a_{4} & \cdots & a_{1} & a_{2}\\
a_{2} & a_{3} & \cdots & a_{n} & a_{1}
\end{bmatrix}
\]
\end_inset
\begin_inset Formula $A$
\end_inset
是循环矩阵, 则
\begin_inset Formula
\[
A=a_{1}E+a_{2}C+a_{3}C^{2}+\cdots+a_{n}C^{n-1};
\]
\end_inset
\end_layout
\begin_layout Problem*
(5) 两个
\begin_inset Formula $n$
\end_inset
阶循环阵的乘积仍是循环阵;
\end_layout
\end_deeper
\begin_layout Frame
\end_layout
\end_body
\end_document

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/larryleifeng-linear-algebra-lecture.git
git@api.gitlife.ru:oschina-mirror/larryleifeng-linear-algebra-lecture.git
oschina-mirror
larryleifeng-linear-algebra-lecture
larryleifeng-linear-algebra-lecture
master