|
|
|
| Release 4.0 |
 |
Predefined Functions - quaternion
| Function name: | quaternion - Return a quaternion number from four real numbers |
| Synopsis: | quaternion(a,b,c,d) |
| Input data type |
Output data type |
| real, real, real, real |
quaternion |
Description:
Given four real arguments this function creates a quaternion number. Thus quaternion(3,8,7,13) creates the quaternion number 3 + 8i + 7j + 13k
|