IMARGUMENT
The IMARGUMENT
function in Google Sheets is a useful tool for extracting the angle (also known as the argument or θ) in radians from a given complex number.
Function Syntax and Parameters
Syntax: IMARGUMENT(number)
Parameters:
number
: The complex number for which you want to find the angle.
Step-by-Step Tutorial
- Using
IMARGUMENT
with a complex number:- Example:
=IMARGUMENT(3 + 4i)
- Result:
0.927295218002
- Example:
Use Cases and Scenarios
- Physics: Calculate the phase of a complex waveform.
- Electrical Engineering: Determine the angle of a complex impedance.
- Signal Processing: Find the phase shift of a complex signal.