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 கால்குலேட்டரை முயற்சிக்கவும்
நீங்களே முயற்சிக்கவும் →