Exercise 2.1.23

Answers

A = [ 12;34 ]and x = [ 5 2 ]or [ 5; 2 ]and b = [ 17 ]or [ 1;7 ] r = b A x prints as two zeros.

User profile picture
2021-11-20 14:44
Comments