LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

to display sinx in radians


@altenbach wrote:

Your post seems a bit redundant 😮


Following along with the spirit of this thread, he's done a taylor expansion of his question.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 21 of 24
(1,004 Views)

But he did not take any derivatives.

 

Lynn

0 Kudos
Message 22 of 24
(996 Views)

@TarunAgarwal wrote:

I have done that but still its far  from the desired reult.


 

You are confusing n and i in the formula, line three should be:

 

y=y+(((-1)^i)*(x^(2*i+1))/(factorial(2*i+1)))

 

(replace all instances of "n" by "i")

 

try it!

0 Kudos
Message 23 of 24
(984 Views)

Thanks !


@altenbach wrote:


 

You are confusing n and i in the formula, line three should be:

 

y=y+(((-1)^i)*(x^(2*i+1))/(factorial(2*i+1)))

 

(replace all instances of "n" by "i")

 

try it!


Yes it worked!


Thanks...

0 Kudos
Message 24 of 24
(973 Views)