Calculateur Règle de Cramer
Résolvez des systèmes de 2 ou 3 équations linéaires en utilisant la règle de Cramer. Entrez les coefficients, obtenez les calculs de déterminants étape par étape avec visualisation matricielle animée, graphique d'interprétation géométrique et la solution complète.
Votre bloqueur de pubs nous empêche d’afficher des annonces
MiniWebtool est gratuit grâce aux annonces. Si cet outil vous a aidé, soutenez-nous avec Premium (sans pubs + outils plus rapides) ou ajoutez MiniWebtool.com à la liste blanche puis rechargez la page.
- Ou passez à Premium (sans pubs)
- Autorisez les pubs pour MiniWebtool.com, puis rechargez
Calculateur Règle de Cramer
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
Cramer's Rule Formulas
For a 2×2 System
Given the system:
$$a_1x + b_1y = c_1$$ $$a_2x + b_2y = c_2$$
| Determinant | Formula | Description |
|---|---|---|
| \(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?
| Condition | D Value | Result |
|---|---|---|
| Unique solution | D ≠ 0 | Each variable = D_i / D |
| No solution (inconsistent) | D = 0, some D_i ≠ 0 | Lines/planes are parallel |
| Infinitely many solutions | D = 0, all D_i = 0 | Equations are dependent |
Cramer's Rule vs. Other Methods
| Method | Best For | Limitation |
|---|---|---|
| Cramer's Rule | Small systems (2×2, 3×3), exact symbolic solutions | Slow for large systems (n! complexity) |
| Gaussian Elimination | General systems, large matrices | No closed-form formula |
| Matrix Inverse | Multiple right-hand sides | Requires D ≠ 0, expensive to compute |
| LU Decomposition | Repeated solving, numerical stability | More complex to implement |
How to Use the Cramer's Rule Calculator
- Choose the system size: Select 2×2 or 3×3 depending on how many equations and unknowns you have.
- 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).
- Enter constants: Fill in the constants vector on the right (the right-hand side of each equation).
- 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
| Field | Application | Example |
|---|---|---|
| Engineering | Circuit analysis (Kirchhoff's laws) | Finding currents in a resistor network |
| Economics | Market equilibrium | Supply and demand intersection |
| Physics | Force balance | Finding reaction forces in statics |
| Chemistry | Balancing equations | Stoichiometric coefficients |
| Computer Graphics | Coordinate transformations | Line/plane intersection points |
FAQ
Citez ce contenu, cette page ou cet outil comme suit :
"Calculateur Règle de Cramer" sur https://MiniWebtool.com/fr// de MiniWebtool, https://MiniWebtool.com/
by miniwebtool team. Updated: 2026-04-12
Vous pouvez également essayer notre Résolveur Mathématique IA GPT pour résoudre vos problèmes mathématiques grâce à des questions-réponses en langage naturel.