Do task 2 using python.

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Do task 2 using python.

Post by answerhappygod »

Do task 2 using python.
Do Task 2 Using Python 1
Do Task 2 Using Python 1 (37.27 KiB) Viewed 10 times
▾ Converting Between Cartesian and Polar Form Cartesian Form Polar Form [ ] 20 = 3 + 2j angle-math.atan (ze.imag / ze.real) radius=abs(ze) print (radius, angle) radius1, angle1 cmath.polar(ze) print (radius1, angle1) print(cmath.isclose(radius, radius1)) print(cmath.isclose(angle, angle1)) 3.605551275463989 0.5880026035475675 3.605551275463989 0.5880026035475675 True True Task 2: Find equal. Hint: You may want to look into cmath.rect(), to convert back. [ ] # YOUR CODE HERE z=x+yi z=x+iy=r(cos+ i sind) = reid r= |z| = √√(2² + y²) ¹¹(²/1) = tan-1 for of z = 34+27i, and convert it back cartesian form see if they are
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply