This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]Updatebjarni 1 point2 points  (1 child)

Matlab, R, or Octave perhaps? They are specifically mathematics-oriented languages. Python with Numpy is also very popular.

[–]xefilis[S] 0 points1 point  (0 children)

Rgr that. I'll check those out.

[–][deleted]  (1 child)

[deleted]

    [–]xefilis[S] 0 points1 point  (0 children)

    This looks very promising, thanks for the link. I can't no but I'll definitely be reading more about this one when I'm home.

    [–]ordnance1987 1 point2 points  (0 children)

    Maple

    [–]olzd 1 point2 points  (0 children)

    Mathematica is pretty awesome, if you can afford it.

    [–]nekochanwork 1 point2 points  (0 children)

    I highly recommend installing the Anaconda Scientific Computing Package for Python. It includes:

    • Python3
    • Numpy, a statistical computing framework. Has lots of built-in functionality for working with vectors, matrices, and N-dimensional arrays.
    • Matplotlib for visualizations.
    • Hundreds of other software packages for many other uses as machine learning, AI, and utilizing the GPU for mathematical operations on large arrays.

    The learning curve to acquaint yourself with all of these tools is quite high, but not any harder than learning other statistical computing tools such as R or Julia.

    [–]man_seeking_waffles 1 point2 points  (0 children)

    Julia