Circular: Difference between revisions

Jump to navigation Jump to search
6 bytes added ,  05:47, 9 June 2020
m
Text replacement - " ⊢( *[^∘])" to " ⎕←$1"
(Created page with "{{Built-in|Circular|○}}, or '''Circle Function''', is a dyadic scalar function, which is essentially a collection of related monadic functions. Circular encompasses...")
 
m (Text replacement - " ⊢( *[^∘])" to " ⎕←$1")
Line 81: Line 81:


<source lang=apl>
<source lang=apl>
       ⊢mat←9 11∘.○1J2 3J¯4 ¯5J¯6 ⍝ first row is real, second row is imag
       ⎕←mat←9 11∘.○1J2 3J¯4 ¯5J¯6 ⍝ first row is real, second row is imag
1  3 ¯5
1  3 ¯5
2 ¯4 ¯6
2 ¯4 ¯6
Line 87: Line 87:
1J2 3J¯4 ¯5J¯6
1J2 3J¯4 ¯5J¯6


       ⊢mat←10 12∘.○1J2 3J¯4 ¯5J¯6 ⍝ first row is length, second row is angle
       ⎕←mat←10 12∘.○1J2 3J¯4 ¯5J¯6 ⍝ first row is length, second row is angle
2.2361  5      7.8102
2.2361  5      7.8102
1.1071 ¯0.9273 ¯2.2655
1.1071 ¯0.9273 ¯2.2655

Navigation menu