Intro to Java book for scientific computing?

AI Thread Summary
A user is seeking resources to learn Java for an upcoming course, expressing concern about grasping underlying concepts when using a program designed for grading rather than practical learning. They are looking for a book that provides a solid foundation in Java, ideally with examples relevant to science and engineering, and that can be used with Eclipse. Recommendations include "Big Java Late Objects," noted for its clarity and suitability for self-learning, although it lacks a strong focus on science/engineering examples. The discussion also touches on skepticism regarding Java's suitability for scientific computing, suggesting alternatives like C or C++ and mentioning tools like Mathematica for analytic calculations and numerics.
\Theta
Messages
18
Reaction score
0
Hey everybody,

I need to learn Java for a course I'm taking in the spring(my C++ course fulfills the prereq for our java intro to data structures course) and I need to get a working knowledge of java. I've been reading the book for the class I'm not taking, but it's essentially built around a program that makes it easier for professors to grade(rather than Eclipse), and I was wondering if there was a book out there that would give me a solid foundation that I could use with eclipse to teach myself. Mostly I'm worried about the underlying concepts for the next course- it's harder to grasp them when the examples and exercises aren't in a program you're using.

Thanks!
 
Physics news on Phys.org
Thanks for the post! Sorry you aren't generating responses at the moment. Do you have any further information, come to any new conclusions or is it possible to reword the post?
 
Right now I'm reading Kernighan and Ritchie's The C Programming Language. Is there a java equivalent that I can find at the library? I just need a java book that teaches you how to program(mainly with examples aimed at science/engineering) but let's you decide which compiler/environment to use.
 
Last edited:
Hi,
I recommend:
Big Java Late Objects
https://www.amazon.com/dp/1118087887/?tag=pfamazon01-20
, which can teach you how to program but let's you decide which compiler/environment to use.

Advantage: Clear, broad, and good for self-learning. You can read later chapters if you have C background.
Disadvantage: Not many examples on science/engineering but they do exist. I forgot how many though.td21
 
Last edited by a moderator:
Why the heck would you choose Java as a programming language for scientific computing? Rather learn C or \mathrm{C}^{++}. For analytic calculations a computer algebra system like Mathematica is good. For not too time-consuming numerics, Mathematica is even a good choice for that. But Java? I don't get it!
 
TL;DR Summary: Book after Sakurai Modern Quantum Physics I am doing a comprehensive reading of sakurai and I have solved every problem from chapters I finished on my own, I will finish the book within 2 weeks and I want to delve into qft and other particle physics related topics, not from summaries but comprehensive books, I will start a graduate program related to cern in 3 months, I alreadily knew some qft but now I want to do it, hence do a good book with good problems in it first...
This is part 2 of my thread Collection of Free Online Math Books and Lecture Notes Here, we will consider physics and mathematical methods for physics resources. Now, this is a work in progress. Please feel free comment regarding items you want to be included, or if a link is broken etc. Note: I will not post links to other collections, each link will point you to a single item. :book:📚📒 [FONT=trebuchet ms]Introductory college/university physics College Physics, Openstax...

Similar threads

Back
Top