Flowdock
method

laplace_expansion

Importance_1
v2_4_6 - Show latest stable - 0 notes - Class: Matrix
laplace_expansion(row: nil, column: nil) public

Returns the Laplace expansion along given row or column.

Matrix[[7,6], [3,9]].laplace_expansion(column: 1)
 => 45

Matrix[[Vector[1, 0], Vector[0, 1]], [2, 3]].laplace_expansion(row: 0)
 => Vector[3, -2]
Show source
Register or log in to add new notes.