Java software for solving linear systems

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
Aikon
Messages
21
Reaction score
0
Hi,

I made this program in java, take a look:
https://github.com/BetoKahn/Gauss
For the english version I didn't uploaded the code, only the runnable .jar file.
For the portuguese speakers you can see the code.

I hope you enjoy,
 
Physics news on Phys.org
Nice. I'm assuming it's open source due to the .java files.
 
Whovian said:
Nice. I'm assuming it's open source due to the .java files.

Yes, you got it.
It is a simple program, so I didn't atached a public license.
 
mariaL said:
Nice work

:)
Thanks.
It is very nice to listen a good feedback,
Actually, there is a bug if you enter a system with different number of equations and variables.
Maybe I fix it in the future.