From: Muhamad on
Please help i have problem..how to make listing for this equation

sin(α)-(sinθ ) e^(-(2π+α-θ)/ωRC)=0

please help me, thanx you
From: Walter Roberson on
Muhamad wrote:
> Please help i have problem..how to make listing for this equation
>
> sin(α)-(sinθ ) e^(-(2π+α-θ)/ωRC)=0
>
> please help me, thanx you

It is a rare mathematical notation indeed that uses semi-colons as part
of an equation.

Please review the way your posting actually came out, and repost in a
way that we can read it, without any ampersand number-sign nine five two
semi-colon or the like. Probably you attempted to use characters that
are not part of the basic ASCII or ISO-8896-1 character sets.
From: Muhamad on
Walter Roberson <roberson(a)hushmail.com> wrote in message <hpl3jj$jm7$1(a)canopus.cc.umanitoba.ca>...
> Muhamad wrote:
> > Please help i have problem..how to make listing for this equation
> >
> > sin(&#945;)-(sin&#952; ) e^(-(2&#960;+&#945;-&#952;)/&#969;RC)=0
> >
> > please help me, thanx you
>
> It is a rare mathematical notation indeed that uses semi-colons as part
> of an equation.
>
> Please review the way your posting actually came out, and repost in a
> way that we can read it, without any ampersand number-sign nine five two
> semi-colon or the like. Probably you attempted to use characters that
> are not part of the basic ASCII or ISO-8896-1 character sets.

oke,, i will insert a number to this equation

sin(A) - sin (16.62)e^-(180+A-16.62)/18.85

we must find a result for A with use newthon raphson,,
From: Muhamad on
oke, i will insert number to this equation :

sin(A) - sin(16.62)*e^-(180 + A - 16.62) / 18.85

my goal is to find a result for A, and i must to finish with use newton rapshon..
From: James Allison on
Some tips for your assignment:

You will need a while loop and two functions - one for the function you
are finding the zero of, and one for its derivative. I assume you
already have the formula:

http://en.wikipedia.org/wiki/Newton%27s_method

-James


Muhamad wrote:
> oke, i will insert number to this equation :
>
> sin(A) - sin(16.62)*e^-(180 + A - 16.62) / 18.85
>
> my goal is to find a result for A, and i must to finish with use newton
> rapshon..
 |  Next  |  Last
Pages: 1 2 3
Prev: edge linking problem
Next: Numerical Newton Rapshon