All Stories published by Linear Algebra Basics on January 24, 2019
01
02
03
04
05
06
07
09
12
13
14
15
16
17
18
19
20
21
22
23
25
26
27
28
29
30
31

Factoring sum & division of cubes

Khan lecture 1.
Khan lecture 2.

# Sum of cubes
a³ + b³ = (a + b)(a² - ab + b²)
# Division of cubes
a³ - b³ = (a - b)(a² + ab + b²)
About
Linear Algebra Basics
Notes on Linear Algebra.
More information
Tags
Editors