Skip to content

Commit

Permalink
japanese statement
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn authored Oct 28, 2024
1 parent f7a3c9a commit fcfb05e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions linear_algebra/adjugate_matrix/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
@{lang.en}
Given $N \times N$ matrix $A = \lbrace a_{ij} \rbrace$ with entries in $\mathbb{Z}/@{param.MOD}\mathbb{Z}$, print $\operatorname{adj} A = \lbrace (-1)^{i+j}M_{ji} \rbrace$, where $M_{ij}$ is the determinant of the matrix that is obtained from $A$ by removing its $i$-th row and $j$-th column.
@{lang.ja}

$\mathbb{Z}/@{param.MOD}\mathbb{Z}$ 成分の $N\times N$ 行列 $A = \lbrace a_{ij} \rbrace$ が与えられます.
$A$ の余因子行列 $\operatorname{adj} A = \lbrace (-1)^{i+j}M_{ji} \rbrace$ を出力してください.ただし $M_{ij}$ は $A$ から $i$ 行目,$j$ 列目を取り除くことによって得られる行列の行列式です.
@{lang.end}

## @{keyword.constraints}
Expand Down Expand Up @@ -36,10 +37,6 @@ $b_{21}$ $b_{22}$ ... $b_{2N}$
$b_{N1}$ $b_{N2}$ ... $b_{NN}$
```

@{lang.ja}

@{lang.end}

## @{keyword.sample}

@{example.example_00}
Expand Down

0 comments on commit fcfb05e

Please sign in to comment.