From 97b2fbc8dc1caa3dfe2230494efc62d8f850123b Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 14 Feb 2024 09:46:34 -0700 Subject: [PATCH] vault backup: 2024-02-14 09:46:34 --- education/math/Partial Fractions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/math/Partial Fractions.md b/education/math/Partial Fractions.md index c741890..bc8e56c 100644 --- a/education/math/Partial Fractions.md +++ b/education/math/Partial Fractions.md @@ -24,7 +24,7 @@ $$ 2x+1 = x(a + b) + (2a + b) $$ 7. With the above equation, each side is in the same form. it's $x$ multiplied by a constant ($2$ on the left, and $(a+b)$ on the right, and with a constant of $1$ on the left and $2a + b$) on the right, letting you find the two equations below: $$ 2 = a + b $$ $$ 1 = 2a + b $$ - +8. The above equations can be solved as a system of equations, giving you ## Degree of the numerator is equal 1. First perform polynomial division.