really i was very tensed about bisection method and ragula falsi in c language because my mam told me to show these function by my understanding and the mam's way doing these function is very tough...so it becomes very easy now thanks sir for my heart
If the change the value of f(x) then you have to pick the value of x1 and x2 in such a way that the value of f(x1) become positive and f(x2) become negative & vice versa
Sir I am student of bsc. So I am confused that how I can change in method according to given function in c-programing . For example if given function is x*x*x*x-x-10=0
SIR I ALSO USE TURBO C MAI NE BILKUL COPY KIYA AP KA PROGRAM KA PHIR RUN KIYA LAKIN YE FIR B INFINITE CHALTA HAI KYA WAJAH JOSAKTA HAI SIR PLZ EXPLAIN WITH MEMORY MAPS PLZ SIR
Go to the computer oriented numerical method named playlist in our TH-cam channel and there is a video named bisection method in Hindi The working rule in best explained in this video
Ravi Prakash actually in line 4 we are set some minimum error value beyond which the program can't run otherwise it is being continuously running infinite no of time Got it
Hello! Sir I want to know How can I modify this program without asking values of x1 and x2 from user? How can this be done ? What should I add in this program?
sir, aajtak college mai koi code smhj nahi aaya 3 saal ho gaye lekin aaj y video dekh to aik baari mai pura code smhj aa gya aur khud se krr bi liya
Sir we love you 3000.
Aise hi videos late rahe humare liye
Thanks sir 👍👌👌👍👍 you are a good explainer 👍
Please take variables in abc format it's easy to understand.🙂
thank you so much ...every explanation is quite lucid and clear
Thanks for your appreciation 👍
C program to find the real positive roots of the equation X3
-4X-9 = 0
in [2,3] using bisection method
It is so so use ful for me and thanks.✌️👍👍👍👍👍👍.......
Thanks sir , Very helpful video . Easy way of explanation.
Very Good for me this video's thankyou
Superb video
Best explanation
great sir great i love your way to explaination fabulous
really i was very tensed about bisection method and ragula falsi in c language because my mam told me to show these function by my understanding and the mam's way doing these function is very tough...so it becomes very easy now thanks sir for my heart
but sir ek query thi meri isme
How to set any transcendental equation in the same program....means f(x) is in form of trigonometry, exponential, ect. Plzzzzzzzz reply......
Thanks very much sir
Thank you so much.............😘😘😘
Can you plz make program and upload on bisection method,regula false method and Newton raphson in c ++
Yhi method kisi b equation pr apply kr skte h kya ?
Yes sure
@@StudyExtent sir agr koi equation na lekr ke aise hi generally kr skte h
Yes of course but it need some changes in program
thankyou sirji
Very nice
Bhia jaldi Gauss elimination method ke uper bhi bnado please 🥺🙏🥺🥺🙏🥺🥺
Sir me bsc 1st year cs ka student ho or first time c language study kar raha ho please besik point samjhaye
thanks a lot...
Sir, I'm getting infinite loop in the output. Can you please tell me where the error can be ?
same here :(
@@kartikeyasaxena4826 do (x0+x1)/2 use ()in x0+x1.
Thank u bhai ..
Sir apne x0 and x1 ka valoue kese kiya?? Please reply
Sir a & b ka value .2 .3 hi kyu le rhe hai
Helpful.
What editor are you using?
Turbo C
While ke andar STOPPING CRITERIA woh kaise likha ... fabs ( x0-x2) greater than e likhsakte hain na??
Sir ager me f(x) ki value change kru to baki ki values me kese changes hoga
If the change the value of f(x) then you have to pick the value of x1 and x2 in such a way that the value of f(x1) become positive and f(x2) become negative & vice versa
Sir I am student of bsc. So I am confused that how I can change in method according to given function in c-programing . For example if given function is x*x*x*x-x-10=0
Hi sir, How can I set it to 5 Iterations only? I need it to for school purpose. Advance Thanks =)
you must be now in college
sir isme ek jagah prioblem aa rhi h..error aa raha h can you help me sir please ?
thank you so much
BIG THANKS! =)
Thank you sir
Dear sir ,
how can include function equation by using scanf
Not possible if you try perhaps you will not getting the correct output or may be getting error
Sir aj cpnm ka lab hai...or kuch nhi ata mereko
Humara kal hai bhai 🤣🤣
Ji ab bs meri trh dua kijiye 3 saal hogye btw kya kr rhe ho ab??
@@_fifaworld_kesa gya tha bhai??
Sir where is the link of description
Bhai gauss Jordan method pe video please
Sure
Sir my program is going to infinity
I tried more but program always going to infinity
Please help me tomorrow is my exam
same here
same here
we should use
fabs(f0-f1)>e
then it will come finte
@@time_todo_shorts3754 👍🏼
JAB MAI ISE PROGRAM KO APNI COMPILER PE RUN KRTA HO TO YE INFINITE CHALTA HAI KYA PRBLM HAI
PLZ SIR RPLY ZARROR'
zahid ali loop infinity tak tabhi run karega if there is any mistakes in while condition
Check it properly
zahid ali it also depends upon the software you use
Suggested you to use turbo c then the program will definitely run
SIR I ALSO USE TURBO C MAI NE BILKUL COPY KIYA AP KA PROGRAM KA PHIR RUN KIYA LAKIN YE FIR B INFINITE CHALTA HAI KYA WAJAH JOSAKTA HAI SIR PLZ EXPLAIN WITH MEMORY MAPS PLZ SIR
Sir, how to find root of sin , log functions
Thanks ji
How to find root of Fx= x2-n where n is number keyed by user??
R Eon just give the printf command and input the value of n by the user the program will run
Understood 😊
WHERE ARE YOU FROM SIR???
ARE YOU FROM CHANDIGARH OR PUNJAB???
PLS TELL
UP
Sir x0 and x1 ki value kya hai sir
thanks sir
Everything is good but when u compile it you are getting that f1 is assigned that is never used
No worry there is no effect on your program. Your program run smoothly and efficiently 👍
In the end it showing compound statement is missing
thanks
Answar Galat aaraha hain.....................this will be correct condition for wile loop : while(fabs(x1-x0)>e||f2==0)
Working rule ka link kha h
Go to the computer oriented numerical method named playlist in our TH-cam channel and there is a video named bisection method in Hindi
The working rule in best explained in this video
getting error while compiling program ..line 16,17,19 as statement missing . how to solve this problem ???
Just watch carefully maybe you had skipped some step while writing the program
no its not working ..
Put ; then it run
I am not getting the line 4 ??
Ravi Prakash actually in line 4 we are set some minimum error value beyond which the program can't run otherwise it is being continuously running infinite no of time
Got it
Fabs ka Kam Kia ha
Fabs() is a function in c which is used to give the absolute value
Thank you sir
I glad to help you 😊
Sir,
If(F2
Plz make for c++
Ok use cout in replacement of printf and cin in replacement of scanf
Jab tak e ki value f se chhoti rahegi tabhi Tak ye loop chalega
how can i generalise the epsilon...?
Nice, but why u are considering the
while(fabs(f2)>e) ?
Instead of
while (fabs(x0-x1)>e )
Because we are interested about the root ,,,
Program me final root nhi nikla
bhai ek hi video mai kitne ad ghusayega yaar
Kya karoon Jo video chalti hai usi mein ads lagane padtey Hain
@@StudyExtent ok then no problem
nice tutorial
but it goes in infinite loop
May be there is an error while you are typing it on your software
Same sir
Sir bt isme vhi value input krni pdegi jha f(x1)*f(x2)
Yes the provided condition should be true in order to run the program
It shows 4 errors
Hello! Sir
I want to know
How can I modify this program without asking values of x1 and x2 from user? How can this be done ? What should I add in this program?
a different function
Which dafuq language is that??? Look at this accent, can’t even get one word!!
Actually it's Hindi language
But of you want to run the program you can just simply type the program as in the video
Thank You Sir
how can i generalise the epsilon...?