You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple example from the course:
To remove vowels, we must consider the columns of our outer product
equality. *We then* keep elements which are not ~⍵ vowels.
RemoveVowels ← {⍵/⍨~∨⌿'aeiou'∘.=⍵}
On Fri, Dec 2, 2022 at 7:59 PM Sue Manning ***@***.***> wrote:
A simple example from the course:
To remove vowels, we must consider the columns of our outer product
equality. *We then* keep elements which are not ~⍵ vowels.
RemoveVowels ← {⍵/⍨~∨⌿'aeiou'∘.=⍵}
On Fri, Dec 2, 2022 at 11:45 AM RikedyP ***@***.***> wrote:
> per @suemanning <https://github.com/suemanning>
>
> —
> Reply to this email directly, view it on GitHub
> <#40>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/APWE2XC7CVKMRLSOXYC66L3WLIRSFANCNFSM6AAAAAASSDEVU4>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
per @suemanning
The text was updated successfully, but these errors were encountered: