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²)

Vector forms

Refer to Khan academy article.

In Gilbert Strang’s _Intro to Linear Algebra_, it’s different point of view:

For row form or column form:

  • Row form: v = (1, 1, -1)
  • Column form:
Linear Algebra Basics
Linear Algebra Basics
Notes on Linear Algebra.
More information
Followers
123
Elsewhere