Message Boards Message Boards

0
|
4852 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

What is the substitute for MatrixNorm?

Posted 6 years ago

When I type these,

B={{1,2},{3,4}}
Norm[N[B]]

the output is,

{{1, 2}, {3, 4}}

5.46499

But in old textbook, the command

MatrixNorm[N[B]]

is 7.(This command is not used anymore now but I cannot find the substitute for this :( )

How can I get this result?

Nice day!

POSTED BY: Jihun Park
2 Replies

I think you want the infinity norm:

Norm[N[B], Infinity]
POSTED BY: Michael Rogers
Posted 6 years ago

Thanks Michael :)

POSTED BY: Jihun Park
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract