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

LU matrix factorization #1044

Closed
Nelson-numerical-software opened this issue Dec 18, 2023 · 0 comments · Fixed by #1076
Closed

LU matrix factorization #1044

Nelson-numerical-software opened this issue Dec 18, 2023 · 0 comments · Fixed by #1076
Projects
Milestone

Comments

@Nelson-numerical-software
Copy link
Collaborator

 A = [ 1    2    3;      4    5    6;      7    8    0 ]+ i;
[L,U,P] = lu(A)
A = [1 2 0; 2 4 8; 3 -1 2]+i
 [l,u,p]=lu(A)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Nelson 2024
DONE (v1.1.0)
Development

Successfully merging a pull request may close this issue.

1 participant