I can't thank you enough my friend .... i'm studying in Russia and i hade this question in the class , the teacher tried to explain it to us but i did not understand the logic behind it nor the language (because i'm a forigner ) , but now it is clear .... thank you so much again and keep going ❤
OMG, THANK YOU SO MUCH. MY PROGRAMMING TEACHER LET US THIS AS HOMEWORK, I SPENT LIKE A WEEK WITH PROBLEMS THANKS TO DON'T KNOW HOW TO SOLVE IT. BUT YOU HELPED ME SO MUCH.
but in divide there is factorial of 3 or 4 or 5 but you are only taking 3 4 or 5 in denominator and adding in ans . i have not understood this part for exmple i=3 , numerator will be x*x*x but in denominator i=3 so x^3/3 there is but actually it should be x^3/3! 3 and 3! both are diff thing
But why did you write temp=(temp *power)/I ...like if I want to find e^2 ..in reality it is equal to 1+2/1+4/2+ 8/(3×2) +16/(4×3×2) and so on..but according to this code, it would be 1+2/1+4/2+ 8/3...I mean there's no factorial below..rather it would be temp= temp*(power/i).
Hey I have a problem where I have to estimate the sum of the series a(n) = (-1)^(n+1)/(2n-1) to show that the sum is approaching to pi/4. Can you help me out how to get started on this problem?
I can't thank you enough my friend .... i'm studying in Russia and i hade this question in the class , the teacher tried to explain it to us but i did not understand the logic behind it nor the language (because i'm a forigner ) , but now it is clear .... thank you so much again and keep going ❤
OMG, THANK YOU SO MUCH.
MY PROGRAMMING TEACHER LET US THIS AS HOMEWORK, I SPENT LIKE A WEEK WITH PROBLEMS THANKS TO DON'T KNOW HOW TO SOLVE IT. BUT YOU HELPED ME SO MUCH.
ruclips.net/video/G8h8XlRFJw8/видео.html
Just passed my lab test because of this! A hero 👑
Hi guys, here is included the algorithm for the factorial
#include
using namespace std;
float entrada,fact=1,x=1,div=1;
float suma=1;
int main(){
cout
but in divide there is factorial of 3 or 4 or 5 but you are only taking 3 4 or 5 in denominator and adding in ans . i have not understood this part for exmple i=3 , numerator will be x*x*x but in denominator i=3 so x^3/3 there is but actually it should be x^3/3! 3 and 3! both are diff thing
line no. 10 will be - for( i = 1 ; i < n ; i++ ) {
because if we do
Can u explain
Thanks sir for this explanation, I tried this in Fortran and it's perfect
But why did you write temp=(temp *power)/I ...like if I want to find e^2 ..in reality it is equal to 1+2/1+4/2+ 8/(3×2) +16/(4×3×2) and so on..but according to this code, it would be 1+2/1+4/2+ 8/3...I mean there's no factorial below..rather it would be temp= temp*(power/i).
same question
that is weird
Why are we taking the power of x in float,why not in ok int?
Hey I have a problem where I have to estimate the sum of the series a(n) = (-1)^(n+1)/(2n-1) to show that the sum is approaching to pi/4. Can you help me out how to get started on this problem?
from 2019 thanks aloooooooooooooooooooooot
Can we write int ans=1.0 instead of writing float ans=1 and for the temp variable also.
How to write a program for same problem but using function for factorial?
Why did you make accuracy integer in this program. We could run for loop for (power+1) time instead of defining int acc. Can we?
ruclips.net/video/G8h8XlRFJw8/видео.html
Why you used “acc=4”
Please tell me
but fictorial of 5! is 5*4*3*2*1.
but u just divided it by 2 and 3 and 4
ruclips.net/video/G8h8XlRFJw8/видео.html
@@kimutaifelix3984 I will report in your video. 😡😡😡🤬🤬🤬
Thank you very much 👍👍🔝🔝
you are amazing man thanks a lot for all the help
Who are talking about factorial part plz hear the logic very carefully. He is doing like this 1,1*2,1*2*3, etc= 1!,1!*2,2!*3, etc.
Thank you
Write a C++ program to solve the following series by using recursion
x^1 + x^3 - x^5 + x^7-x^9 ………± x^n
I just loved ur explaination 🤗
You are the bestest! Seriously
thank u sir really helpful at exam time😇
Thank you very much.it is an clear explanation
First comment of 2021
Plz help to write this program in maple
can you use dark background pls
اكو عربي متورط هنا بلبرمجه😹😹
انا
You are explained power series
where is the factorial part
In for loop temp=(temp*power)/i; provide factorial part.
Than u alot
Thanks a lot bro!
Thanks from future (2021)
good keep it up man
Very very very very good
do the next one also
thank you
Power should be int rather than float .i think
I tried this program alone but didn't find any solution..I think I am not for programming 😔
thank u soooooo much
3! is 6, not 3
this program is not running in code block help bro
thank you
شكرا جزيلا
where is factorial
here you are cover fectorial part
Thanks!
Do in math lap
what a fucking voice
You are not explain anymore ...
please help me to solve this serires
1-2+3-4+5...
Make one loop for odd integer and another for even integer
And then subtract them
bhai mic kharid leta acha sa
Thank you