matrix

I am trying to make a software that reauires a matrix like this

1 4 0.4 0.8 0.9 4 5 8 15 25 68 19 14 0.8 0.15
5 45 2 7 8 6 1 9 0 5 17 5 9 1 7 0.5 0.18 0.16
etc

the matix has minimam 30 lines amd 18 columns
This is a linear equation and will get the values from diferent tables
If anyone can help me I would be very greatfull.
What errors are you getting with your code?
What exactly is the code, and what is it supposed to do?
PS You might want to take a look at one of the newer articles that clearly lays out why multi-dimensional arrays are bad. I haven't yet read the whole thing but I noticed some important points you might want to take into account.
The code is supposed to calculate a linear equation for a software that optimize the ingredients for animal food and i don't have a code yet because I have no idea how to start
Topic archived. No new replies allowed.