<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jeneshicc</author_name>
  <author_url>https://blog.hatena.ne.jp/jeneshicc/</author_url>
  <blog_title>落書き、時々落学</blog_title>
  <blog_url>https://jeneshicc.hatenadiary.org/</blog_url>
  <categories>
    <anon>日記</anon>
    <anon>Memo</anon>
    <anon>C++</anon>
  </categories>
  <description>有限体上で連立方程式を解くプログラム（ガウスの消去法の実装）． 基本は実数体上のガウスの消去法と同じ． 除算を有限体での逆元にするだけ（拡張ユークリッドの互除法）． ランク落ち？対策は思ったより簡単だった． 例えば，2元体上で 1 1 1 1 1 1 0 1 0 0 1 0，つまり x1 + x2 + x3 = 1 x1 + x2 = 1 x3 = 0 は掃き出すと 1 1 1 1 0 0 1 0 0 0 0 0となり，上三角ではなくなるが，もちろん解は存在する（x1 = 1, x2 = x3 = 0） ． これを使えば，FlipItの解の存在判定が解ける． 以下はガウスの消去法本体． Ax …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjeneshicc.hatenadiary.org%2Fentry%2F20100209%2F1265719837&quot; title=&quot;有限体上での連立方程式（ガウスの消去法） - 落書き、時々落学&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-02-09 21:50:37</published>
  <title>有限体上での連立方程式（ガウスの消去法）</title>
  <type>rich</type>
  <url>https://jeneshicc.hatenadiary.org/entry/20100209/1265719837</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
