Community Profile

photo

Joe


Last seen: 3 dagar ago Active since 2023

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

Solved


Find Logic 31

20 dagar ago

Solved


Find Logic 20

20 dagar ago

Solved


Find Logic 32

24 dagar ago

Solved


Find Logic 26

25 dagar ago

Solved


Find Logic 25

25 dagar ago

Solved


Find Logic 24

25 dagar ago

Solved


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...

ungefär en månad ago

Solved


Find Logic 12

ungefär en månad ago

Solved


Find Logic 11

ungefär en månad ago

Solved


Find Logic 7

ungefär en månad ago

Solved


Find Logic 6

ungefär en månad ago

Solved


Find Logic 17

ungefär en månad ago

Solved


Find Logic 19

ungefär en månad ago

Solved


Find Logic 18

ungefär en månad ago

Solved


Find Logic 15

ungefär en månad ago

Solved


Find Logic 13

ungefär en månad ago

Solved


Find Logic 10

ungefär en månad ago

Solved


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...

ungefär en månad ago

Solved


Find Logic 8

ungefär en månad ago

Solved


Find Logic 4

ungefär en månad ago

Solved


Find Logic 3

ungefär en månad ago

Solved


Find Logic 1

ungefär en månad ago

Solved


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 ...

ungefär en månad ago

Solved


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 ...

ungefär en månad ago

Solved


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...

ungefär en månad ago

Solved


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...

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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 ...

ungefär 2 månader ago

Solved


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 =...

ungefär 2 månader ago

Load more