Comp Sci Learn LU Decomposition in Java: No Linear Algebra Libraries Required

AI Thread Summary
The discussion centers on a request for assistance with implementing LU decomposition in Java without using linear algebra libraries. The original poster expresses a lack of understanding of the topic and seeks pseudo-code or guidance. Participants clarify that LU decomposition is inherently a linear algebra problem and suggest resources, including algorithms available on Wikipedia and example software from Netlib. The conversation emphasizes the importance of understanding the underlying concepts of linear algebra to tackle the problem effectively. Overall, the thread highlights the need for foundational knowledge in linear algebra to successfully implement LU decomposition in programming.
RyMi
Messages
7
Reaction score
0
I need to write a program utilizing LU decomposition of a matrix in Java without using any linear algebra libraries so I was wondering if anyone can give me some pseudo-code or a link or something. I know you're supposed to post your attempt, but I literally have no idea what I'm doing. This is way past my capabilities. I'm horrible in linear algebra. Any help will be greatly appreciated.
 
Physics news on Phys.org
Wrong section mate. :-\
 
Well it's actually for my calc 3 class and I thought someone over here might have more knowledge on the subject.
 
Well okay.

When you say you can't use linear algebra what do you mean?
LU decomposition is a linear algebra problem and there are algorithms for finding the matrices on wiki. :-$
 
This looks helpful.

Thank you, Electrician
 
Oh I'm dumb. I meant to say linear algebra libraries/packages.

Sorry.
 

Similar threads

Replies
1
Views
1K
Replies
7
Views
8K
Replies
4
Views
1K
Replies
6
Views
2K
Replies
2
Views
3K
Replies
2
Views
7K
Replies
5
Views
2K
Back
Top