y_matrixdec.hlp

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 37 行

HLP
37
字号
{smcl}
{p 0 4}
{help contents:Top}
> {help y_progmat:Programming & matrices}
> {help y_matrix:Matrices}
{bind:> {bf:Matrix decomposition}}
{p_end}
{hline}

{title:Help file listings}

{p 4 8 4}
{bf:{help matrix_symeigen:Eigenvalues & vectors of symmetric matrices}}{break}
    eigenvalues and corresponding eigenvectors for a symmetric matrix

{p 4 8 4}
{bf:{help matrix_eigenvalues:Eigenvalues of nonsymmetric matrices}}{break}
    real and imaginary parts of the eigenvalues of a nonsymmetric matrix

{p 4 8 4}
{bf:{help matrix_svd:Singular value decomposition}}{break}
    A = U diag(W) V'

{p 4 8 4}
{bf:{help matrix_functions:Cholesky factorization and the sweep function}}{break}
    see the {cmd:cholesky()} and {cmd:sweep()} matrix functions

{p 4 8 4}
{bf:{help orthog:Orthogonalize a set of variables}}{break}
    using a modified Gram-Schmidt procedure

{p 4 8 4}
{bf:{help orthog:Create orthogonal polynomials for a single variable}}{break}
    create matrix holding the coefficients of the orthogonal polynomials

{hline}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?