Skip to main content
Best answer by AlanStevens

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

3 replies

24-Ruby III
February 9, 2012

Try changing the range of values ​​for the variable "f".

1-Visitor
February 9, 2012

Reducing the number of elements might help.

Mike

19-Tanzanite
February 9, 2012

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

1-Visitor
February 10, 2012

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.

1-Visitor
February 11, 2012

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