Q. Write following expressions in Python:








 




Answer -------

(a)(b**2*h)/3

(b) 3.14*r**2*h

(c)(3.14*r**2*h)/3

(d) d = ((x2-x1)**2+(y2-y1)**2)**1/2

(e) (x-h)**2+(y-k)**2 == r**2

(f) x = (-b + (b**2-4*a*c)**1/2)/2*a

(g) a**n * a**m == a**n+m

(h) (a**n)**m==a ** n*m

(i) a**n /a**m = a**n-m

(j) a**(-n)==1/a**n


You can uderstand by watching videos -----



5 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

  1. In this equal to will be used or equal equal to will be used ?? Tell fast plz

    ReplyDelete
    Replies
    1. single equal to (=) is use for giving values to variables an double equal to (==) is use for checking that both values are same or not .

      Delete

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post