This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gibson:teaching:fall-2012:math445:hw1 [2012/09/24 19:51] gibson |
gibson:teaching:fall-2012:math445:hw1 [2012/09/26 20:28] (current) gibson |
||
---|---|---|---|
Line 48: | Line 48: | ||
17. finds a zero of another function using the bisection search algorithm. | 17. finds a zero of another function using the bisection search algorithm. | ||
+ | |||
+ | 18. computes the product //y = Ax// of an //m x n// matrix //A// and an //n x 1// vector //x//, according the formula | ||
+ | <latex> | ||
+ | y_i = \sum_{j=1}^n A_{ij} x_j | ||
+ | </latex> | ||