retagged by
736 views
0 votes
0 votes
If $x \| \underline{x} \| \infty = 1< i^{max} < n \: \: max \: \: ( \mid x1 \mid ) $ for the vector $\underline{x} = (x1, x2 \dots x_n)$ and $\| A \| \infty = x^{Sup} \frac{\| A \underline{x} \| \infty}{\| \underline{x} \| \infty}$ is the corresponding matrix norm, calculate $\| A \|_o$ for the matrix $A=\begin{bmatrix} 2 & 5 & 9 \\ 4 & 6 & 5 \\ 8 & 2 & 3 \end{bmatrix}$ using a known property of this norm.

Although this norm is very easy to calculate for any matrix, explain why the condition number is difficult (i.e. expensive) to calculate.
retagged by

Please log in or register to answer this question.

Related questions

8 votes
8 votes
3 answers
2
go_editor asked Dec 20, 2016
3,277 views
Assume that the matrix $A$ given below, has factorization of the form $LU=PA$, where $L$ is lower-triangular with all diagonal elements equal to $1, U$ is upper-triangula...
1 votes
1 votes
1 answer
3
1 votes
1 votes
1 answer
4
go_editor asked Dec 20, 2016
645 views
Consider the following well-formed formula:$\exists x \forall y [ \neg \: \exists z [ p (y, z) \wedge p (z, y) ] \equiv p(x,y)]$Express the above well-formed formula in c...