Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matrix norms/determinant #5

Open
kshedden opened this issue Jan 21, 2013 · 4 comments
Open

matrix norms/determinant #5

kshedden opened this issue Jan 21, 2013 · 4 comments

Comments

@kshedden
Copy link

I believe that the OneNorm and InfinityNorm functions are implemented incorrectly.

The OneNorm should be the sum of absolute values of the elements of the matrix.

The InfinityNorm should be the maximum absolute value of the elements of the matrix.

Also, it would be helpful to have a function that provides the log determinant, since the determinant will blow up for moderate or large matrix sizes.

@skelterjohn
Copy link
Owner

Oops, you're right, I switched those!

Feel free to make a pull request for LogDet()

On Mon, Jan 21, 2013 at 12:31 AM, kshedden [email protected] wrote:

I believe that the OneNorm and InfinityNorm functions are implemented
incorrectly.

The OneNorm should be the sum of absolute values of the elements of the
matrix.

The InfinityNorm should be the maximum absolute value of the elements of
the matrix.

Also, it would be helpful to have a function that provides the log
determinant, since the determinant will blow up for moderate or large
matrix sizes.


Reply to this email directly or view it on GitHubhttps://github.com//issues/5.

@kshedden
Copy link
Author

John,

Thanks, and thanks for your work on this project.

Best,

Kerby

On Mon, Jan 21, 2013 at 6:58 AM, John Asmuth [email protected]:

Oops, you're right, I switched those!

Feel free to make a pull request for LogDet()

On Mon, Jan 21, 2013 at 12:31 AM, kshedden [email protected]
wrote:

I believe that the OneNorm and InfinityNorm functions are implemented
incorrectly.

The OneNorm should be the sum of absolute values of the elements of the
matrix.

The InfinityNorm should be the maximum absolute value of the elements of
the matrix.

Also, it would be helpful to have a function that provides the log
determinant, since the determinant will blow up for moderate or large
matrix sizes.


Reply to this email directly or view it on GitHub<
https://github.com/skelterjohn/go.matrix/issues/5>.


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-12494800.

@taylorchu
Copy link

btw, the norm in this package uses vector norm not matrix norm.

@taylorchu
Copy link

fixed in #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants