Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Arithmetic-Complex/Euler/arithmetic-complex.euler
Normal file
13
Task/Arithmetic-Complex/Euler/arithmetic-complex.euler
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
>a=1+4i; b=5-3i;
|
||||
>a+b
|
||||
6+1i
|
||||
>a-b
|
||||
-4+7i
|
||||
>a*b
|
||||
17+17i
|
||||
>a/b
|
||||
-0.205882352941+0.676470588235i
|
||||
>fraction a/b
|
||||
-7/34+23/34i
|
||||
>conj(a)
|
||||
1-4i
|
||||
Loading…
Add table
Add a link
Reference in a new issue