Question: How do I solve recursively of a system of linear equations in Maple?

I have a system of linear equations with a fixed number of equations, but the stracture of the system varies in T. I have solved the system for a fixed T and have to run for each value of T, which is quite boaring. I want to solve the system by a single run for multiple T values using a for loop. When I tried with the code, I got the following error.

Error, (in LinearAlgebra:-GenerateMatrix) invalid subscript selector


t.mw

Please Wait...