8
votes
7answers
432 views
What can Matlab do that R cannot do?
I often hear people complain how expensive Matlab licenses are. Then I wonder why they don't just use R. But is it right? Can you use R to replace Matlab?
0
votes
7answers
400 views
Looking for ODE integrator/solver with a relaxed attitude to derivative precision
I have a system of (first order) ODEs with fairly expensive to compute derivatives.
However, the derivatives can be computed considerably cheaper to within given error bounds, eit …
40
votes
18answers
1k views
Practices for programming in a scientific environment?
Background
Last year, I did an internship in a physics research group at a university. In this group, we mostly used LabVIEW to write programs for controlling our setups, doing da …
3
votes
10answers
331 views
The reading list for scientific programmer
Hi all,
I am working to become a scientific programmer. I have enough background in Math and Stat but rather lacking on programming background. I found it very hard to learn how t …
0
votes
3answers
32 views
Tools for analysing experimental data
What tools are there for analysing experimental data with a number of variables to attempt to optimise parameters for a particular parameter? This question is purposely general - I …
8
votes
4answers
180 views
Are functional programming languages good for practical tasks?
It seems to me from my experimenting with Haskell, Erlang and Scheme that functional programming languages are a fantastic way to answer scientific questions. For example, taking a …
2
votes
4answers
73 views
Design principles for creating a domain-specific scientific library
What are good principles in designing a software library for the use of scientists in a specific discipline? By this I mean areas such as chemistry, physics, materials science, mic …
3
votes
3answers
175 views
Java Multi-Threading Beginner Questions
I am working on a scientific application that has readily separable parts that can proceed in parallel. So, I've written those parts to each run as independent threads, though not …
2
votes
5answers
204 views
best lib for vector array in c++
I have to do calculation on array of 1,2,3...9 dimensional vectors, and the number of those vectors varies significantly (say from 100 to up to couple of millions). Of course, it w …
3
votes
2answers
171 views
What is a good free (open source) BLAS/LAPACK library for .net (C#)?
Dear all
I have a project written in C# where I need to do various linear algebraic operations on matrices (like LU-factorization).
Since the program is mainly a prototype create …
0
votes
5answers
259 views
Is C really used for a lot of Scientific Computing?
I'm currently taking a math class in College called "Scientific Computing" and the professor told us that C is the most common language used for, well, scientific computing and am …
0
votes
3answers
190 views
c# and scientific calculation
at http://www.teacherschoice.com.au/Maths%5FLibrary/Trigonometry/solve%5Ftrig%5FSSS.htm
there is
"Find the inverse cos of -0.25 using a scientific calculator...C = cos-1(-0.25)= 1 …
4
votes
9answers
191 views
Do scripters have to consider roundoff error?
I'm studying C, and the idea of guard digits and rounding errors came up. Do practitioners of scripting languages (I'm thinking of Python and Perl here) need to worry about this st …
3
votes
6answers
748 views
Plotting with C#
C# seems to show some promise for scientific computing, but I found very little about one plotting 2D graphs, which is very important both for science student and scientists.
Is t …
2
votes
12answers
448 views
Managed language for scientific computing software
Scientific computing is algorithm intensive and can also be data intensive. It often needs to use a lot of memory to run analysis and release it before continuing with the next. So …
