作業フローを簡素化:miniwebtoolを検索。
追加
関連ツール
行列式計算機グラム シュミット電卓ヤコビ行列電卓行列指数関数電卓連立一次方程式ソルバー
ホームページ > 数学 > 線形代数 > クラメルの公式電卓
 

クラメルの公式電卓

クラメルの公式を使用して、2元または3元の連立一次方程式を解きます。係数を入力すると、行列式のステップバイステップの計算、アニメーション化された行列の可視化、幾何学的解釈のグラフ、および完全な解が表示されます。

クラメルの公式電卓
Examples:
xy
[
a₁₁
a₁₂
a₂₁
a₂₂
] = [
b₁
b₂
]

Embed クラメルの公式電卓 Widget

クラメルの公式電卓

The Cramer's Rule Calculator solves systems of 2 or 3 linear equations using determinants. Enter the coefficient matrix and constants vector, and get the complete solution with step-by-step determinant calculations, animated matrix visualization showing column replacement, and a geometric interpretation graph for 2×2 systems. Cramer's rule is a fundamental technique in linear algebra that expresses each variable as a ratio of two determinants.

What Is Cramer's Rule?

Cramer's rule is a theorem in linear algebra that provides an explicit formula for solving a system of linear equations with as many equations as unknowns, provided the system has a unique solution. Named after Swiss mathematician Gabriel Cramer (1704–1752), the rule uses determinants to express each variable as a ratio:

$$x_i = \frac{D_i}{D}$$

where \(D\) is the determinant of the coefficient matrix and \(D_i\) is the determinant formed by replacing the \(i\)-th column of the coefficient matrix with the constants vector.

Key Concepts

📐
Determinant
A scalar value computed from a square matrix that indicates whether the system has a unique solution.
🔄
Column Replacement
Replace one column of the coefficient matrix with the constants vector to form each D_i.
📊
Unique Solution
Exists when D ≠ 0. Each variable equals D_i / D.
Singular Case
When D = 0, the system has either no solution or infinitely many.

Cramer's Rule Formulas

For a 2×2 System

Given the system:

$$a_1x + b_1y = c_1$$ $$a_2x + b_2y = c_2$$

DeterminantFormulaDescription
\(D\)\(\begin{vmatrix} a_1 & b_1 \\ a_2 & b_2 \end{vmatrix} = a_1 b_2 - b_1 a_2\)Coefficient matrix determinant
\(D_x\)\(\begin{vmatrix} c_1 & b_1 \\ c_2 & b_2 \end{vmatrix} = c_1 b_2 - b_1 c_2\)Replace x-column with constants
\(D_y\)\(\begin{vmatrix} a_1 & c_1 \\ a_2 & c_2 \end{vmatrix} = a_1 c_2 - c_1 a_2\)Replace y-column with constants

Solution: \(x = D_x / D\), \(y = D_y / D\)

For a 3×3 System

The determinant of a 3×3 matrix is computed using cofactor expansion along the first row. Each \(D_i\) is formed by replacing the corresponding column with the constants vector, and the solution is \(x_i = D_i / D\).

When Does Cramer's Rule Work?

ConditionD ValueResult
Unique solutionD ≠ 0Each variable = D_i / D
No solution (inconsistent)D = 0, some D_i ≠ 0Lines/planes are parallel
Infinitely many solutionsD = 0, all D_i = 0Equations are dependent

Cramer's Rule vs. Other Methods

MethodBest ForLimitation
Cramer's RuleSmall systems (2×2, 3×3), exact symbolic solutionsSlow for large systems (n! complexity)
Gaussian EliminationGeneral systems, large matricesNo closed-form formula
Matrix InverseMultiple right-hand sidesRequires D ≠ 0, expensive to compute
LU DecompositionRepeated solving, numerical stabilityMore complex to implement

