Community Profile

photo

Richard Lange


Last seen: 거의 3년 전 2016년부터 활동

Followers: 0   Following: 0

통계

All
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 1
  • First Submission
  • Solver

배지 보기

Feeds

보기 기준

제출됨


Least-Recently Used (LRU) Cache
A map-like container of (key, value) pairs that automatically enforces a maximum size by deleting oldest keys when new ones are ...

5년 초과 전 | 다운로드 수: 5 |

문제를 풀었습니다


Assign matrix elements to separate variables
Given an input array, return each element of the array as a separate variable. If the number of output arguments (k) is less tha...

거의 6년 전

제출됨


Block Matrix Inverse tools
Matrix inversion, mldivide, and mrdivide taking advantage of user-defined sub-matrix structure.

거의 6년 전 | 다운로드 수: 2 |

문제를 풀었습니다


An asteroid and a spacecraft
Imagine a non-relativistic simple situation. Assume positions p0, p1, p2, and p3 are three dimensional Cartesian coordinates...

6년 초과 전

문제를 풀었습니다


Sums of Distinct Powers
You will be given three numbers: base, nstart, and nend. Write a MATLAB script that will compute the sum of a sequence of both ...

6년 초과 전

문제를 풀었습니다


5th Time's a Charm
Write a function that will return the input value. However, your function must fail the first four times, only functioning prope...

6년 초과 전

문제를 풀었습니다


Acid and water
Assume that there is a 100 liter tank. It is initially filled with just distilled water. It is continuously drained at R...

6년 초과 전

문제를 풀었습니다


"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...

6년 초과 전

문제를 풀었습니다


Number of Even Elements in Fibonacci Sequence
Find how many even fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

6년 초과 전

문제를 풀었습니다


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

6년 초과 전

문제를 풀었습니다


N-Dimensional Array Slice
Given an N-dimensional array, _A_, an index, _I_, and a dimension, _d_, return the _I_ th elements of _A_ in the _d_ dimension. ...

7년 초과 전