save_figs = F # Question 1: # A = matrix( c( 3, 1, 0, 2, 0, -1, 0, 1, 2 ), nrow=3, ncol=3, byrow=T ) b = rep(0, 3) x = solve( A, b ) print(x)