I am trying to solve some physics problem in which i need to solve 625 linear coupled differential equations. I am using the command DSolve for solving them. When i used the same procedure for 25 equations it is working well.
Only difference is, in 25 equations there are no other parameters all coefficients are numerical values. but in case of 625 equations there are some 7 parameters in symbolic form like delta, omega .etc.. ( i think it doesn't matter )
Can Mathemetica solve them ? what is the limiting factor in using the DSolve command ? If not "DSolve" what could be the other command which can give me the output ?. I tried very hard to get to this 625 equations now if i have to go for some other software it will be very very tough for me...