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
Hello,
i am currently making a calculation with Mathcad Prime 9.0, where i got 3 different load cases and i want them all in 1 sheet.
i made a few formulas at the beginning, and will later calculate my loadcases with them. For that i wanted some variables to be empty, so that they will just shown as their variable name, so i can later change this variable in every load case to a different number.
Is there a Solution for this? Or is this just how Mathcad works?
Solved! Go to Solution.
Instead of mere 'formulas', you should use functions.
So instead of
which requires m and a to be numerically defined, before F can be calculated, (hence the red error mark)
use:
Where you can fill in the numbers for m and a once you're ready to calculate the corresponding value of F.
And you can calculate the results for a set of scenarios:
Success!
Luc
Attach your worksheet. Usually, it is no problem.
Instead of mere 'formulas', you should use functions.
So instead of
which requires m and a to be numerically defined, before F can be calculated, (hence the red error mark)
use:
Where you can fill in the numbers for m and a once you're ready to calculate the corresponding value of F.
And you can calculate the results for a set of scenarios:
Success!
Luc