কীভাবে Complex Numbers গণনা করবেন
Complex Numbers কি?
A complex number z = a + bi combines real part a and imaginary part b, where i = √(−1). Complex numbers extend the real line to a 2D plane and are essential in engineering, physics, and signal processing.
ধাপে ধাপে নির্দেশিকা
- 1Addition: (a+bi)+(c+di) = (a+c)+(b+d)i
- 2Multiplication: (a+bi)(c+di) = (ac−bd)+(ad+bc)i
- 3Magnitude |z| = √(a²+b²) · Argument θ = atan2(b,a)
সমাধান করা উদাহরণ
ইনপুট
(3+4i) × (1−2i)
ফলাফল
11−2i · |z|=√125
(3+8)+(4-6)i=11-2i
গণনা করতে প্রস্তুত? বিনামূল্যে Complex Numbers ক্যালকুলেটর চেষ্টা করুন
নিজে চেষ্টা করে দেখুন →