Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello,
Can you to help me to display the graphics Mod1(f) = f(f) ? Please.
Thank you in advance.
Olivier
Solved! Go to Solution.
You call function I1 in functions Mod1 and Ph1. However, you haven't defined function I1 anywhere, so Mathcad is using the in-built Bessel function called I1. Should you be calling function I1a instead?
You also have problems further down in the file caused by the fact that your H functions (H1, H2 etc) produce complex values.
Alan
Try changing the range of values for the variable "f".
Reducing the number of elements might help.
Mike
You call function I1 in functions Mod1 and Ph1. However, you haven't defined function I1 anywhere, so Mathcad is using the in-built Bessel function called I1. Should you be calling function I1a instead?
You also have problems further down in the file caused by the fact that your H functions (H1, H2 etc) produce complex values.
Alan
Hello,
thank you for your help, these equations are very important and I would like to find a résulat for each graph.
I want to display TF191(f, tpas) + TF291(f,tpas) or TF4569 + TF4570. The result should be the same but I do not understand the difference between Mod1(f)/m1 and Mod1561(f456). One uses a frequency sweep and the other a vector.
I want to display TF191(f, tpas) + TF291(f,tpas) or TF4569 + TF4570. The result should be the same but I do not understand the difference between Mod1(f)/m1 and Mod1561(f456). One uses a frequency sweep and the other a vector.
Unfortunately I cannot seem to find these variables within your worksheet. Can you identify were they are as it's time consuming searching through worksheets laid out across multiple pages.
Mike