How to Use the Cramer's Rule Calculator

  1. Choose the system size: Select 2×2 or 3×3 depending on how many equations and unknowns you have.
  2. Enter coefficients: Fill in the coefficient matrix on the left. Each row corresponds to one equation, and each column to a variable (x, y, z).
  3. Enter constants: Fill in the constants vector on the right (the right-hand side of each equation).
  4. Click Solve: The calculator computes all determinants (D, D_x, D_y, and optionally D_z), determines the solution type, and shows the step-by-step process with animated matrix visualization.

Real-World Applications

FieldApplicationExample
EngineeringCircuit analysis (Kirchhoff's laws)Finding currents in a resistor network
EconomicsMarket equilibriumSupply and demand intersection
PhysicsForce balanceFinding reaction forces in statics
ChemistryBalancing equationsStoichiometric coefficients
Computer GraphicsCoordinate transformationsLine/plane intersection points

FAQ

What is Cramer's rule?
Cramer's rule is a method for solving a system of linear equations using determinants. For each variable, you replace its column in the coefficient matrix with the constants vector and divide the resulting determinant by the main determinant. It works when the coefficient matrix has a nonzero determinant.
When does Cramer's rule fail?
Cramer's rule fails when the determinant of the coefficient matrix is zero. This means the system either has no solution (inconsistent — the equations describe parallel lines or planes) or infinitely many solutions (dependent — the equations are redundant). In such cases, other methods like Gaussian elimination are needed.
What is the formula for Cramer's rule in a 2×2 system?
For the system a1*x + b1*y = c1, a2*x + b2*y = c2: x = Dx/D and y = Dy/D, where D = a1*b2 - b1*a2 is the determinant of the coefficient matrix, Dx replaces the x-column with the constants, and Dy replaces the y-column with the constants.
Can Cramer's rule solve systems larger than 3×3?
Cramer's rule can theoretically solve any n×n system, but it becomes computationally expensive for large systems because it requires computing n+1 determinants, each of size n×n. For systems larger than 3×3, methods like Gaussian elimination or LU decomposition are far more efficient in practice.
What does a zero determinant mean geometrically?
For a 2×2 system, a zero determinant means the two lines are parallel (no solution) or coincident (infinitely many solutions). For a 3×3 system, it means the three planes do not intersect at a single point — they may be parallel, intersect along a line, or all coincide in a plane.

このコンテンツ、ページ、またはツールを引用する場合は、次のようにしてください:

"クラメルの公式電卓"(https://MiniWebtool.com/ja/クラメルの公式計算機/) MiniWebtool からの引用、https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-04-12

また、AI 数学ソルバー GPT を使って、自然言語による質問と回答で数学の問題を解決することもできます。

線形代数:

おすすめ:

InstagramユーザーID検索弧長電卓パーセント増加電卓ランダムカラージェネレーターパーセンテージ減少電卓MACアドレス検索不可視文字除去ツール画像分割ツール円錐展開図テンプレートジェネレーターパーセント誤差電卓ランダム超能力ジェネレーター標準偏差電卓 - 高精度英単語ランダム生成ツールフィートとインチからセンチメートルへのコンバーターエンジェルナンバー電卓合計電卓HEX電卓シグマ記法電卓 総和水星逆行カレンダーランダム誕生日ジェネレーター動画を結合クロスワードパズルメーカーYouTubeチャンネル統計ASCIIコード表平方完成電卓CAGR電卓動画を逆再生モジュロ電卓売上総利益率電卓ai句読点追加筆算割り算電卓番号を並べ替える相関係数計算機オンライン句読点削除ツール対数電卓マスターナンバー電卓マン・ホイットニーのU検定計算機土星回帰電卓t検定電卓動画を回転手数料電卓楕円円周電卓私のIPアドレスは何ですかビンゴカードジェネレーターランダムトーナメント表作成ツールwar電卓関数電卓MP3ルーパー中央値電卓圧力電卓相対標準偏差電卓FPSコンバーターBUN対クレアチニン比電卓逆テキストボウリングスコア計算機💧 露点電卓血糖値コンバーターランダム絵文字ジェネレーター変化率電卓デシベル (dB) 電卓HEXコンバーター熱膨張計算機外れ値電卓ビデオ速度を調整迷路ジェネレーター画像回転ツール空の行を削除する労働時間計算ツールオーディオ スプリッターlog-base-2電卓分数電卓ランダム名前ジェネレーターサッカーxg期待ゴール電卓ランダム日付ジェネレーター小数時間から普通の時間へのコンバーターボルト締付トルク計算機中間日計算機加速度電卓動画から画像抽出ツール角速度計算機AIテキストヒューマナイザーfena電卓太陽位置計算機筆算足し算・引き算計算機センチメートルからフィートとインチへのコンバーターバイナリ電卓年の日電卓 - 今日は今年の何日目🖱️ クリックカウンターコラージュメーカーランダム時刻ジェネレーター変動係数電卓指数電卓-高精度GIFメーカーXMLバリデーター三角関数グラフ作成ツールSRT 時間シフト 電卓角度変換ツールピタゴラスの定理電卓桁数電卓ランニングペース電卓上下反転テキストジェネレーター四次方程式計算機正多角形電卓車両重量配分計算機階段電卓太陽・月・上昇星座電卓 🌞🌙✨平方根電卓FacebookユーザーID検索🔊 トーンジェネレータービデオをループ再生停止距離計算機文字数による改行CRC32チェックサム電卓⚔️ DPS電卓積分電卓赤ちゃんのミルク量計算配管流量電卓10進数からBCDへのコンバーターFIP電卓分散電卓 高精度カイ二乗検定電卓パレットジェネレーターVTTからtxtへのコンバーター愛の相性電卓FNV-1a ハッシュジェネレーターSRT結合パスワード強度テスターワイヤーゲージ電卓周波数波長変換ツールHTMLからテキストコンバータkva計算機Twitter/X タイムスタンプ変換器ランダムポーカーハンドジェネレーターTikTok収益計算ツール🌡️ 暑さ指数電卓比率電卓比較分数電卓沸点計算ツールSRTからTXTへの変換ツールタンジェント電卓小文字生成器 ⁽ᶜᵒᵖʸ ⁿ ᵖᵃˢᵗᵉ⁾最小公倍数電卓IPアドレスから16進数への変換ジョルダン標準形電卓ヒジュラ暦変換器並列抵抗電卓四分位範囲電卓平均寿命電卓日割り家賃計算求人検索F検定・F分布電卓YouTubeショート収益化計算ツールエラー関数電卓ジニ係数電卓Twitch収益計算ツールパーセント成長率電卓標準誤差電卓水泳ペース計算機積の記号電卓 (Π パイ記法)コラッツ予想電卓スリザーリンクパズルジェネレーター取り消し線テキスト生成ツール営業利益率電卓歩数距離変換電卓熱伝達計算機画像に線を追加魔方陣ジェネレーター3d距離電卓ビデオ反転ランダム映画ピッカーローマ数字のコンバーターpsiからkPaへのコンバーターソーシャルメディアユーザー名チェッカー宝くじ番号ジェネレーター論理ゲートシミュレーターZalgoテキストジェネレーターベーカーズパーセント電卓ホームランの打席電卓ランダムクレジットカードジェネレーター滑車システム計算機猫カロリー電卓mp3リバーサーそろばんシミュレーターカラー反転ツールピザ生地計算機服のサイズ変換水分補給計算機確率分布電卓音速計算機カロリー赤字電卓パーセントからppmへのコンバーターフィッシャーの正確確率検定電卓二重積分電卓平方数リスト表面積電卓重複行削除ツール音節カウンター円周率の最初のn桁用紙サイズ一覧二項係数電卓アスファルト電卓立方ヤード電卓アンテナ長計算機電線管充填率電卓直列並列コンデンサ電卓誘導リアクタンス計算機部屋の照明計算機ルクスからルーメン電卓ルーメンからワット変換器発電機サイズ計算機mAh Wh 変換器 電卓三相電力計算機アンペアからワット電卓ワットからアンペア電卓直列抵抗計算機摩擦計算機斜面計算機機械的倍率計算機波の速度計算機浮力電卓終端速度計算機ド・ブロイ波長計算機光子エネルギー計算機emc2電卓時間の遅れ計算機ケプラーの第三法則計算機脱出速度計算機万有引力計算機ベール・ランベルトの法則電卓ネルンストの式計算機浸透圧計算機沸点上昇電卓凝固点降下計算パーセント組成計算機規定度計算機質量モル濃度計算機pKa→Ka変換器ヘンダーソン・ハッセルバルヒ電卓理論収量計算機制限反応物計算機電子配置計算機インタラクティブ周期表AI授業計画ジェネレーターAIクイズ作成ツール引用ジェネレーター (APA/MLA/Chicago)出席率計算APスコア計算機ACTスコア計算機SATスコア電卓パーセンテージからCGPA変換器CGPAからパーセンテージへの変換器簡単採点ツール EZ Grader子育て費用計算機おむつサイズ電卓赤ちゃんの名前ジェネレーター赤ちゃんの目の色予測子供のBMIパーセンタイル計算機子供の身長予測ツールhcg倍加時間計算ツール体外受精出産予定日電卓着床計算ツール中国式性別予測カレンダーISO 8601 日付フォーマッターユリウス日変換器昼寝電卓月相電卓日の出&日の入り電卓世界時計日付ローマ数字変換電卓退職カウントダウンソブリエティ計算機ハーフバースデー計算機記念日計算機週番号計算機チップ分配計算機メールマーケティングROI電卓リード獲得単価計算機運転資本計算機限界利益計算機FIFO / LIFO 電卓安全在庫計算機発注点計算機経済的発注量EOQ電卓減価償却計算機ハンドメイド価格電卓卸売価格計算機Shopify利益計算機Amazon FBA 電卓eBay手数料計算機Etsy手数料計算機Stripe手数料計算機PayPal手数料計算機ベッティングオッズ変換器什一献金計算機ザカート計算機英国印紙税計算機HRA非課税計算ツールグラチュイティ計算機NPS計算機EPF電卓PPF計算機RD電卓SWP電卓グロスアップ計算機ローン比較電卓クレジット利用率計算ツールCDラダー電卓T-Bill米国短期国債電卓I Bond 電卓529大学積立計算機HSA電卓退職金計算機昇給計算機請求書作成ツール出張日当計算機走行距離手当計算機家賃値上げ計算機家賃適正額計算機乗り出し価格計算ツール車購入可能額計算機バイクローン計算機キャンピングカーローン計算ボートローン電卓土地ローン計算機建設ローン計算機金利のみ住宅ローン計算機バルーンローン計算機住宅ローンポイント計算機PMI電卓隔週住宅ローン返済額計算機ARM住宅ローン電卓VAローン計算機給与手取り計算機AI SQLクエリジェネレーターAI正規表現ジェネレーターAIデータ可視化ツールCSV貼り付けAIテキストトーン分析ツールAI履歴書アナライザーAI単位変換ツール自然言語AI謝罪文ジェネレーターAI 丁寧なお断り文ジェネレーターAI旅行日程ジェネレーターAI読書リストジェネレーターAIワークアウトプランジェネレーターAI献立ジェネレーターAIギフトアイデアジェネレーターAIレシピジェネレーター食材から奨学金ROI電卓大学費用計算機言語学習 流暢になるまでの学習時間電卓単語クイズ作成ツールコーネルノート作成ツール学習曲線電卓フラッシュカード間隔反復スケジューラーペイント色混合計算機タイル目地計算機シックスシグマ工程能力計算機youtubeサムネイルダウンローダーyoutube収益見積もりツールランダムRPGキャラクタージェネレーター