Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Good Evening Mathcad Community,
About a week ago the following people have been help me with programming from translating Matlab into Mathcad on Wilson Theta Method, Werner, FM and Jamie. Now that the problem is solved, I'm trying to read in matrices Mass matrix, Stiffness matrix, Damping matrix and an external force vector into the function but get comfused with the n by n matrix into the function. Would any member of the community please see what I'm doing wrong and help me the code is below the function. I have followed Werner's work on previous worksheet. If I get this to work my goal is to solve the problem below the function on dynamic analysis for foundations. Please attached.
I don't have the time to dig into it in more depth, so just a loose collection of observations.
Good luck!
Good Morning Werner,
You are correct, I missed the initial conditions. I have modified the function to include the initial condition. Also, I do not know how the author came about the (theta*(R-R)) in the equation. I checking my numerical analysis text on the topic to find out. My main problem is do I need two for loop or one for the matrix?. Please help.
Best Regards,
Boyer
As you see you get an error because the various array dimensions don't match.
You define u for example as a 301 x 301 matrix. The Maltlab code defines the corresponding disp as a 2 x 301 matrix and seems to anly use the first row of it. Not sure whats going on here. Guess u etc. can be just vectors.
Good Morning Werner / Mathcad Community,
Please attached a copy of the revised Mathcad file on the same topic. I have two different seperate functions. The modified copy of your file, and the second is the one that I created. I still have problem making one of the function to work. Please see attached and see if you could help this time.