vault backup: 2024-02-14 09:46:34

This commit is contained in:
zleyyij 2024-02-14 09:46:34 -07:00
parent 990cf378ca
commit 97b2fbc8dc

View File

@ -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.