Skip to main content
1-Visitor
April 26, 2012
Solved

frequency response

  • April 26, 2012
  • 1 reply
  • 4664 views

Hello,

I want the frequency response of F(s,Iabc).

I don't see why that don't to display.

Do you can to help me.

Thank you very much

Best answer by Fred_Kohlhepp

There are two ways to get a subscript:

If you want a subscript in a variable name, type "I.abc"

If you want to address an element of a vector, type "I[abc"

In your sheet you define i from 0 to 100 (an index variable) so don't type sx(i) {this defines a function}, type "sx[i", and sx becomes a vector of frequencies.

You need to read the help files about units--you're putting thrm in in some places and not others.

1 reply

17-Peridot
April 26, 2012

Hello Julia,

I see several culprits in your worksheet:

#1 you haven't defined the variable Iabc. And you're using it on both sides of your equation.

#2 you're using min and max as avariable. These are however, MathCad functions and shouldn't be overwritten.

#3 the same applies to your function s(i). s is a unit in MathCad.

Hope this helps

Raiko

1-Visitor
April 26, 2012

I have corriged the errors that you say to me but that don"t work.

Why ? Please

17-Peridot
April 26, 2012

Hi

I've checked your new sheet but I don't understand what you are trying to do. Is I a fixed value such as I = 4 A? Is abc an index? And is Iabc a vector (7th element in vector I) or is it a literal index? It will work when you define Iabc properly.

Also, in your function F(sa, Iabc) you're calling sa which isn't defined.

Raiko