Using matrix/vector results in a function
Using matrix/vector results in a function
(OP)
Hello all!
I'm a pretty new mathcad user and I'm not familiar enough to find the solution to my problem alone. It should be pretty simple, it's just a matter of my not understanding how mathcad is using these variables (or lacking a programmer's mentality and ability to think the logic through).
I have a simple calculation to do, and then to plot. I would like mathcad to handle the automation of how long the equation is required to be based on an indicated variable. I've attached my sheet to hopefully illustrate my issue but I will explain a bit in detail here.
I have a set of loads, both the magnitude ('P') and the distance away from the endpoint of a beam ('a'). There might be one extra load, there could be three, it's arbitrary (and this is the problem I'm tackling now, the automation of this).
I want to replace an equation like M(x):= P1*a1 + P2*a2 + P3*a3 + ... with M(x):= Pi*ai. Mathcad doesn't seem to like this. I've tried messing around with adding/removing 'i' to different parts of the equations, to introducing sums, etc. I can't seem to get mathcad to agree that it makes sense what I am asking.
I'm a pretty new mathcad user and I'm not familiar enough to find the solution to my problem alone. It should be pretty simple, it's just a matter of my not understanding how mathcad is using these variables (or lacking a programmer's mentality and ability to think the logic through).
I have a simple calculation to do, and then to plot. I would like mathcad to handle the automation of how long the equation is required to be based on an indicated variable. I've attached my sheet to hopefully illustrate my issue but I will explain a bit in detail here.
I have a set of loads, both the magnitude ('P') and the distance away from the endpoint of a beam ('a'). There might be one extra load, there could be three, it's arbitrary (and this is the problem I'm tackling now, the automation of this).
I want to replace an equation like M(x):= P1*a1 + P2*a2 + P3*a3 + ... with M(x):= Pi*ai. Mathcad doesn't seem to like this. I've tried messing around with adding/removing 'i' to different parts of the equations, to introducing sums, etc. I can't seem to get mathcad to agree that it makes sense what I am asking.
RE: Using matrix/vector results in a function
attached is what I think your'e looking for http://files.engineering.com/getfile.aspx?folder=5...
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
RE: Using matrix/vector results in a function
Anyways, you were bang on, I just wasn't using the sum correctly. I can absolutely see why it works now that it's laid out in front of me. It was frustrating because I know I've done something similar on the past although I couldn't locate the worksheet.
Thanks again! Consider this thread closed.