Quasi-Carmichael Numbers
Determine if the provided inputs are Quasi-Carmichael numbers and output a logical matrix of the same size as the input.
2년 초과 전
문제
Quasi-Carmichael Numbers
Determine if the provided inputs are Quasi-Carmichael numbers and output a logical matrix of the same size as the input.
2년 초과 전 | 1 | 솔버 수: 2
문제를 풀었습니다
Carmichael Number
Car michael number is a composite number which satisfy following relation:
for all integers which are coprime to .
...
2년 초과 전
문제를 풀었습니다
Basic Matlab Operation Bonanza
Given a horizontal array of numbers, perform the following operations, in order: transpose, flip matrix horizontally, flip matri...
Easy Sequences 41: Boxes with Integer Edges
For this problem, we are asked to write a function that will count the number of boxes with integer edges, that has the same giv...