Huge respect from Pakistan, I wish incompetent teachers here at University of Karachi should learn from you how to keep it short and simple
@royalacademy10042 жыл бұрын
Your method of teaching is best.Goodluck
@ZRTechniques3 жыл бұрын
great teacher, big respect from Pakistan 😍😍
@SonaliSinghh3 жыл бұрын
Thank you
@sumitukbcoachingclasses69814 жыл бұрын
Nice lecture mam and your speed and your body language r very good
@vivekmule66112 жыл бұрын
Best
@kashyapVlogs244 жыл бұрын
मैं यह बहुत अच्छा लगा है
@kashyapVlogs244 жыл бұрын
Maam आप bhut agai तक जायेगी
@kashyapVlogs244 жыл бұрын
You are telented Teacher
@mathematicsramanuj70933 жыл бұрын
Nice work thanks
@sumitukbcoachingclasses69814 жыл бұрын
Your teaching very well
@uvaiskhan29524 жыл бұрын
Nice lecture mam
@SonaliSinghh4 жыл бұрын
Thank u uvais
@gauravchoudhary68923 жыл бұрын
Nice explanation
@arunnagargoje14393 ай бұрын
Thank you so much ma'am
@rudramohan80422 жыл бұрын
Thanku ma'am 🙏🙏
@kashyapVlogs244 жыл бұрын
Good 🙏🙏🙏🙏🙏
@SANDEEPKUMAR-os3nl3 жыл бұрын
Thank you so much sisiter😊
@muhammadjawad5262 Жыл бұрын
Mam thanku from Pakistan
@pawanlearner97303 жыл бұрын
You are awesome 😘
@AshokKumar-up7ps4 жыл бұрын
Nice
@arhanwakeel45772 жыл бұрын
Mam your teaching style is osm a think why your channel not growing
@rashmi4088 Жыл бұрын
Mam Agar question me ye method nahi lekin is type ka question hai tab kaese pata kare ki ye method se hoga
@fazilkhan4 жыл бұрын
Thank u mam
@SonaliSinghh4 жыл бұрын
Thank u beta
@Shilla98765 Жыл бұрын
🎉
@techtalentblueprints4 жыл бұрын
Why it's open method? While it has limits.
@AyushSingh-yk2fi4 жыл бұрын
Didi pls 🙏🏻 function in two variable par ek lamba video banaye plss or eek ek topic daalyiye pla
@sumitukbcoachingclasses69814 жыл бұрын
I like of your talking speed
@ENG1NIAR4 жыл бұрын
Mam aapne isme 2 doosra tareeka btya h ki 4 place tk zero dekh lo.. ye sirf is method me hota h ya sab m ho skta h aise
@SonaliSinghh4 жыл бұрын
Yes beta .. this is applicable to all .
@dulalchanelpresent98602 жыл бұрын
Uu
@adityayadav35752 жыл бұрын
Hello
@neomoney61532 жыл бұрын
NRM #include #include using namespace std; double f(double x) //define the function here, ie give the equation { double a=pow(x,3.0)-x-11.0; //write the equation whose roots are to be determined return a; } double fprime(double x) //write the first derivative of the equation { double b=3*pow(x,2.0)-1.0; return b; } int main() { double x,x1,e,fx,fx1; cout.precision(4); //set the precision cout.setf(ios::fixed); coutx1; coute; fx=f(x); fx1=fprime(x); cout
@neomoney61532 жыл бұрын
EXPONENTIAL FUNCTION #include using namespace std; #include int main() { int n; coutn; cout