Sync
This commit is contained in:
parent
6f050a029e
commit
776bba907c
3887 changed files with 59894 additions and 7280 deletions
|
|
@ -8,12 +8,16 @@ r=7
|
|||
->Quaternion[3,4,5,6]
|
||||
->7
|
||||
|
||||
Norm[q]
|
||||
->30
|
||||
Abs[q]
|
||||
->√30
|
||||
-q
|
||||
->Quaternion[-1,-2,-3,-4]
|
||||
Conjugate[q]
|
||||
->Quaternion[1,-2,-3,-4]
|
||||
r+q
|
||||
->Quaternion[8,2,3,4]
|
||||
q+r
|
||||
->Quaternion[8,2,3,4]
|
||||
q1+q2
|
||||
->Quaternion[5,7,9,11]
|
||||
q*r
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue