|
| Release 4.0 |
 |
Predefined Functions - part_j
| Function name: | part_j - Return the 'j' component of the argument |
| Synopsis: | part_j(q) |
| Input data type |
Output data type |
| real |
real |
| complex |
real |
| quaternion |
real |
Description:
Returns the j component of a real, complex or quaternion number. The result is always a real number. If the argument is a real or complex number, it always returns 0. Thus the function only makes sense with quaternion numbers (r,i,j,k). There it returns the third component.
|