define f(x)=(25)/( (x*j)^2 + 4*(x*j) + 25 ) done arg( f( 1 ) ) -0.17 arg( f( x ) ) | x = 1 0.02+0.26*j :blink:where j is imaginary unit.
what is wrong? please help me!
Posted 18 February 2008 - 02:04 PM
define f(x)=(25)/( (x*j)^2 + 4*(x*j) + 25 ) done arg( f( 1 ) ) -0.17 arg( f( x ) ) | x = 1 0.02+0.26*j :blink:where j is imaginary unit.
Posted 18 February 2008 - 03:11 PM
Posted 19 February 2008 - 07:08 PM
I am working on a Contol ToolBox for ClassPad as I said before. I use CPBasic. I have some problem with arg() function. Check this:
define f(x)=(25)/( (x*j)^2 + 4*(x*j) + 25 ) done arg( f( 1 ) ) -0.17 arg( f( x ) ) | x = 1 0.02+0.26*j :blink:where j is imaginary unit.
what is wrong? please help me!
Posted 22 February 2008 - 04:59 PM
Which OS do you have? OS3 gives me this:
http://imageupload.d...iew.php?fid=709
Hi,
After talking to my math friend, she explained that the ClassPad is evaluating the expression and then substituting the value for x. If you want to force the ClassPad to evaluate using the value for x, enclose the expression and value within parenthesis.
arg(f(x)|x=1)
Debb
0 members, 0 guests, 0 anonymous users