this post was submitted on 22 Nov 2025
13 points (100.0% liked)
Software recommendations
1327 readers
1 users here now
Do you want to know the best program to do something? Ask it here and discover the best options to choose between. Do not be shy
Anyone can ask for products by making a post. There are no posts because I think people think that they can not post but they can now
Want to get recommendations to non-software topics? Go to Recommendations
rules: instance rules
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You might want to look into GNU Octave, it's like an open source version of Matlab which is often used for managing high dimensional data.
https://wikipedia.org/wiki/GNU_Octave
A couple other approach depending on the data and use are using relational database, storing the data in a database normalized form, then using a declarative style language like SQL to combine or exclude data in operations. And if it's mostly physics spacetime coordinates xyz+t tensor frameworks and libraries are built on top of most popular general purpose programming languages (python, c, java, etc) for that purpose.