aoc::year2024::day13

Function play

Source
fn play([ax, ay, bx, by, px, py]: &[i64; 6], part_two: bool) -> i64
Expand description

Invert the 2 x 2 matrix representing the system of linear equations.