photo

Joe


Last seen: 1 day 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Commenter
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Community Group Solver
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

已解决


Find Logic 31

22 days 前

已解决


Find Logic 20

22 days 前

已解决


Find Logic 32

26 days 前

已解决


Find Logic 26

27 days 前

已解决


Find Logic 25

27 days 前

已解决


Find Logic 24

27 days 前

已解决


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

1 month 前

已解决


Find Logic 12

1 month 前

已解决


Find Logic 11

1 month 前

已解决


Find Logic 7

1 month 前

已解决


Find Logic 6

1 month 前

已解决


Find Logic 17

1 month 前

已解决


Find Logic 19

1 month 前

已解决


Find Logic 18

1 month 前

已解决


Find Logic 15

1 month 前

已解决


Find Logic 13

1 month 前

已解决


Find Logic 10

1 month 前

已解决


Bit calculation
Give me the count of numbers from 1 to n having their last two bits as 0. For example function y = ret_count(4) y = x...

1 month 前

已解决


Find Logic 8

1 month 前

已解决


Find Logic 4

1 month 前

已解决


Find Logic 3

1 month 前

已解决


Find Logic 1

1 month 前

已解决


Linear Motion 1
An object travels N feet in the first second of travel, N feet again during the second second of travel and N feet again during ...

1 month 前

已解决


Calculate the acceleration of a crate
What is the acceleration of a crate if two robots apply F1 N and F2 N of force respectively and a frictional force of FR N acts ...

1 month 前

已解决


Dartboard Average I
A dartboard arranges the numbers 1 to 20 such that each value is typically flanked by quite different values - for example, 20 i...

1 month 前

已解决


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

2 months 前

已解决


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

2 months 前

已解决


Mysterious digits operation (easy)
What is this digit operation? 0 -> 0 1 -> 9 121 -> 9 44 -> 6 15 -> 5 1243 -> 7 ...

2 months 前

已解决


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vertices of ...

2 months 前

已解决


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

2 months 前

加载更多