From 3410d7afdb73ce7a746b8ae2d4783e739d2ee110 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Mon, 30 May 2022 09:10:46 +0200 Subject: [PATCH] fix(curriculum): external algebra links in code interview (#46192) --- .../10-coding-interview-prep/rosetta-code/cramers-rule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/cramers-rule.md b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/cramers-rule.md index 9b49a3fac22..32d2ea35a31 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/cramers-rule.md +++ b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/cramers-rule.md @@ -8,7 +8,7 @@ dashedName: cramers-rule # --description-- -In [linear algebra]( "wp: linear algebra"), [Cramer's rule]( "wp: Cramer's rule") is an explicit formula for the solution of a [system of linear equations]( "wp: system of linear equations") with as many equations as unknowns, valid whenever the system has a unique solution. It expresses the solution in terms of the determinants of the (square) coefficient matrix and of matrices obtained from it by replacing one column by the vector of right hand sides of the equations. +In linear algebra, Cramer's rule is an explicit formula for the solution of a system of linear equations with as many equations as unknowns, valid whenever the system has a unique solution. It expresses the solution in terms of the determinants of the (square) coefficient matrix and of matrices obtained from it by replacing one column by the vector of right hand sides of the equations. Given