0:58 start 2:19 sqrt 4:22 ceil & floor 8:10 pow 11:21 fabs 13:20 degree 14:59 pi & e 16:55 sin,cos,tan
@PulsePunch3 жыл бұрын
Ma'am I am very happy to got this channel for cs
@SwatiChawlaofficial3 жыл бұрын
Glad to hear this.. Thanku so much 🙏🏻 Plz share it with others too
@bharathisams2927Ай бұрын
Im not understand your language. But I understood very clear your concepts via video examples. Thanks a lot Mam.
@SwatiChawlaofficialАй бұрын
Thanks and Welcome
@ashutoshempire28803 жыл бұрын
Please someone give Physics Wallah sir the information about this channel....So he could also open classes for Computer Science....with Swati mam in collaboration and the other teacher Sumit Bisht from Edutainment.... I am eager to see such collaboration..
@rudrashiva92902 жыл бұрын
Yes bot are fabulous. I like his notes and mam s live presentation.
@aks_technical Жыл бұрын
# python math module :- it contains the different types of mathematical funtion most # of the function in this module returns a float value. import math # it return the square root of x for x> o # x may be possative integer or negative number floating point number x = math.sqrt(144) print(x) # conver the decimal number of the sqr y = math.sqrt(142) print(y) # python does not support negative value # z = math.sqrt(-96) # python doesnot support negative number # print(z) mn = math.sqrt(0) print(mn) # ceils (x) # it return the smallest integer not less than x # x may be an integer or floating point number bn = math.ceil(2.35) print(bn) bc = math.ceil(2.1) print(bc) vb = math.ceil(2) # possative integer number print(vb) # negative integer number bn = math.ceil(-2.9) print(bn) # floor (x) vbn = math.floor(2.6) print(vbn) print("------------------------") # negaive number negi = math.floor(-5.6) print(negi) # pow (x,y) # it return the value of x^y (x raise to power y) # x, y may be possative or negative floating numbers pa = pow(2,5) # 2^5 this is an integer number print(pa) print("++++++++++++++++++++") pq = pow(2,4) print(pq) # you can find value of power in farcational value frac = pow(2.5,6.3) print(frac) # diffrence between pow() method and math.pow() method print("++++++++++++++++++++++++") x = pow(5,5,3) print(x) # find the value of abslute value xxy = abs(-96625252) #abs function give possative number print(xxy) # out put is 96625252 print("[[[[[[[[[[[[[[[[[[[[[[[[[[[[]]]]]]]]]]]]]]]]]]]]]]]]]]]]") xxx = abs(96.325632) print(xxx) # fabs function give the floating point number yyy = math.fabs(45) # import math function then fabs function work properly and print(yyy) # out is 45.0 hhhh = math.fabs(-96969) print(hhhh) # degree (x) # it converts the angle is x from radians to degrees # x must be a numeric value d = math.degrees(3) print(d) # out put is 171.887333924697 dd = math.degrees(-3) # gives a negative value print(dd) zero = math.degrees(0) print(zero) print("9090900000000000000000000000009") ninezero = math.degrees(90) # find degrees value print(ninezero) # find the radians value r = math.radians(5156.620156177409) print(r) rrr = math.radians(3) print(rrr) print("rrrrrrrrrrrrrrrr") rrrr = math.radians(-3) print(rrrr) print("bbbbbbbbbbbbbbbbbbb") zero = math.radians(0) print(zero) # find the pi value in python p = math.pi print(p) print("piippppppppppp") pp = math.e print(pp)
@amarhariyapelasriti9384 Жыл бұрын
And you can explain very well,even i don,t understand programming, when i see your vedio now i understand python
@SwatiChawlaofficial Жыл бұрын
Thanku so much... Keep Watching
@amarhariyapelasriti9384 Жыл бұрын
I have never seen such a beautiful video on Python program. Thank you very much
@SwatiChawlaofficial Жыл бұрын
Thanks and Welcome
@tamsilakhtar2 жыл бұрын
One of the best teacher I found In You tube thanks mam to help me in exam 💖💖
@SwatiChawlaofficial2 жыл бұрын
Thanks and Welcome
@palakchauhan38712 жыл бұрын
I wish I could give you thousand likes.... I was just too much confused about this and you made it crystal clear to me.. ❤️
@SwatiChawlaofficial2 жыл бұрын
Thanku
@sarahmarytraker5612 Жыл бұрын
Really you r such an amazing computer teacher . you always make us easy to understand the topics especially by doing practical for us .♥
@SwatiChawlaofficial Жыл бұрын
Thanks a ton
@kartik-gp3dp Жыл бұрын
Mam ur way of teaching is too good Thanku mam for doing this for uss
@SwatiChawlaofficial Жыл бұрын
Thanks and Welcome..
@aks_technical Жыл бұрын
yes mam
@sonijain2 жыл бұрын
I am glad that I came across this channel while searching for complete CS chapters videos🥰
@SwatiChawlaofficial2 жыл бұрын
Glad it helped . Thanku Keep Watching
@RajKumar-zc8hn2 жыл бұрын
Mam konse school ke aap PGT Computer science ke teacher hai.....
@RajKumar-zc8hn2 жыл бұрын
Everything mam crystal clear...... ❤️
@aruneshtulya38293 жыл бұрын
mam could you make video on how to do exponential sum or finding factorial sum in python which are given cbse practical list
@SwatiChawlaofficial3 жыл бұрын
Sure... Will upload it soon
@snehlatajaiswal73662 жыл бұрын
Thank you so much mam very nice explanation thank you mam🙏🙏
@SwatiChawlaofficial2 жыл бұрын
Thanks and Welcome
@TrishaVerma-l9i9 ай бұрын
In diff between pow() and math.pow() it is given that pow() does not return floating point value like math.pow() , but in ppt slide the result from pow() is in floating point??
@SwatiChawlaofficial9 ай бұрын
Depends on the version of Python
@anandprakashvishwakarma56162 жыл бұрын
explanation is so good.
@SwatiChawlaofficial2 жыл бұрын
Thanku
@Vegito-OP Жыл бұрын
Awesome mam it helps a lot Thank you 😌👍
@SwatiChawlaofficial Жыл бұрын
Welcome
@SHIVAM-sx3zg3 жыл бұрын
Nice explanation mam.
@SwatiChawlaofficial3 жыл бұрын
Thanku
@alwayslolling88213 жыл бұрын
Bhai I have made study grp do u want to join
@SHIVAM-sx3zg3 жыл бұрын
@@alwayslolling8821 Ha bhai
@justlikeWEEB2 жыл бұрын
maam for class 11 there are only math,random,and statistics module?
@SwatiChawlaofficial2 жыл бұрын
Yes
@justlikeWEEB2 жыл бұрын
@@SwatiChawlaofficial ok maam thanku so much maam for all the amazing videos
@adarshdubey784310 ай бұрын
90° h mam or wo radians m Aya h na?
@aparnatresab94672 жыл бұрын
Ma'am for pow() we don't get the answer in decimal form right...we get decimal in math.pow() isn't it so. But in the presentation you showed pow(5,2) is 25.0 I'm sorry if what i said is wrong... Could you please correct me... I've exam tmrw
@SwatiChawlaofficial2 жыл бұрын
Yes...u r Correct.. In older versions of Python, even math.pow() returns in decimal form.. But..now only, in built function, pow() returns the result in integer form (only if both the values are integer) or in float form (if any of the value is in decimal form) whereas math.pow() returns result in decimal form..
@aparnatresab94672 жыл бұрын
@@SwatiChawlaofficial Ok thank you so much ma'am. I was waiting for your reply🥰😊💜💜💖
@SwatiChawlaofficial2 жыл бұрын
My pleasure
@KeshavYadav-kv3lv2 жыл бұрын
thank you soooo much mam
@SwatiChawlaofficial2 жыл бұрын
Welcome
@preetimishra40992 жыл бұрын
Thank you
@SwatiChawlaofficial2 жыл бұрын
Welcome
@xaitpri79052 жыл бұрын
Thanks mam🙏
@SwatiChawlaofficial2 жыл бұрын
Welcome
@shrestapriya42892 жыл бұрын
Ma'am what will output of this math.pow(7.6,2). ?
@SwatiChawlaofficial2 жыл бұрын
57.76
@shrestapriya42892 жыл бұрын
@@SwatiChawlaofficial mam kaise hoga
@nikhil3893 Жыл бұрын
@@shrestapriya4289 use calculator. 7.6^2
@palakchauhan38712 жыл бұрын
math.ceil(1.3) gives 2 but in our book it is written as 2.0 Why ?? Plz reply ma'am I m having board exam after 2 days
@palakchauhan38712 жыл бұрын
@@rohansingh1584 But why she has shown answers in the video in integer form??
@akanksharani35963 жыл бұрын
Mam plzzz give some questions on this topics
@RaghvendraSingh-zq1yr2 жыл бұрын
NYC video
@SwatiChawlaofficial2 жыл бұрын
Thanks
@Hintinfo2 жыл бұрын
Sine function how does work
@komalbisht9883 жыл бұрын
Urillib ki vedio dena mam 🙂
@krishsha971010 ай бұрын
love ur smile
@SwatiChawlaofficial10 ай бұрын
Thanks😀
@viplowjaiswal63273 жыл бұрын
We r commerce student how we will understand and know the output of various radian or degrees or trigonometric functions
@RadhaKrishnan-ty4fc Жыл бұрын
Yess 🥲
@aruvasu6302 Жыл бұрын
LEGEND WATCHING ONE NIGHT BEFORE EXAM😅😅😂😂😂😂
@SwatiChawlaofficial Жыл бұрын
Best wishes for your exam
@suryadixit32472 жыл бұрын
Maam aap plz sath me presentation bhi available kar dia kijiye
@SwatiChawlaofficial2 жыл бұрын
Sure..You can enjoy special perks by joining the membership. Have a look at this. kzbin.info/door/2vH9rqGh-fJELF8acGfBdwjoin
@legendsedits22793 жыл бұрын
Excellent
@SwatiChawlaofficial3 жыл бұрын
Thanku..
@StudyGuru15042 жыл бұрын
tk mam
@SwatiChawlaofficial2 жыл бұрын
Welcome
@FactHorizonHQ11 ай бұрын
In trigonometry pi is not equal to 3.14😂 It is equal to 180 degrees Go first again learn 11th
@SwatiChawlaofficial10 ай бұрын
Right
@nisthayadav73503 жыл бұрын
Mam live session nahi hoga
@SwatiChawlaofficial3 жыл бұрын
Actually..I have conducted a Poll in my community tab.. Majority wants...recorded videos.. But don't worry...will take live sessions also...later on..
@nisthayadav73503 жыл бұрын
@@SwatiChawlaofficial ok mam
@alwayslolling88213 жыл бұрын
@@nisthayadav7350 bhai I have study grp in ig do u want to join
@nisthayadav73503 жыл бұрын
@@alwayslolling8821 yeah
@Factfinder5242 жыл бұрын
Mam pdf he ky eski
@SwatiChawlaofficial2 жыл бұрын
Sure..You can enjoy special perks by joining the membership. Have a look at this. kzbin.info/door/2vH9rqGh-fJELF8acGfBdwjoin
@tmaskff491 Жыл бұрын
1:00
@IBMX65 Жыл бұрын
14:30
@magsunny23312 жыл бұрын
I want ppt
@SwatiChawlaofficial2 жыл бұрын
Sure..You can enjoy special perks by joining the membership. Have a look at this. kzbin.info/door/2vH9rqGh-fJELF8acGfBdwjoin
@sarkarvivo10 ай бұрын
mam pdf pls
@SwatiChawlaofficial10 ай бұрын
Sure..You can enjoy special perks by joining the membership. Have a look at this. kzbin.info/door/2vH9rqGh-fJELF8acGfBdwjoin
@upgraduate2 жыл бұрын
Excellent
@SwatiChawlaofficial2 жыл бұрын
Thanks
@justlikeWEEB2 жыл бұрын
maam for class 11 there are only math,random,and statistics module?