2010년부터 · 매월 200만 회 이상의 도구 사용을 지원합니다
2010년부터
Chrome에 추가

내 도구함

자동 모드

저장된 도구가 없습니다.

프리미엄 버전으로 업그레이드하기
관련 도구
행렬 거듭제곱 계산기행렬 지수 계산기매트릭스 계산기행렬식 계산기야코비 행렬 계산기연립 일차 방정식 풀이기화학 반응식 균형 계산기
홈페이지 > 수학 관련 도구 > 선형 대수학
 

크라메르 법칙 계산기

2원 또는 3원 연립방정식의 계수를 넣으면 크라메르 법칙으로 해를 구합니다. 행렬식 계산 과정을 단계별로 보여 줍니다.

무료로 사용가입 필요 없음즉시 결과 확인
크라메르 법칙 계산기지금 무료로 사용하기 ▼
Examples:
xy
[
a₁₁
a₁₂
a₂₁
a₂₂
] = [
b₁
b₂
]

크라메르 법칙 계산기 위젯 삽입

크라메르 법칙 계산기 정보

Cramer's Rule 계산기는 행렬식을 이용해 2원 또는 3원 연립 일차방정식을 풉니다. 계수 행렬과 상수 벡터를 입력하면 단계별 행렬식 계산 과정, 열 치환을 보여주는 애니메이션 행렬 시각화, 2×2 연립방정식의 기하학적 해석 그래프와 함께 전체 풀이를 확인할 수 있습니다. 크래머 공식은 각 변수를 두 행렬식의 비율로 나타내는 선형대수학의 기본 기법입니다.

What Is Cramer's Rule?

크래머 공식(Cramer's rule)은 미지수와 방정식의 수가 같은 연립 일차방정식이 유일한 해를 가질 때, 그 해를 구하는 명시적인 공식을 제공하는 선형대수학의 정리입니다. 스위스 수학자 가브리엘 크래머(Gabriel Cramer, 1704–1752)의 이름을 딴 이 공식은 행렬식을 이용해 각 변수를 다음과 같은 비율로 나타냅니다.

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

여기서 \(D\)는 계수 행렬의 행렬식이고, \(D_i\)는 계수 행렬의 \(i\)번째 열을 상수 벡터로 치환하여 만든 행렬의 행렬식입니다.

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

3×3 행렬의 행렬식은 첫 번째 행을 따라 여인수 전개를 이용해 계산합니다. 각 \(D_i\)는 해당 열을 상수 벡터로 치환하여 구하며, 해는 \(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. 연립방정식 크기 선택: 방정식과 미지수의 개수에 따라 2×2 또는 3×3을 선택하세요.
  2. 계수 입력: 왼쪽의 계수 행렬을 채웁니다. 각 행은 하나의 방정식에, 각 열은 변수(x, y, z)에 대응합니다.
  3. 상수 입력: 오른쪽의 상수 벡터를 채웁니다(각 방정식의 우변 값).
  4. Solve 클릭: 계산기가 모든 행렬식(D, D_x, D_y, 필요 시 D_z)을 계산하고 해의 유형을 판별한 뒤, 애니메이션 행렬 시각화와 함께 단계별 풀이 과정을 보여줍니다.

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/ko/크라메르-법칙-계산기/에서 MiniWebtool 인용, https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-04-12

선형 대수학:

수학 풀이어떤 문제를 풀까요?

수학 풀이

예시
수식 예시 더 보기

예시를 선택하고 숫자를 수정한 다음 풀기를 누르세요. log는 밑 10, 자연로그는 ln입니다.

수와 약수

분수와 나눗셈

거듭제곱·근·로그

대수와 방정식

미적분

기하와 삼각법

인기·최신 도구:

심프슨 법칙 계산기로피탈의 정리 계산기네이스미스 하이킹 페이스 계산기모두 보기 →
홈페이지 > 수학 관련 도구 > 선형 대수학 > 크라메르 법칙 계산기