4 kyu
A special set of matrices closed under matmul and transpose
10 of 36solitude
Loading description...
Theorem Proving
Mathematics
Linear Algebra
Algorithms
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
I liked this kata a lot (and the next one too). I hope it will get more solutions soon.
Not the right place to write to you, sorry... I would like to use module "Num" or "Int64" with ReasonML, do you know how to do that? Thanks!
As I understand,
Num
is only supported in the OCaml backend of ReasonML so it cannot be used on Codewars. But I do not see any problems withInt64
: I experimented with it and did not get any errors.I don't think
Int64
is very useful. So I tried something different and found out that it is possible to use new JavaScriptBigInt
values. See my Kumite. You can ask any questions there. But I do not know much about ReasonML: I just quickly read its documentation to solve some katas.