mgudorf

Results 4 issues of mgudorf

The link to Stephen Boyd's presentation needs the extension `.pdf` in the URL, lest it return a 404 error, i.e. http://ee263.stanford.edu/lectures/min-norm needs to be http://ee263.stanford.edu/lectures/min-norm.pdf instead.

Three m's instead of two in `symmetric` ``` In Section 7.4.3.1, we show that a symmmetric matrix is positive definite ... ```

> If $m < n$ (short, fat) and the rows of $\mathbf{A}$ are linearly independent (so $\mathbf{A}$ is full rank), then the pseudo inverse ... I believe should be: >...

typo in word "optimization" after equation 8.120: > We can rewrite the proximal operator as solving a constrained **opimtization** problem, as follows: