Community Profile

photo

Ryan Klots

Last seen: 1日 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Revival Level 1
  • Knowledgeable Level 2
  • Solver
  • First Answer

バッジを表示

Feeds

表示方法

解決済み


Split Even Number Into Two Primes
Given an even whole number n (> 2), return a 2-element vector of primes, p, such that p(1) + p(2) = n. Fun note: technically it...

3ヶ月 前

解決済み


Angle between two vectors
You have two vectors , determine the angle between these two vectors For example: u = [0 0 1]; v = [1 0 0]; The a...

1年以上 前

解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

約3年 前