• [问题2014A02] 解答三(降阶公式法)


    [问题2014A02] 解答三(降阶公式法)

    将矩阵 (A) 写成如下形式:

    [A=egin{pmatrix} -2a_1 & 0 & cdots & 0 & 0 \ 0 & -2a_2 & cdots & 0 & 0 \ vdots & vdots & vdots & vdots & vdots \ 0 & 0 & cdots & -2a_{n-1} & 0 \ 0 & 0 & cdots & 0 & -2a_n end{pmatrix}]

    [+egin{pmatrix} a_1 & 1 \ a_2 & 1 \ vdots & vdots \ a_{n-1} & 1 \ a_n & 1 end{pmatrix}cdot I_2^{-1}cdotegin{pmatrix} 1 & 1 & cdots & 1 & 1 \ a_1 & a_2 & cdots & a_{n-1} & a_n end{pmatrix}.]

    由降阶公式可得

    [|A|=egin{vmatrix} -2a_1 & 0 & cdots & 0 & 0 \ 0 & -2a_2 & cdots & 0 & 0 \ vdots & vdots & vdots & vdots & vdots \ 0 & 0 & cdots & -2a_{n-1} & 0 \ 0 & 0 & cdots & 0 & -2a_n end{vmatrix}cdotBigg|I_2+egin{pmatrix} 1 & 1 & cdots & 1 & 1 \ a_1 & a_2 & cdots & a_{n-1} & a_n end{pmatrix}egin{pmatrix} -2a_1 & 0 & cdots & 0 & 0 \ 0 & -2a_2 & cdots & 0 & 0 \ vdots & vdots & vdots & vdots & vdots \ 0 & 0 & cdots & -2a_{n-1} & 0 \ 0 & 0 & cdots & 0 & -2a_n end{pmatrix}^{-1}egin{pmatrix} a_1 & 1 \ a_2 & 1 \ vdots & vdots \ a_{n-1} & 1 \ a_n & 1 end{pmatrix}Bigg|]

    [=(-2)^nprod_{i=1}^na_iegin{vmatrix} 1-frac{n}{2} & -frac{1}{2}sum_{i=1}^nfrac{1}{a_i} \ -frac{1}{2}sum_{i=1}^na_i & 1-frac{n}{2} end{vmatrix}]

    [=(-2)^{n-2}prod_{i=1}^na_iigg((n-2)^2-Big(sum_{i=1}^na_iBig)Big(sum_{i=1}^nfrac{1}{a_i}Big)igg). quadBox]

  • 相关阅读:
    SlickEdit 中 GDB 调试时SIG32 使得无法跟踪的问题 解决方法
    ln与mount
    ubuntu12.04 的 root 用户显示 中文 和 默认显示中文的方法
    ASP.NET MVC控制器作用
    ASP.NET管道模型
    第二章MVC框架如何截获请求
    第一章MVC与WebForms处理请求的区别
    asp.net运行原理一
    一个通配符引起的错误
    关于权限
  • 原文地址:https://www.cnblogs.com/torsor/p/4034874.html
Copyright © 2020-2023  润新知