photo

George Berken


The Boldt Company

Last seen: 8일 전 2013년부터 활동

Followers: 0   Following: 1

메시지

Retired project engineer.

Programming Languages:
MATLAB
Spoken Languages:
English

통계

  • MATLAB Central Treasure Hunt Finisher
  • Magic Numbers II Master
  • Magic Numbers Master
  • First Review
  • Sequences And Series II Master
  • Number Manipulation I Master
  • Creator
  • Computational Geometry I Master
  • Indexing IV Master
  • Indexing III Master
  • Indexing II Master
  • Cody5 Easy Master

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Funny problems
Generate the following vector: if n=1 then q=1; elseif n=2 then q=[2 2 1]; elseif n=3 then q=[3 3 3 2 2 1]; ... end

8일 전

문제를 풀었습니다


Calculate y=2
Find the value of x so that y=2

19일 전

문제를 풀었습니다


Minimum number of children to distribute unequal cookie portions
A cruel parent wants to distribute N cookies such that it is impossible for every child to receive the same number of cookies. W...

27일 전

문제를 풀었습니다


Indicate how the Prague astronomical clock strikes the hours
The astronomical clock in Prague has a bell that rings 1, 2, 3, or 4 times. The number of strokes follows the sequence 123432123...

28일 전

문제를 풀었습니다


Convert integers from primary notation to base 10
The primary system of expressing numbers has three digits: m, x, and p, which correspond to -1, 0, and 1. The places in a primar...

대략 1개월 전

문제를 풀었습니다


Express integers in negabinary
Negabinary numbers are written in base -2. For example, the negabinary number 11010 is , or 6 in base 10. In a similar way, -3 i...

대략 1개월 전

문제를 풀었습니다


Play Hocus Focus
The card game Hocus Focus starts by placing twelve cards with wizards face up on a table. The characteristics of the wizards tha...

대략 1개월 전

문제를 풀었습니다


Complete hydraulic geometry relations
Hydraulic geometry relations express the velocity , width , and depth of a river as a function of the discharge (or flow) , whi...

대략 1개월 전

문제를 풀었습니다


EZ10
EZ

대략 1개월 전

문제를 풀었습니다


EZ9
EZ

대략 1개월 전

문제를 풀었습니다


EZ8
EZ

대략 1개월 전

문제를 풀었습니다


EZ7
EZ

대략 1개월 전

문제를 풀었습니다


EZ6

3개월 전

문제를 풀었습니다


EZ5
EZ5

3개월 전

문제를 풀었습니다


EZ4

3개월 전

문제를 풀었습니다


EZZ
EZZ

3개월 전

문제를 풀었습니다


EZ
EZ

3개월 전

문제를 풀었습니다


ismember: Enhanced Time Performance for 'rows' - Speed Scoring (90% savings)
The Challenge is to perform very fast the 'ismember' function for a long and wide array. The data is small integer representi...

3개월 전

문제를 풀었습니다


Conjunctive Normal Form
In Boolean logic, a formula is in conjunctive normal form (CNF) or clausal normal form if it is a conjunction of clauses, where ...

3개월 전

문제를 풀었습니다


Find the Connecting Path
Here is a matrix x x = [7 6 8 5 7 2 4 5 1 3 0 0 0 7 7 7 7 7 0 0 0 0 0 0 0 0 0 0 0 5 5 5 5 5 0 0 0 0 0 0...

3개월 전

문제를 풀었습니다


Logic 7

3개월 전

문제를 풀었습니다


cofactor matrix
given a matrix, find its cofactor matrix <https://en.wikipedia.org/wiki/Minor_(linear_algebra)#Inverse_of_a_matrix>

3개월 전

문제를 풀었습니다


Grouped Frequency Distributions

3개월 전

문제를 풀었습니다


Opposite point of the earth, what is the antipodal of a point ?
Given two strings(lat and long) that represent the geographic coordinates of a point in the earth, you have to find out what is ...

3개월 전

문제를 풀었습니다


Nth Order Polynomial Regression
Inputs: -two vectors x and y (row or column) -order of polynomial, p Outputs: -vector of coefficients [b0 b...

3개월 전

문제를 풀었습니다


make histogram
You probably know the function hist(x,n) to get the histogram. Now try to write the function yourself! For the cheaters wanting...

3개월 전

문제를 풀었습니다


Legend of Zelda - Rupee Count
Rupees are the main currency in The Legend of Zelda games. The value of each rupee is determined by its color. Unfortunately, th...

3개월 전

문제를 풀었습니다


FloydWarshall
Our task is to find shortest paths between every pair of nodes. Floyd-Warshall is a graph algorithm for finding shortest paths i...

3개월 전

문제를 풀었습니다


Get the variable value from a string and generate sum
Get the variable value from a string. Example. x = 'A=10' y = 'B=20' Result = (x+y) Result = 30

3개월 전

문제를 풀었습니다


Initialize a varible with an integer value from a another variable which is assigned with a character value.
Initialize a varible with an integer value from a another variable which is assigned with a character value. ex: Test = 'c'...

3개월 전

더 보기