Question: Generating List of Equations With Maple Procedure

How do I generate a list of equations with Maple procedure. My problem is this, I have a Pile embedded in the soil. L is the length of the pile, it is divided into t equal segments, thus there are t + 1 points along the length of the pile. The point 0 is at the tip, and point t is at the ground surface. Y[m] is the general deflection equation at any point m along the pile. My goal is to generate each equation for each points along the pile, such that I can invoke Maple solve function to solve the problem. Below is my input into Maple. I have presented two methods, one with for loop, the other method with procedure. I have problem with two methods. Please Help!

Regards,

 

Boyer

 

 
 
 
 
 
 
 
 
>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Please Wait...