vault backup: 2024-02-13 10:16:56
This commit is contained in:
parent
43bde98055
commit
17805996e0
@ -1,6 +1,7 @@
|
||||
## Degree where the numerator is less
|
||||
1. Factor the bottom.
|
||||
2. Create two fractions, a/p1, and b/p2, where p1 and p2 are the polynomials you just factored out, and a/b are arbitrary variables
|
||||
3. Multiply a by p2, and b by p1.
|
||||
3. Multiply a by p2, and b by p1., giving you: $$\frac{a*p2}{p1} + \frac{b*p1}{p2}$$
|
||||
4. When you split the
|
||||
## Degree of the numerator is equal
|
||||
1. First perform polynomial division.
|
||||
|
Loading…
Reference in New Issue
Block a user